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

5949 Commits

Author SHA1 Message Date
Zetok Zalbavar
5f22df6cac
chore(i18n): update translation files for Weblate 2017-07-14 07:26:30 +01:00
yagoub fadel
3ab423dad2
feat(l10n): update Arabic translation from Weblate 2017-07-14 07:26:30 +01:00
Andrea
79e00832f6
feat(l10n): update Bulgarian translation from Weblate 2017-07-14 07:26:30 +01:00
Dawid Dziurla
5e432c5ecf
feat(l10n): update Polish translation from Weblate 2017-07-14 07:26:30 +01:00
ati3
e8e1d41ff5
feat(l10n): update Slovak translation from Weblate 2017-07-14 07:26:30 +01:00
Zetok Zalbavar
bf405e17fb
feat(l10n): add Tamil translation to UI 2017-07-14 07:26:30 +01:00
Sonic Doom
37a9304260
feat(l10n): add Tamil translation using Weblate 2017-07-14 07:26:30 +01:00
Anders Jonsson
040f14b38e
feat(l10n): update Swedish translation from Weblate 2017-07-14 07:26:29 +01:00
monolifed
fd8decd52e
feat(l10n): update Turkish translation from Weblate 2017-07-14 07:26:29 +01:00
cnzhx
065198724c
feat(l10n): update Chinese (Simplified) translation from Weblate 2017-07-14 07:26:29 +01:00
Kristjan Räts
1d9e646b19
feat(l10n): update Estonian translation from Weblate 2017-07-14 07:26:29 +01:00
Vladimir Studinsky
bcc3c0ef92
feat(l10n): update Ukrainian translation from Weblate 2017-07-14 07:26:29 +01:00
Paul Guehring
32cd745af6
feat(l10n): update German translation from Weblate 2017-07-14 07:26:29 +01:00
anonymous
1196731fa1
feat(l10n): update German translation from Weblate 2017-07-14 07:26:29 +01:00
Tiger tiger
d8cd871e7e
feat(l10n): update German translation from Weblate 2017-07-14 07:26:28 +01:00
Paul Guehring
1ce73175b3
feat(l10n): update German translation from Weblate 2017-07-14 07:26:28 +01:00
Vladimir Studinsky
20d31c81c9
feat(l10n): update German translation from Weblate 2017-07-14 07:26:28 +01:00
Nikolay Korotkiy
e10c5247de
feat(l10n): update Finnish translation from Weblate 2017-07-14 07:26:28 +01:00
Nikolay Korotkiy
dfdf11d17d
feat(l10n): update Esperanto translation from Weblate 2017-07-14 07:26:28 +01:00
Vladimir Studinsky
d583106008
feat(l10n): update Russian translation from Weblate 2017-07-14 07:26:28 +01:00
Alex Finity (Solomon1337)
317f250e68
feat(l10n): update Russian translation from Weblate 2017-07-14 07:26:28 +01:00
Nikolay Korotkiy
3a252c9e96
feat(l10n): update Russian translation from Weblate 2017-07-14 07:26:27 +01:00
Α Ω
b2501ed114
feat(l10n): update Greek translation from Weblate 2017-07-14 07:26:27 +01:00
Ricardo J. Barberis
0cd3448508
feat(l10n): update Spanish translation from Weblate 2017-07-14 07:26:27 +01:00
Moo
57f941398a
feat(l10n): update Lithuanian translation from Weblate 2017-07-14 07:26:27 +01:00
Viktar Vauchkevich
0c95284ecc
feat(l10n): update Belarusian translation from Weblate 2017-07-14 07:26:27 +01:00
remussatala
383746043f
feat(l10n): update Romanian translation from Weblate 2017-07-14 07:26:21 +01:00
sudden6
ab62221375
fix(build): when building without XSS extension 2017-07-13 18:39:00 +02:00
sudden6
8c2703b756
Merge pull request #4507
Andrew Morgan (1):
      fix(ui): Use native file picker dialog
2017-07-13 18:34:28 +02:00
Andrew Morgan
42a9534b24
fix(ui): Use native file picker dialog
The original reason that the Qt picker was used instead of the native
picker was that the native option would cause Nautilus/GNOME-based
pickers to hang.

This turned out to be due with a Qt bug with parenting Gtk windows. As a
result the parent of each file dialog window has been set to NULL,
eliminating the crash. As far as tests have shown, this produces no
adverse effects on either floating or tiling wms.

Fixes #3494
2017-07-06 06:40:33 -07:00
Diadlo
d704f5d21d
perf: Optimize open/close device
Because while device thread wait for a freeing 'streamMutex', in another
thread someone can subscribe or unsubscribe => it will require useless
pair (close + open) or (open + close)
2017-07-05 23:53:17 +03:00
Diadlo
d86912eacd
fix: Invoke device methods in deviceThread
Fix #2058
2017-07-05 23:53:17 +03:00
Diadlo
d720cca969
refactor: Split device and stream mutexes 2017-07-05 23:53:17 +03:00
Diadlo
50eaea8f8e
refactor: Add deviceThread 2017-07-05 23:53:17 +03:00
Diadlo
60dc4b34a4
refactor: Remove extra checks in [un]subscribe 2017-07-05 23:53:17 +03:00
Diadlo
a22694c9e8
refactor: Remove unused bool result 2017-07-05 23:53:17 +03:00
Diadlo
b562b31413
refactor: Remove unused functions 2017-07-05 23:53:17 +03:00
Diadlo
3b2352a0ee
refactor: Rename methods in CameraSource
To make the method more correctly reflect the essence
2017-07-05 23:53:17 +03:00
Diadlo
3c21af200c
revert: "refactor(core): Remove unused Core::reset method"
This reverts commit 4664c6249a.
2017-07-05 23:53:06 +03:00
sudden6
90910cbfe1
docs(codingstyle): update min qt version 2017-06-28 18:53:43 +02:00
Diadlo
7b3bd45d50
feat(aboutform): Add OS name in issue template 2017-06-27 00:34:31 +03:00
Diadlo
dd9b324ec3
chore(qt): Remove old qt code 2017-06-26 23:06:55 +03:00
Diadlo
af77efe2ba
chore(travis): Bump travis qt version 2017-06-26 23:06:55 +03:00
Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
Since new Debian stable was released, we can drop support of old packages
2017-06-26 23:06:55 +03:00
Diadlo
ab87a8da59
Merge pull request #4494
ezavod (1):
      fix(ui): wrong size of svg images on buttons
2017-06-26 23:06:22 +03:00
ezavod
5b0bf9fc9b
fix(ui): wrong size of svg images on buttons
Replaced size in percentage with size in pixels in call and emote buttons.
Added margin to mic and volume buttons.
2017-06-26 18:44:30 +02:00
Diadlo
bb65a18de5
feat: Add message count in tooltip to LoadHistoryDialog 2017-06-26 16:01:49 +03:00
Diadlo
23fd6962a1
Merge pull request #4488
tWido (1):
      feat(chatform): Highlight chat history
2017-06-26 11:48:59 +03:00
Diadlo
aebb8d6e76
Merge pull request #4482
Yuri (1):
      docs: Improved the FreeBSD installation instructions.
2017-06-26 09:50:13 +03:00
Yuri
ddb8e7202d docs: Improved the FreeBSD installation instructions.
Recommending in this order:
1. The binary package
2. The port
2017-06-25 22:26:28 -07:00