sudden6
84208d0b3f
docs(CONTRIBUTING): add section about include styles
2016-10-12 13:59:33 +02:00
Alice Weigt
22b89beaf1
fix(settings): Change test sound button to checkbox
...
Fixes #3800 & #3809
2016-10-12 03:49:03 -07:00
Zetok Zalbavar
a719f98570
docs(osx): remove obsolete info about osx updates
2016-10-11 17:47:28 +01:00
Zetok Zalbavar
9dfdd4ef4b
Merge pull request #3807
...
kehugter (1):
feat(translation): add update language Spanish
2016-10-11 07:43:20 +01:00
kehugter
a7c46fff2d
feat(translation): add update language Spanish
2016-10-11 01:44:06 +02:00
Zetok Zalbavar
e7e6cc4d9a
chore(i18n): update translation files for Weblate
2016-10-10 16:30:08 +01:00
Kaur Männamaa
bed51e884c
feat(l10n): update Estonian translation from Weblate
2016-10-10 16:02:54 +01:00
ati3
a6d94e8f83
feat(l10n): update Czech translation from Weblate
2016-10-10 15:59:49 +01:00
Viktar Vauchkevich
4296d377ee
feat(l10n): update Belarusian translation from Weblate
2016-10-10 15:58:45 +01:00
Diadlo
c600609f9f
Merge pull request #3756
...
Alice Weigt (1):
feat(settings): Export and copy debug log
2016-10-09 15:05:34 +03:00
Diadlo
d674722118
Merge pull request #3755
...
Alice Weigt (1):
fix(settings): Play test sound when user enables test sound
2016-10-09 14:55:45 +03:00
Alice Weigt
9b46cf6404
fix(settings): Play test sound when user enables test sound
...
Fixes #3735
2016-10-09 04:37:15 -07:00
Alice Weigt
3c6bd043a0
feat(settings): Export and copy debug log
...
Fixes #2890
2016-10-09 04:20:57 -07:00
Zetok Zalbavar
a55b2c53f3
chore(travis): make sure to install needed doxygen deps
...
Otherwise not all nice stuff is generated.
2016-10-09 11:19:51 +01:00
Diadlo
15181c431a
fix(avform): Fixed empty value in audio and video lists
2016-10-09 00:51:33 +03:00
Diadlo
f5f7b5abba
fix(i18n): Remove HTML tags from translation
2016-10-09 00:32:24 +03:00
Zetok Zalbavar
18218d33e2
chore(i18n): update translation files for Weblate
2016-10-08 21:08:00 +01:00
Tiger tiger
00fa4d3b62
feat(l10n): update German translation from Weblate
2016-10-08 09:09:00 +01:00
primary157
9e39708e76
feat(l10n): update Portuguese translation from Weblate
2016-10-08 09:03:35 +01:00
Zetok Zalbavar
4b7ab093c2
chore(tools): update translation updater's commit message (s/w/W/)
2016-10-08 08:50:21 +01:00
Diadlo
13baf9326d
fix(uiform): Added format constraints
2016-10-08 01:01:06 +03:00
Diadlo
d909d99bd2
feat(uiform): Separated time and date format and examples
2016-10-08 01:01:06 +03:00
agilob
661388d731
fix(timeformat): Remove duplicate of timeformat
2016-10-08 01:01:06 +03:00
agilob
d6f323cefc
fix(timeformat): Make timestamp editable same as date format
2016-10-08 01:01:06 +03:00
Nils Fenner
35e7da85d3
fix(timeformat): Fixed list of available time formats
2016-10-08 01:01:06 +03:00
Nils Fenner
b3083250ff
feat(dateformat): Edit the date format string
...
The edited date format string is saved in the qTox settings.
It is overwritten by selecting one of the default date format strings.
2016-10-08 01:01:06 +03:00
sudden6
86a9c5fe26
Merge pull request #3788
...
Keegan Drake H.P (2):
fix(audio): keep the data pointed to by tmpDevName in scope
style(audio): remove redundant checks in src/audio/audio.cpp
2016-10-07 23:48:53 +02:00
sudden6
c8bde5bc45
fix(i18n): remove HTML from translations
...
fixes #3781
2016-10-07 23:23:33 +02:00
Zetok Zalbavar
8f37d4c7ab
chore: delete leftover branches from previous testing with test script
2016-10-06 19:23:26 +01:00
Zetok Zalbavar
e19686d3d4
chore: silence unnecessary compiler output
...
Also show as many warnings as possible.
2016-10-06 13:47:14 +01:00
Keegan Drake H.P
099d7d0ac6
style(audio): remove redundant checks in src/audio/audio.cpp
...
This change removes an unnecessary ternary expression from both
Audio::initInput and Audio::initOutput.
2016-10-06 04:26:06 -05:00
Zetok Zalbavar
054bc6f891
docs(README): list some of the ways to help qTox
2016-10-06 08:51:35 +01:00
Keegan Drake H.P
af37fa7b20
fix(audio): keep the data pointed to by tmpDevName in scope
...
Fix the use after free in Audio::initInput and Audio::initOutput
by storing the buffer returned by QString::toUtf8 (which contains data
pointed to by tmpDevName) in an intermediate variable, preventing the
buffer from falling out of scope for the duration of the function.
Fixes #3786
2016-10-06 02:33:58 -05:00
Zetok Zalbavar
3c9f8a68e2
style: remove unnecessary semicolon for Q_DECLARE_FLAGS
...
Fixes a -Wpedantic warning.
2016-10-05 12:18:09 +01:00
Zetok Zalbavar
bbdd4f044c
fix(UI): bump default emoticon size, since otherwise it can be too small
...
E.g. #3777
2016-10-04 10:05:47 +01:00
Viktar Vauchkevich
60af778fb8
feat(l10n): update Belarusian translation from Weblate
2016-10-04 09:50:47 +01:00
Kaur Männamaa
018a88dfe6
feat(l10n): update Estonian translation from Weblate
2016-10-04 09:50:47 +01:00
sudden6
36e1e99e65
chore(travis): speedup build
...
Build less ffmpeg modules, compile minimal build without emoji and
increase number of paralell compilations.
2016-10-03 22:22:13 +02:00
Zetok Zalbavar
14c97da7d5
chore(i18n): update translation files for weblate
2016-10-02 12:54:06 +01:00
Nathan Follens
2c5a38cc58
feat(l10n): update Dutch translation from Weblate
2016-10-02 12:54:06 +01:00
Zetok Zalbavar
04ae171d04
chore: make script for updating translations actually commit stuff
2016-10-02 12:28:34 +01:00
Zetok Zalbavar
a3532e4212
chore(travis): check if .dmg is actually built
2016-10-02 12:01:49 +01:00
Zetok Zalbavar
5528b0b590
docs(INSTALL.md): use $USER
variable instead of dummy user
2016-10-02 11:38:41 +01:00
Zetok Zalbavar
1d4ea1ec40
fix(UI): string for option auto-accepting files
...
Regressed in 7fe8a86c03
.
2016-10-02 09:02:06 +01:00
sudden6
6628bf250a
docs(smileys): mention emoji pack support and how to install them
2016-10-01 23:22:57 +02:00
sudden6
29da2210c9
feat(smileys): try to load smileys from XDG_DATA_DIR directories
...
This provides a location where users can store custom smiley packs
2016-10-01 23:22:33 +02:00
sudden6
ae76910631
feat(smileys): allow compiling qTox with minimal or no smileys
...
compiling only minimal smileys or no smilies reduces output binary size
and resource usage during compilation
2016-10-01 23:22:22 +02:00
Zetok Zalbavar
abaa41eaee
docs(CONTRIBUTING): add a guideline to not use dynamic casts/RTTI
...
And enforce it during compilation.
2016-09-29 14:53:21 +01:00
Zetok Zalbavar
8b0f3912b1
refactor(build): make bootstrap.sh more aware of spaces in paths
2016-09-28 03:37:01 +01:00
Zetok Zalbavar
427176ae02
chore(installer): correct URL to qTox website
2016-09-27 12:24:34 +01:00