primary157
9e39708e76
feat(l10n): update Portuguese translation from Weblate
9 years ago
Zetok Zalbavar
4b7ab093c2
chore(tools): update translation updater's commit message (s/w/W/)
9 years ago
Diadlo
13baf9326d
fix(uiform): Added format constraints
9 years ago
Diadlo
d909d99bd2
feat(uiform): Separated time and date format and examples
9 years ago
agilob
661388d731
fix(timeformat): Remove duplicate of timeformat
9 years ago
agilob
d6f323cefc
fix(timeformat): Make timestamp editable same as date format
9 years ago
Nils Fenner
35e7da85d3
fix(timeformat): Fixed list of available time formats
9 years ago
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.
9 years ago
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
9 years ago
sudden6
c8bde5bc45
fix(i18n): remove HTML from translations
...
fixes #3781
9 years ago
Zetok Zalbavar
8f37d4c7ab
chore: delete leftover branches from previous testing with test script
9 years ago
Zetok Zalbavar
e19686d3d4
chore: silence unnecessary compiler output
...
Also show as many warnings as possible.
9 years ago
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.
9 years ago
Zetok Zalbavar
054bc6f891
docs(README): list some of the ways to help qTox
9 years ago
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
9 years ago
Zetok Zalbavar
3c9f8a68e2
style: remove unnecessary semicolon for Q_DECLARE_FLAGS
...
Fixes a -Wpedantic warning.
9 years ago
Zetok Zalbavar
bbdd4f044c
fix(UI): bump default emoticon size, since otherwise it can be too small
...
E.g. #3777
9 years ago
Viktar Vauchkevich
60af778fb8
feat(l10n): update Belarusian translation from Weblate
9 years ago
Kaur Männamaa
018a88dfe6
feat(l10n): update Estonian translation from Weblate
9 years ago
sudden6
36e1e99e65
chore(travis): speedup build
...
Build less ffmpeg modules, compile minimal build without emoji and
increase number of paralell compilations.
9 years ago
Zetok Zalbavar
14c97da7d5
chore(i18n): update translation files for weblate
9 years ago
Nathan Follens
2c5a38cc58
feat(l10n): update Dutch translation from Weblate
9 years ago
Zetok Zalbavar
04ae171d04
chore: make script for updating translations actually commit stuff
9 years ago
Zetok Zalbavar
a3532e4212
chore(travis): check if .dmg is actually built
9 years ago
Zetok Zalbavar
5528b0b590
docs(INSTALL.md): use `$USER` variable instead of dummy `user`
9 years ago
Zetok Zalbavar
1d4ea1ec40
fix(UI): string for option auto-accepting files
...
Regressed in 7fe8a86c03
.
9 years ago
sudden6
6628bf250a
docs(smileys): mention emoji pack support and how to install them
9 years ago
sudden6
29da2210c9
feat(smileys): try to load smileys from XDG_DATA_DIR directories
...
This provides a location where users can store custom smiley packs
9 years ago
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
9 years ago
Zetok Zalbavar
abaa41eaee
docs(CONTRIBUTING): add a guideline to not use dynamic casts/RTTI
...
And enforce it during compilation.
9 years ago
Zetok Zalbavar
8b0f3912b1
refactor(build): make bootstrap.sh more aware of spaces in paths
9 years ago
Zetok Zalbavar
427176ae02
chore(installer): correct URL to qTox website
9 years ago
Zetok Zalbavar
0fecb55024
style(OSX build): change tabs to spaces and adjust style to existing one
...
Also remove unnecessary `function`, since it's equal to `()`.
9 years ago
sudden6
610e21169a
Merge pull request #3442
...
Jeanbon (1):
feat(autoAnswer): add auto answer feature
9 years ago
Jeanbon
7fe8a86c03
feat(autoAnswer): add auto answer feature
9 years ago
Zetok Zalbavar
6e98d3f3af
docs(README.md): update organizational stuff & small update to features
...
Meetings on IRC didn't work out.
9 years ago
Diadlo
7c4e9e6153
Merge pull request #3741
...
bitok (1):
refactor: fixes of static analyze warnings
9 years ago
sudden6
febde259bc
Merge pull request #3738
...
iphydf (1):
refactor: Avoid RTTI by using qobject_cast.
9 years ago
Zetok Zalbavar
355cd453e3
Merge pull request #3717
...
Diadlo (2):
fix(text): Change idealSize calculation
refactor(text): Add early break
9 years ago
bitok
2c03257700
refactor: fixes of static analyze warnings
...
There is many static analyze warnings for qTox. Fixed most dangerous and several simple.
9 years ago
iphydf
d94712b2e2
refactor: Avoid RTTI by using qobject_cast.
...
This allows us to save some memory and executable size by removing the
need to generate and compile C++ RTTI.
9 years ago
Diadlo
4ecbf616dc
refactor(rawdatabase): Added license text
9 years ago
Diadlo
6c9f77530e
refactor(rawdatabase): Small style refactor
9 years ago
Diadlo
85ee69f008
fix(rawdatabase): Added anonymizing SQL query in logs
...
Fixed #3399 .
9 years ago
Diadlo
c3bf4b7085
refactor(text): Add early break
9 years ago
Diadlo
c8512fa984
fix(text): Change idealSize calculation
...
Ideal size of doc can not be used because in the case of using it for
boundingRect (which uses 0,0 as the upper-left corner) leads to the
clipping right side of RTL languages.
Fixed #1887 .
9 years ago
Zetok Zalbavar
dc10309a82
chore: update docs & scripts for getting translations from Weblate
...
Removed not used script.
9 years ago
Zetok Zalbavar
3824a47e6f
Merge pull request #3725
...
Vincas Dargis (1):
docs(INSTLALL.md): add hint about problematic paths in Windows
9 years ago
Vincas Dargis
e0daa7b241
docs(INSTLALL.md): add hint about problematic paths in Windows
...
windows/bootstrap.sh may fail if PATH variable in Windows gives
access to alternative sh, bash, and other non-MSYS alternatives, as
in case of C:\Program Files\OpenSSH\bin
9 years ago
Zetok Zalbavar
7fc98a9ea7
feat(l10n): update Polish translation
9 years ago