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

5939 Commits

Author SHA1 Message Date
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
Diadlo
c667cf5c84
refactor(widget): Remove 'chatFormIsSet'
'charFormIsSet' is small static method used in one place, replaced
on direct using.
2017-06-25 22:42:44 +03:00
Diadlo
31d35ecc62
refactor: Remove Friend::getChatForm using 2017-06-25 22:42:44 +03:00
tWido
3257770bfa feat(chatform): Highlight chat history
Calendar dates with chat history highlighted with bold
Fixes #2296
2017-06-25 21:23:04 +02:00
Diadlo
a7e17a4ee4
Merge pull request #4489
tWido (1):
      feat(chatform): Export chat history to file
2017-06-25 21:33:19 +03:00
tWido
5e4ab76944 feat(chatform): Export chat history to file
Export chat history to plaintext
Fixes #4143
2017-06-25 20:22:42 +02:00
Diadlo
8b6d3a19ef
refactor(chatform): Use offlineEngine directly 2017-06-23 13:36:28 +03:00
Diadlo
0b5b3fcf1a
fix(main): Use correct way to handle application quit
Handle apllication aboutToQuit signal
2017-06-22 10:22:18 +03:00
Diadlo
9908c7473b
refactor(main): Use application pointer 2017-06-22 10:22:18 +03:00
Diadlo
70428771fd
Merge pull request #4481
Yuri (1):
      fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
2017-06-21 22:18:29 +03:00
sudden6
b01d04d475
Merge pull request #4471
Vincas Dargis (1):
      docs(coding): add guides about string usage
2017-06-21 18:10:30 +02:00