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

6149 Commits

Author SHA1 Message Date
Allan Nordhøy
868fd55d8e
feat(l10n): update Norwegian (old code) translation from Weblate 2017-09-30 18:56:01 +01:00
Kristjan Räts
035c158a99
feat(l10n): update Estonian translation from Weblate 2017-09-30 18:54:45 +01:00
anonymous
f0ca3bed38
feat(l10n): update German translation from Weblate 2017-09-30 18:54:24 +01:00
prhtnsm
5542570505
feat(l10n): update German translation from Weblate 2017-09-30 18:54:16 +01:00
Attila Farkas
155812e444
feat(l10n): update Slovak translation from Weblate 2017-09-30 18:52:34 +01:00
Attila Farkas
3b1a8ac704
feat(l10n): update Hungarian translation from Weblate 2017-09-30 18:52:05 +01:00
Nikolay Korotkiy
a6692e28ee
feat(l10n): update Russian translation from Weblate 2017-09-30 18:51:24 +01:00
Nikolay Korotkiy
814a6ea0cf
feat(l10n): update Finnish translation from Weblate 2017-09-30 18:50:33 +01:00
Lionel HANNEQUIN
8a94ad75ef
feat(l10n): update French translation from Weblate 2017-09-30 18:50:01 +01:00
Jonas del Campo
a225eec5fd
feat(l10n): update French translation from Weblate 2017-09-30 18:47:49 +01:00
Guillaume Precioso
4abaf03106
feat(l10n): update French translation from Weblate 2017-09-30 18:47:11 +01:00
Lionel HANNEQUIN
d662866c41
feat(l10n): update French translation from Weblate 2017-09-30 18:46:40 +01:00
anonymous
dbfc4794e5
feat(l10n): update French translation from Weblate 2017-09-30 18:45:16 +01:00
Lionel HANNEQUIN
8d3a631084
feat(l10n): update French translation from Weblate 2017-09-30 18:41:17 +01:00
Jonas del Campo
53264f4cf9
feat(l10n): update French translation from Weblate 2017-09-30 18:40:26 +01:00
Lionel HANNEQUIN
f2b648e4d3
feat(l10n): update French translation from Weblate 2017-09-30 18:40:18 +01:00
anonymous
5aa47be72a
feat(l10n): update French translation from Weblate 2017-09-30 18:39:48 +01:00
Lionel HANNEQUIN
6917def238
feat(l10n): update French translation from Weblate 2017-09-30 18:38:37 +01:00
anonymous
069feae311
feat(l10n): update French translation from Weblate 2017-09-30 18:38:16 +01:00
Lionel HANNEQUIN
db4602ead1
feat(l10n): update French translation from Weblate 2017-09-30 18:37:10 +01:00
Sonic Doom
13c572c393
feat(l10n): update Tamil translation from Weblate 2017-09-30 18:19:22 +01:00
Jonatan Nyberg
57519ca75d
feat(l10n): update Swedish translation from Weblate 2017-09-30 18:17:20 +01:00
Pan Efem
916f7aa250
feat(l10n): update Polish translation from Weblate 2017-09-30 18:15:27 +01:00
Moo
c06abad83b
feat(l10n): update Lithuanian translation from Weblate 2017-09-30 18:14:53 +01:00
Иван Пенев
0e688da1b0
feat(l10n): update Bulgarian translation from Weblate 2017-09-30 18:14:21 +01:00
remussatala
227516d206
feat(l10n): update Romanian translation from Weblate 2017-09-30 18:13:27 +01:00
sudden6
ab12555935
Merge pull request #4679
anthony.bilinski (1):
      fix(IPC): don't double lock shared memory
2017-09-28 18:42:53 +02:00
sudden6
ce0c102011
Merge pull request #4675
anthony.bilinski (1):
      feat(login): Add command line argument to open login screen
2017-09-27 19:43:14 +02:00
sudden6
a7af5176a5
Merge pull request #4694
Yuri (1):
      fix(threads): Always stop the camera device thread
2017-09-27 17:45:48 +02:00
sudden6
005f52f82a
chore(cmake): libXss comes with pkg-config files, use them 2017-09-27 16:33:03 +02:00
Yuri
8522141b1e fix(threads): Always stop the camera device thread 2017-09-26 22:42:48 -07:00
anthony.bilinski
0906b8eb1f feat(login): Add command line argument to open login screen
Fixes #4673
2017-09-26 13:41:46 -07:00
Diadlo
f790747f2a
fix: ATOMIC_FLAG_INIT can't be used inside braces initializer 2017-09-26 21:00:49 +03:00
Diadlo
f97c776a87
fix: Return value 2017-09-26 21:00:39 +03:00
Diadlo
533dd3103e
chore(cmake): Fix PIE error 2017-09-26 21:00:39 +03:00
Diadlo
43c2308b7b
fix(ipc): Reorder initialize list 2017-09-26 21:00:39 +03:00
Diadlo
aa356bb73a
fix(audio): Fix signed and unsigned comparation 2017-09-26 21:00:39 +03:00
Diadlo
026517dc5a
chore(warning): Fix compile warnings
- change preprocessor warning on runtime qWarning
- add parentheses around ‘&&’ within ‘||’
2017-09-26 21:00:39 +03:00
Diadlo
5b120c18ef
chore(warnings): Add -Werror flags 2017-09-26 21:00:39 +03:00
sudden6
c81de4f5fd
Merge pull request #4688
Maxim Biro (1):
      fix(build): Fix regression in how cmake finds libraries
2017-09-26 19:30:55 +02:00
sudden6
8655b83fcf
Merge pull request #4692
anthony.bilinski (1):
      chore: update bootstrap nodes list
2017-09-26 09:17:44 +02:00
anthony.bilinski
6cf394dfcc chore: update bootstrap nodes list
Fixes #4690
2017-09-25 13:34:28 -07:00
anthony.bilinski
0bf27a000a fix(IPC): don't double lock shared memory
Fixes #4678
2017-09-25 10:37:01 -07:00
sudden6
bbda8d4de2
Merge pull request #4684
Gergely (1):
      docs(INSTALL.md): fix a broken link
2017-09-25 11:39:56 +02:00
Maxim Biro
b7ef73d401 fix(build): Fix regression in how cmake finds libraries 2017-09-25 05:25:57 -04:00
Gergely
985294f06f docs(INSTALL.md): fix a broken link
Replace #toxcore-compiling with #compile-toxcore to fix a broken link.
2017-09-24 18:29:40 +02:00
sudden6
124c823983
Merge pull request #4676
Maxim Biro (3):
      fix(build): Add libexif to the Windows cross-compilation
      feat(build): Check sha256 of tarballs for Windows cross-compilation
      fix(build): Update toxcore and Qt versions for Windows cross-compilation
2017-09-23 11:58:36 +02:00
Maxim Biro
80f1286e7c fix(build): Update toxcore and Qt versions for Windows cross-compilation 2017-09-22 06:54:14 -04:00
Maxim Biro
7f6f8a4513 feat(build): Check sha256 of tarballs for Windows cross-compilation 2017-09-22 06:53:46 -04:00
Maxim Biro
95548c6a5f fix(build): Add libexif to the Windows cross-compilation 2017-09-21 21:12:32 -04:00