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
sudden6
4432ab6398
Merge pull request #3213
...
initramfs (3):
feat(profile): show warning on failure to delete profile
feat(profile): add a dialog to indicate profile deletion error
refactor(profile): display files that could not be deleted in prompt
2016-04-30 21:06:56 +02:00
Zetok Zalbavar
2c8183fc95
Merge pull request #3234
...
drswinghead (1):
feat(l10n): update zh translation.
2016-04-30 12:00:10 +01:00
drswinghead
f8ee448412
feat(l10n): update zh translation.
2016-04-30 17:49:06 +08:00
Zetok Zalbavar
d06efd387b
feat(l10n): add Japanese translation
...
Also sort list of languages ~alphabetically.
Translation thanks to @verycrypt
Closes #3223
2016-04-30 10:04:56 +01:00
Zetok Zalbavar
ae7e99c44a
docs(README.md): change Compile
→ Install
...
Since INSTALL.md is not only about compiling.
2016-04-30 10:01:37 +01:00
initramfs
56e15aeab1
refactor(profile): display files that could not be deleted in prompt
2016-04-30 05:10:21 +08:00
sudden6
08263e9844
Merge pull request #3214
...
initramfs (1):
fix(chat window): prevent right click from opening chat window
2016-04-29 19:58:41 +02:00
Zetok Zalbavar
8872dba3e7
refactor(i18n): remove duplicated text with HTML tags from translations
...
Starting from d121bd839b
this string is
being set from .cpp, thus there's no need to keep a duplicate with HTML
tags that make it harder to translate in .ui file.
Duplicate pointed out in #3223 by @verycrypt.
2016-04-29 18:27:13 +01:00
Zetok Zalbavar
67d01a73c4
fix(settings): make it clear that Markdown
is about text formatting
...
Close #3217
2016-04-29 18:20:01 +01:00
sudden6
1b4f3d9506
Merge pull request #3227
...
PKEv (1):
fix(widget):show unread messages notification
2016-04-29 18:19:05 +02:00
PKEv
c81e6e2dd1
fix(widget):show unread messages notification
...
fix #3193
shows notification about unread messages from contacts that are not displayed in the current view
2016-04-29 13:50:28 +03:00
initramfs
78fd245e4c
feat(profile): add a dialog to indicate profile deletion error
...
This commit adds an error dialog box that pops up upon profile delete
error to inform users to manually delete files.
2016-04-29 13:38:15 +08:00
initramfs
1dabbca94c
feat(profile): show warning on failure to delete profile
...
Adds a few qWarning() statements when files fail to delete.
2016-04-29 13:07:27 +08:00
Zetok Zalbavar
deeb9b2308
docs(INSTALL.md): link to community builds for distros
2016-04-28 20:13:27 +01:00
sudden6
899a2eb555
docs(CONTRIBUTING.md): change obsolete link
2016-04-28 20:49:02 +02:00
sudden6
d9fd513a64
Merge pull request #3202
...
PKEv (1):
fix(friendwidget):the limitation of the group's name in the shortcut menu
2016-04-28 20:41:39 +02:00
PKEv
d357fe1c65
fix(friendwidget):the limitation of the group's name in the shortcut menu
...
close #3201
add the limitation of the group's name in the shortcut menu
the exclusion of the possibility of incorrect display the context menu, caused by the long group name
2016-04-28 14:37:21 +03:00
sudden6
c1826125cb
Merge pull request #3186
...
initramfs (4):
feat(status): add ability to copy status messages
feat(status): make status in about dialog copyable
refactor(status): enable text selection in about friend dialog
fix(status): explictly refer to this within lambda
2016-04-28 12:05:50 +02:00
initramfs
b9a392d59e
fix(chat window): prevent right click from opening chat window
...
Prevent a right click mouse release event from triggering a chat window
switch/launch.
Closes #3205
2016-04-27 12:19:23 +08:00
initramfs
63af0d7500
fix(status): explictly refer to this within lambda
...
Workaround for a potential gcc bug in which lambda expressions are not
being executed in the correct context.
2016-04-26 09:59:21 +08:00
sudden6
5045c460d7
Merge pull request #3199
...
PKEv (1):
feat(importProfile): Add way to import profile
2016-04-25 21:09:28 +02:00
initramfs
ae24311237
refactor(status): enable text selection in about friend dialog
...
Enables text selection in the about friend dialog, allowing selection
and copying of status and username.
2016-04-25 14:12:42 -04:00
PKEv
9ea25d1fbd
feat(importProfile): Add way to import profile
...
close #1872
change based on pr #2140 by @agilob
2016-04-25 21:12:31 +03:00
sudden6
6cd1830571
Merge pull request #3198
...
a68366 (1):
fix(widget): properly show status messages
2016-04-25 19:46:47 +02:00
sudden6
6a7dbcb2f6
Merge pull request #3191
...
Diadlo (1):
fix(core): Added emit idSet after set NoSpam
2016-04-25 19:38:59 +02:00
sudden6
ddca97a896
Merge pull request #3182
...
PKEv (1):
feat(emoticonswidget):Keep emoticon option open
2016-04-25 19:36:09 +02:00