Zetok Zalbavar
7474da16b6
docs: add docs pointing at easy way to do translations
9 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.
9 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
9 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.
9 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.
9 years ago
Zetok Zalbavar
d14c54d72b
chore(i18n): update all translation files for weblate
9 years ago
qTox translations
fe432dead4
feat(l10n): Update Chinese translations from Weblate
...
Translators:
YFdyh000 Chinese
9 years ago
qTox translations
21b5cc3f9d
feat(l10n): Update Russian translation from Weblate
...
Translators:
Diadlo Russian
9 years ago
qTox translations
1107b6421b
feat(l10n): Update German translation from Weblate
...
Translators:
Robert Martinez German
9 years ago
qTox translations
83b89f1233
feat(l10n): Add Hebrew translation from Weblate
...
Translators:
Yaron Shahrabani Hebrew
9 years ago
qTox translations
c8c7bda38e
feat(l10n): Add Danish translations from Weblate
...
Translators:
jan madsen Danish
Peter Jespersen Danish
9 years ago
qTox translations
2ab5af566f
feat(l10n): Update Ukrainian translation from Weblate
...
Translators:
Olexandr Nesterenko Ukrainian
9 years ago
qTox translations
a49e7f276a
feat(l10n): Update Polish translation from Weblate
...
Translators:
agilob Polish
9 years ago
qTox translations
1466fbf554
feat(l10n): Update Norwegian translation from Weblate
...
Translators:
Allan Nordhøy Norwegian (old code)
9 years ago
qTox translations
4b42a6dba3
feat(l10n): Update French translation from Weblate
...
Translators:
Adam Magnier French
9 years ago
qTox translations
4137a19fbc
feat(l10n): Update Estonian translation from Weblate
...
Translators:
Kristjan Räts Estonian
9 years ago
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.
9 years ago
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).
9 years ago
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
9 years ago
Zetok Zalbavar
2c8183fc95
Merge pull request #3234
...
drswinghead (1):
feat(l10n): update zh translation.
9 years ago
drswinghead
f8ee448412
feat(l10n): update zh translation.
9 years ago
Zetok Zalbavar
d06efd387b
feat(l10n): add Japanese translation
...
Also sort list of languages ~alphabetically.
Translation thanks to @verycrypt
Closes #3223
9 years ago
Zetok Zalbavar
ae7e99c44a
docs(README.md): change `Compile` → `Install`
...
Since INSTALL.md is not only about compiling.
9 years ago
initramfs
56e15aeab1
refactor(profile): display files that could not be deleted in prompt
9 years ago
sudden6
08263e9844
Merge pull request #3214
...
initramfs (1):
fix(chat window): prevent right click from opening chat window
9 years ago
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 .
9 years ago
Zetok Zalbavar
67d01a73c4
fix(settings): make it clear that `Markdown` is about text formatting
...
Close #3217
9 years ago
sudden6
1b4f3d9506
Merge pull request #3227
...
PKEv (1):
fix(widget):show unread messages notification
9 years ago
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
9 years ago
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.
9 years ago
initramfs
1dabbca94c
feat(profile): show warning on failure to delete profile
...
Adds a few qWarning() statements when files fail to delete.
9 years ago
Zetok Zalbavar
deeb9b2308
docs(INSTALL.md): link to community builds for distros
9 years ago
sudden6
899a2eb555
docs(CONTRIBUTING.md): change obsolete link
9 years ago
sudden6
d9fd513a64
Merge pull request #3202
...
PKEv (1):
fix(friendwidget):the limitation of the group's name in the shortcut menu
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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.
9 years ago
sudden6
5045c460d7
Merge pull request #3199
...
PKEv (1):
feat(importProfile): Add way to import profile
9 years ago
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.
9 years ago
PKEv
9ea25d1fbd
feat(importProfile): Add way to import profile
...
close #1872
change based on pr #2140 by @agilob
9 years ago
sudden6
6cd1830571
Merge pull request #3198
...
a68366 (1):
fix(widget): properly show status messages
9 years ago
sudden6
6a7dbcb2f6
Merge pull request #3191
...
Diadlo (1):
fix(core): Added emit idSet after set NoSpam
9 years ago
sudden6
ddca97a896
Merge pull request #3182
...
PKEv (1):
feat(emoticonswidget):Keep emoticon option open
9 years ago
sudden6
c7d733540a
Merge pull request #3181
...
PKEv (1):
fix(genericchatform):separate messages from different days
9 years ago
Zetok Zalbavar
6bdf535f4e
Merge pull request #3189
...
Vincas Dargis (1):
docs(INSTALL.md): State MinGW requirements for fillter_audio
9 years ago
Vincas Dargis
d5ceef9a50
docs(INSTALL.md): State MinGW requirements for fillter_audio
...
filter_audio build fails because -lpthread is not found.
Documentation now explicitly states mingw32-pthreads-w32 and
other core MinGW package requirements.
9 years ago
a68366
dcb8c3f323
fix(widget): properly show status messages
...
Fixes #3123
9 years ago
PKEv
d0ea5bb4fd
feat(emoticonswidget):Keep emoticon option open
...
Emoticon dialog remains open, and the selected emoticon is pasted into the text window
close #3043
9 years ago
Diadlo
e087398f56
fix(core): Added emit idSet after set NoSpam
...
Fix #1680 .
9 years ago