tux3
b69042ec40
qTox 1.3.0 release
...
All:
- New and improved sound code
- New HTTPS ToxMe protocol support
- Translation updates
- Miscellaneous fixes and polishing
OSX:
- Video!
Windows:
- Updater now works better with Portable mode
2016-03-12 00:33:16 +01:00
tux3
c474dec7c5
Merge branch 'pr2979'
2016-03-12 00:11:19 +01:00
tux3
318de322bf
Fix #2849
...
Make the auto-updater aware of portable mode
2016-03-11 23:27:56 +01:00
Chiitoo
7b8e947acd
Chatlog: Adjust whitespace behaviour/handling.
...
Allow for strings of whitespace characters to be displayed in chat
messages without them being truncated.
Original work by TheSpiritXIII.
2016-03-08 22:19:47 +02:00
Erik Edrosa
1ebe2a62df
add PREFIX variable
2016-03-07 22:44:10 -05:00
Corey Sheldon
5dbb2e34fa
Update INSTALL.md
2016-03-07 20:58:55 -05:00
Corey Sheldon
964252dfa7
Correcting a install command --Fedora
...
dnf group install != dnf groupinstall (the former will fail to install, it shows the packages but silently fails with `Nothing to Do` \n `Complete!`
2016-03-07 20:57:49 -05:00
Erik Edrosa
be2f9501f8
remove hard coded system tray include paths
2016-03-05 16:02:53 -05:00
minj
137bd242e1
fix Lithuanian translation
...
a mix up caused by tux3#2985
2016-03-01 21:19:06 +02:00
Michał Šrajer
a4c5661443
make fix for #2976 Qt5.3 compatible.
2016-02-28 18:55:10 +01:00
Michał Šrajer
638a5f822f
obey the coding style rules
2016-02-28 18:32:17 +01:00
Michał Šrajer
04b3276b0f
fix 2874
...
when losing focus circle gets renamed unless ESC is pressed
2016-02-28 18:09:53 +01:00
Zetok Zalbavar
1eb68542df
Merge pull request #2981 from VittGam:patch-1
...
Fix toxURI parsing.
2016-02-28 15:53:23 +00:00
Vittorio G (VittGam)
ffa0c2136e
Fix toxURI parsing.
...
It was always eating two characters more than needed.
A toxURI passed to handleToxURI always starts with "tox:", it's checked in the handleToxURI callers. So here we need to remove that prefix, that's long 4 characters and not 6.
The previous code was meant to handle tox:// and tox: cases, but the tox:// case is invalid and should not be handled (see #2118 ).
Fixes: d6a0910fc8
("fix uri parsing and tox URI detection, closes #2118 ")
2016-02-28 16:24:50 +01:00
Michał Šrajer
3227f6ea5b
fix #2976
...
on linux logs goes to ~/.cache/...
and screenshots goes to ~/.local/share/...
2016-02-28 15:36:28 +01:00
Binayak Ghosh
54fabb964c
fixes issue #2868
2016-02-28 17:23:15 +05:30
Zetok Zalbavar
e5e4d561c9
fix(osx-script): remove unnecessary usage of sudo
...
Neither toxcore or filter_audio require `sudo` to be installed under
`libs/`.
2016-02-28 03:11:23 +00:00
Zetok Zalbavar
6c0fb9a0f5
Merge picked commits from pull request #2971 from linux-modder:patch-13
...
Corey Sheldon (2):
Updated sqlcipher compile instructions for Fedora
Updated sqlcipher compile instructions for Fedora (Take #2 )
Also, fixed some formatting.
2016-02-28 03:06:23 +00:00
Zetok Zalbavar
f060c10023
Merge pull request #2967 from Twyz:Twyz-patch-1
...
Updated Italian translation
2016-02-28 02:56:18 +00:00
sudden6
685d91f0a3
Completely remove filteraudio checkbox from the ui
2016-02-27 14:59:21 +01:00
sudden6
e5cc004edf
Revert "disable filteraudio, because it makes audio quality worse"
...
This reverts commit 17f13459b6
.
2016-02-27 14:51:30 +01:00
sudden6
17f13459b6
disable filteraudio, because it makes audio quality worse
2016-02-27 12:40:36 +01:00
Nils Fenner
22b884ad7f
merge pull request #2953 from talkless:preview_click_handling
2016-02-26 16:30:13 +01:00
sudden6
4a706f80dd
fix notification if friendrequest tab is visible, don't display
...
friendrequests with html
2016-02-26 12:59:03 +01:00
sudden6
4d236c6236
fix friend request notification if friendrequestform is hidden
2016-02-26 12:15:31 +01:00
Corey Sheldon
b98e8c745a
Updated sqlcipher compile instructions for Fedora (Take #2 )
...
- Cleaned up the code blocks
- Removed unneeded whitespace throughout previous commit
2016-02-25 19:38:25 -05:00
sudden6
1c65ec7fa6
fix wrong text on button
2016-02-25 16:56:24 +01:00
sudden6
c4c0740cc4
reject multiple friend requests from one person
...
makes https://github.com/TheSpiritXIII/qTox/commit/
2016-02-25 16:46:40 +01:00
sudden6
fa7b7d661b
fix segfault when logging out and in again
2016-02-25 14:59:25 +01:00
sudden6
033196c580
fix layout of friendrequest form
2016-02-25 14:40:48 +01:00
sudden6
db4de96bcf
notify on friendrequest and groupchat invite
2016-02-25 14:16:26 +01:00
Corey Sheldon
719e137582
Updated sqlcipher compile instructions for Fedora
2016-02-22 05:48:55 -05:00
sudden6
61f887b510
Fix notification opening wrong form
2016-02-22 00:42:48 +01:00
sudden6
63326afe04
adapt groupinviteform to existing conventions
2016-02-22 00:29:12 +01:00
sudden6
fca7972b86
fix segfaults
2016-02-21 13:46:45 +01:00
Twyz™
839582cbed
Updated Italian translation
2016-02-21 12:53:26 +01:00
sudden6
44ea20f921
port groupinvitform to new ui
2016-02-21 00:45:18 +01:00
sudden6
a89b673b40
Revert "Revert changes from merge of #2092 pull request"
...
This reverts commit 06611d618e
.
2016-02-20 22:32:57 +01:00
Zetok Zalbavar
ef5b9b8c1e
Merge pull request #2962 from RowenStipe:patch_OSX-Script
...
Condensed a little bit and fixed function name
2016-02-20 11:24:56 +00:00
RowenStipe
ef608e1361
Condensed a little bit and fixed function name
2016-02-18 14:28:46 -05:00
Kaur Männamaa
dba6ebe262
Added Estonian translation
2016-02-17 13:34:18 +00:00
Vincas Dargis
857dfbcd4c
Open downloaded image with mouse click on thumbnail
2016-02-14 17:20:11 +02:00
Zetok Zalbavar
d614f74947
Merge pull request #2941 from SeventhSonOfASeventhSon:patch-1
...
Fixed grammatical errors
2016-02-08 17:42:47 +00:00
SeventhSonOfASeventhSon
a2d130f804
Fixed grammatical errors
2016-02-08 16:24:52 +00:00
Zetok Zalbavar
eb6082d37e
Merge pull request #2934 from minj:l10n-lt
...
update Lithuanian translation
2016-02-07 19:38:09 +00:00
minj
0ee5984812
update Lithuanian translation
2016-02-07 16:45:07 +02:00
Zetok Zalbavar
49b8a48888
Merge pull request #2923 from andrii-zymohliad:master
...
Almost full translation into Ukrainian
2016-02-04 14:46:18 +00:00
Andrii Zymohliad
26e9208a05
Almost full translation into Ukrainian
2016-02-04 15:58:31 +02:00
Andrew Morgan
e04bd912b9
Fixed link to Markdown syntax in user manual
2016-02-01 14:46:54 -08:00
Andrew Morgan
08e9f0b885
Use new connection syntax
2016-02-01 11:50:21 -08:00