sudden6
91cff39e6f
chore(merge-pr.sh): improve usability
...
* make copying commands easier by adding some space around them
* add command to discard any changes made by this script
10 years ago
Zetok Zalbavar
3c21b7e151
chore(i18n): update translation files for weblate
10 years ago
agilob
e7c0159fce
feat(l10n): Update Polish translation
10 years ago
sudden6
3231ca2982
Merge pull request #3305
...
a68366 (2):
fix(profile): change password buttons behaviour
refactor(profile): reorder statements
10 years ago
sudden6
e0961722bf
Merge pull request #3302
...
Diadlo (1):
refactor(android): All android code is removed
10 years ago
sudden6
3830a1940c
Merge pull request #3253
...
initramfs (1):
refactor(hidpi): enable HiDPI support if Qt supports it
10 years ago
Zetok Zalbavar
dbd16ae6a3
fix: correctly tab-complete nicks starting with `$`
...
Without it, nicks starting with `$` would have doubled `$`.
Continuation of #1377
Pointed out by @ProMcTagonist in #1167
10 years ago
sudden6
cd26923a24
Merge pull request #3249
...
Diadlo (3):
feat(notificationscrollarea): Add ability to delete widget from traced widgets list
refactor(contentdialog): Refactor window activate event
fix(contentdialog, widget): Remove "new message" bar after reading message
10 years ago
sudden6
4f0ef6cd71
Merge pull request #3293
...
Zetok Zalbavar (1):
fix(friendlistwidget): use nullptr instead of `0`
agilob (2):
feat(i18n): make Markdown settings translatable
feat(i18n): Make activity by time labels translated by locale
10 years ago
Diadlo
6ed16db5fd
refactor(android): All android code is removed
...
Closes #3168 .
10 years ago
Diadlo
b2c1f46894
fix(contentdialog, widget): Remove "new message" bar after reading message
...
Fix #2247 .
10 years ago
Diadlo
378d648591
refactor(contentdialog): Refactor window activate event
10 years ago
Diadlo
e3d74117ca
feat(notificationscrollarea): Add ability to delete widget from traced widgets list
10 years ago
Zetok Zalbavar
f1543144be
fix(friendlistwidget): use nullptr instead of `0`
...
thanks to @sudden6's suggestion
10 years ago
a68366
c236b8a1d2
refactor(profile): reorder statements
10 years ago
a68366
f9edd39bba
fix(profile): change password buttons behaviour
...
Closes #3300
10 years ago
qasmoke
75d64dc68d
feat(l10n): Update Japanese translation
...
1. Translated 3 new lines.
2. Removed "unfinished" flag because these are perfect.
3. I think 99% of them are correct. Just IMO.
10 years ago
Zetok Zalbavar
a4dea11db7
Merge pull request #3296
...
kehugter (1):
feat(translation): add update language Spanish
10 years ago
kehugter
f81f20f0cf
feat(translation): add update language Spanish
10 years ago
sudden6
e797bf9582
Merge pull request #3266
...
Diadlo (2):
fix(i18n): Divide getting and translating Toxme error message
feat(profileform): Added log toxme errors
10 years ago
agilob
f2aada8f4f
feat(i18n): Make activity by time labels translated by locale
10 years ago
agilob
3e22593ae7
feat(i18n): make Markdown settings translatable
10 years ago
Zetok Zalbavar
ccdd667592
Merge pull request #3291
...
ovalseven8 (1):
feat(translation): add update language German
10 years ago
Diadlo
d2d5b23064
feat(profileform): Added log toxme errors
10 years ago
Diadlo
98a1f23bfb
fix(i18n): Divide getting and translating Toxme error message
10 years ago
ovalseven8
750d1b50cc
feat(translation): add update language German
10 years ago
Zetok Zalbavar
5cb271b0c0
fix(simple_make.sh): add sqlite dependencies for Fedora
...
Thanks to @linux-modder for suggestion.
Also fix local install in bootstrap.sh of sqlcipher ending prematurely.
10 years ago
tux3
8d225a8c97
Merge branch 'pr3283'
10 years ago
tux3
998f0915db
fix(chatform): Markdown after emojis
...
Fix #3260
10 years ago
agilob
6f074061cb
feat(l10n): Update Polish translation from Weblate
...
Translators:
agilob Polish
10 years ago
Zetok Zalbavar
2a89a4ec0f
docs(INSTALL.md): remove wrong sqlcipher compilation instructions
10 years ago
tux3
98aa922c31
chore: Update changelog for v1.4.1
10 years ago
tux3
e5d146f16f
Merge pull request #3280
...
tux3 (1):
fix(settings): Look for portable setting in module path, not CWD
10 years ago
tux3
fff1c86d64
Merge pull request #3279
10 years ago
tux3
17e57982df
fix(settings): Look for portable setting in module path, not CWD
10 years ago
tux3
0a2e96ab07
fix(updater): Use module path, not working dir
...
Fix #3255
10 years ago
Zetok Zalbavar
7c63594adf
fix(settings): correct ordering of languages
10 years ago
Zetok Zalbavar
9c1b959590
Merge pull request #3269
...
minj (1):
feat(l10n): update Lithuanian translation
10 years ago
minj
0bb416cd76
feat(l10n): update Lithuanian translation
10 years ago
Diadlo
0856d4dd13
feat(l10n): Update Russian translation from Weblate
...
Translators:
Diadlo Russian
10 years ago
Zetok Zalbavar
9a3ba02145
feat(l10n): update Polish translation
10 years ago
Zetok Zalbavar
7474da16b6
docs: add docs pointing at easy way to do translations
10 years ago
Zetok Zalbavar
66f270ecad
feat(bootstrap.sh): add an option to install sqlcipher
...
Disabled by default, unless one runs Fedora.
Now building qTox via `simple_make.sh` should work automagically even
on Fedora.
Also some refactoring & speedup of bootstrap.sh on multi-core boxes.
10 years ago
Zetok Zalbavar
5b51f71ff8
fix(simple_make.sh): add missing dependencies for Fedora
...
By installing RPM Fusion repo, which provides required ffmpeg.
Also add missing qt5-qtsvg-devel dependency.
Closes #2998
10 years ago
Zetok Zalbavar
4e0fc4632b
docs(user manual): add info to profile section about avatar
...
E.g. #3246
Also correct info about how public `Public Information` actually is.
10 years ago
Zetok Zalbavar
612893af3e
chore(i18n): add scripts for pulling translations & updating files
...
Script for pulling translations from Weblate was taken from
7a220077c5
and adjusted for qTox needs.
10 years ago
Zetok Zalbavar
d14c54d72b
chore(i18n): update all translation files for weblate
10 years ago
qTox translations
fe432dead4
feat(l10n): Update Chinese translations from Weblate
...
Translators:
YFdyh000 Chinese
10 years ago
qTox translations
21b5cc3f9d
feat(l10n): Update Russian translation from Weblate
...
Translators:
Diadlo Russian
10 years ago
qTox translations
1107b6421b
feat(l10n): Update German translation from Weblate
...
Translators:
Robert Martinez German
10 years ago