Diadlo
6ed16db5fd
refactor(android): All android code is removed
...
Closes #3168 .
2016-05-15 02:42:20 +03:00
Diadlo
b2c1f46894
fix(contentdialog, widget): Remove "new message" bar after reading message
...
Fix #2247 .
2016-05-15 00:53:53 +03:00
Diadlo
378d648591
refactor(contentdialog): Refactor window activate event
2016-05-15 00:50:15 +03:00
Diadlo
e3d74117ca
feat(notificationscrollarea): Add ability to delete widget from traced widgets list
2016-05-15 00:50:15 +03:00
Zetok Zalbavar
f1543144be
fix(friendlistwidget): use nullptr instead of 0
...
thanks to @sudden6's suggestion
2016-05-14 19:58:29 +01:00
a68366
c236b8a1d2
refactor(profile): reorder statements
2016-05-14 15:14:54 +03:00
a68366
f9edd39bba
fix(profile): change password buttons behaviour
...
Closes #3300
2016-05-14 14:28:42 +03:00
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.
2016-05-13 07:47:51 +01:00
Zetok Zalbavar
a4dea11db7
Merge pull request #3296
...
kehugter (1):
feat(translation): add update language Spanish
2016-05-13 07:43:43 +01:00
kehugter
f81f20f0cf
feat(translation): add update language Spanish
2016-05-12 12:40:46 +02:00
sudden6
e797bf9582
Merge pull request #3266
...
Diadlo (2):
fix(i18n): Divide getting and translating Toxme error message
feat(profileform): Added log toxme errors
2016-05-11 12:29:48 +02:00
agilob
f2aada8f4f
feat(i18n): Make activity by time labels translated by locale
2016-05-11 08:45:38 +01:00
agilob
3e22593ae7
feat(i18n): make Markdown settings translatable
2016-05-11 08:44:58 +01:00
Zetok Zalbavar
ccdd667592
Merge pull request #3291
...
ovalseven8 (1):
feat(translation): add update language German
2016-05-11 05:12:05 +01:00
Diadlo
d2d5b23064
feat(profileform): Added log toxme errors
2016-05-11 03:03:04 +03:00
Diadlo
98a1f23bfb
fix(i18n): Divide getting and translating Toxme error message
2016-05-10 23:28:59 +03:00
ovalseven8
750d1b50cc
feat(translation): add update language German
2016-05-10 15:32:08 +02:00
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.
2016-05-10 07:30:30 +01:00
tux3
8d225a8c97
Merge branch 'pr3283'
2016-05-09 23:20:12 +02:00
tux3
998f0915db
fix(chatform): Markdown after emojis
...
Fix #3260
2016-05-09 22:07:21 +02:00
agilob
6f074061cb
feat(l10n): Update Polish translation from Weblate
...
Translators:
agilob Polish
2016-05-09 20:30:50 +01:00
Zetok Zalbavar
2a89a4ec0f
docs(INSTALL.md): remove wrong sqlcipher compilation instructions
2016-05-09 19:51:28 +01:00
tux3
98aa922c31
chore: Update changelog for v1.4.1
2016-05-09 17:24:31 +02:00
tux3
e5d146f16f
Merge pull request #3280
...
tux3 (1):
fix(settings): Look for portable setting in module path, not CWD
2016-05-09 16:12:10 +02:00
tux3
fff1c86d64
Merge pull request #3279
2016-05-09 16:09:54 +02:00
tux3
17e57982df
fix(settings): Look for portable setting in module path, not CWD
2016-05-09 15:55:48 +02:00
tux3
0a2e96ab07
fix(updater): Use module path, not working dir
...
Fix #3255
2016-05-09 15:40:25 +02:00
Zetok Zalbavar
7c63594adf
fix(settings): correct ordering of languages
2016-05-09 07:43:04 +01:00
Zetok Zalbavar
9c1b959590
Merge pull request #3269
...
minj (1):
feat(l10n): update Lithuanian translation
2016-05-09 07:26:31 +01:00
minj
0bb416cd76
feat(l10n): update Lithuanian translation
2016-05-09 09:18:59 +03:00
Diadlo
0856d4dd13
feat(l10n): Update Russian translation from Weblate
...
Translators:
Diadlo Russian
2016-05-08 17:07:07 +01:00
Zetok Zalbavar
9a3ba02145
feat(l10n): update Polish translation
2016-05-08 09:23:48 +01:00
Zetok Zalbavar
7474da16b6
docs: add docs pointing at easy way to do translations
2016-05-08 07:17:20 +01:00
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.
2016-05-08 04:18:37 +01:00
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
2016-05-08 04:18:37 +01:00
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.
2016-05-07 22:08:36 +01:00
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.
2016-05-07 20:26:16 +01:00
Zetok Zalbavar
d14c54d72b
chore(i18n): update all translation files for weblate
2016-05-07 20:26:16 +01:00
qTox translations
fe432dead4
feat(l10n): Update Chinese translations from Weblate
...
Translators:
YFdyh000 Chinese
2016-05-07 20:26:16 +01:00
qTox translations
21b5cc3f9d
feat(l10n): Update Russian translation from Weblate
...
Translators:
Diadlo Russian
2016-05-07 20:26:16 +01:00
qTox translations
1107b6421b
feat(l10n): Update German translation from Weblate
...
Translators:
Robert Martinez German
2016-05-07 20:26:16 +01:00
qTox translations
83b89f1233
feat(l10n): Add Hebrew translation from Weblate
...
Translators:
Yaron Shahrabani Hebrew
2016-05-07 20:26:16 +01:00
qTox translations
c8c7bda38e
feat(l10n): Add Danish translations from Weblate
...
Translators:
jan madsen Danish
Peter Jespersen Danish
2016-05-07 20:26:16 +01:00
qTox translations
2ab5af566f
feat(l10n): Update Ukrainian translation from Weblate
...
Translators:
Olexandr Nesterenko Ukrainian
2016-05-07 20:26:16 +01:00
qTox translations
a49e7f276a
feat(l10n): Update Polish translation from Weblate
...
Translators:
agilob Polish
2016-05-07 20:26:16 +01:00
qTox translations
1466fbf554
feat(l10n): Update Norwegian translation from Weblate
...
Translators:
Allan Nordhøy Norwegian (old code)
2016-05-07 20:26:16 +01:00
qTox translations
4b42a6dba3
feat(l10n): Update French translation from Weblate
...
Translators:
Adam Magnier French
2016-05-07 20:26:16 +01:00
qTox translations
4137a19fbc
feat(l10n): Update Estonian translation from Weblate
...
Translators:
Kristjan Räts Estonian
2016-05-07 20:26:16 +01:00
Zetok Zalbavar
bc7ff4a8ff
docs(README.md): add info about meetings
...
Also change unicode `⦁` to `|`, since e.g. on default Debian 8 install
`⦁` is not displayed correctly.
2016-05-04 22:07:31 +01:00
initramfs
8e9a065f16
refactor(hidpi): enable HiDPI support if Qt supports it
...
Previously HiDPI support is conditionally enabled based on compilation
parameters as well as environmental variables which makes binary
distribution difficult. This commit automatically enables runtime DPI
scaling if Qt supports it (version 5.6 and beyond).
2016-05-04 18:31:24 +08:00