1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

4696 Commits

Author SHA1 Message Date
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 CompileInstall
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
sudden6
c7d733540a
Merge pull request #3181
PKEv (1):
      fix(genericchatform):separate messages from different days
2016-04-25 19:26:42 +02:00
Zetok Zalbavar
6bdf535f4e
Merge pull request #3189
Vincas Dargis (1):
      docs(INSTALL.md): State MinGW requirements for fillter_audio
2016-04-25 17:54:33 +01:00
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.
2016-04-25 19:45:12 +03:00
a68366
dcb8c3f323 fix(widget): properly show status messages
Fixes #3123
2016-04-25 16:56:52 +03:00
PKEv
d0ea5bb4fd feat(emoticonswidget):Keep emoticon option open
Emoticon dialog remains open, and the selected emoticon is pasted into the text window
close #3043
2016-04-25 02:09:12 +03:00
Diadlo
e087398f56
fix(core): Added emit idSet after set NoSpam
Fix #1680.
2016-04-25 01:43:36 +03:00
Zetok Zalbavar
24a7f4d519
revert: docs(README.md): remove obsolete links to portable builds for windows
Revert commit 477ac5b5db.

Apparently those links aren't obsolete.
2016-04-24 17:45:04 +01:00
Zetok Zalbavar
fa5ee5b1ad
fix(bootstrap.sh): add instructions for missing unzip & adjust path
Also correct $PATH in windows instructions to work on x86_64.

Fixes #3153
2016-04-24 16:17:39 +01:00
Zetok Zalbavar
4b726dde58
docs(CHANGELOG.md): add changelog for v1.4.0 release 2016-04-24 13:44:18 +01:00
sudden6
6d3551548b
fix(groupaudio): don't set button to green while call running 2016-04-24 14:34:49 +02:00
sudden6
5339ad978b
fix(groupaudio): don't play audio while call is inactive
This also avoids logspam, because toxcore keeps recieving audio data
even if the call is inactive.
2016-04-24 14:34:49 +02:00
sudden6
afcd146a5b
fix(groupaudio): avoid deadlock when ending groupcall
The offending statement caused a deadlock, because the audioLock was
locked twice by the audio thread.
2016-04-24 14:34:49 +02:00