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

6335 Commits

Author SHA1 Message Date
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
tox-user
78c6869e4c style(settings): change names of local constants to camel case 2017-09-30 17:22:35 +02:00
tox-user
e4b0c54965 refactor(settings): use a cleaner way to read and set audio bitrate 2017-09-30 15:49:11 +02:00
tox-user
b36a7bdec9 refactor(settings): use constants in audio quality setting 2017-09-30 12:52:09 +02:00
tox-user
7ed2d97aad feat(settings): make audio quality setting persistent 2017-09-29 12:33:30 +02: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
tox-user
61eddc1f6b feat(settings): Add audio quality setting
Fixes #4693
2017-09-28 16:14:36 +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
anthony.bilinski
94cb6ce1c5 fix(settings): Delete dynamically allocated members on destruction
Fixes #4670
2017-09-21 13:29:20 -07:00
sudden6
b7921ef29a
Merge pull request #4588
Maxim Biro (1):
      fix(build): Windows cross-compilation didn't see libfilterudio
2017-09-21 17:36:45 +02:00
sudden6
e1ca609034
Merge pull request #4666
Maxim Biro (1):
      fix(build): Fixed header file of libfilteraudio not being found
2017-09-21 12:10:10 +02:00
Maxim Biro
8108bfdc35 fix(build): Fixed header file of libfilteraudio not being found 2017-09-20 19:46:46 -04:00
sudden6
6a5a7564aa
Merge pull request #4644
anthony.bilinski (1):
      feat(paste): Implement pasting images from clipboard
2017-09-20 11:16:08 +02:00
sudden6
75438d46b2
Merge pull request #4643
anthony.bilinski (1):
      feat(exif): Honour exif orientation tag
2017-09-20 11:14:42 +02:00
sudden6
ed634ae0f4
Merge pull request #4610
drswinghead (1):
      feat(settings): add group chat local member black list
2017-09-19 21:23:55 +02:00
anthony.bilinski
414fa178b4 feat(exif): Honour exif orientation tag
Fixes #1848
2017-09-19 10:00:05 -07:00
anthony.bilinski
5fed37365f feat(paste): Implement pasting images from clipboard
Fixes #1290
2017-09-19 09:56:34 -07:00
sudden6
9c01eec268
Merge pull request #4607
anthony.bilinski (1):
      fix(receipts): Prevent double message send for received receipt
2017-09-17 23:19:24 +02:00
noavarice
b967d28465
refactor: use GroupInvite instead of set of parameters 2017-09-17 19:54:06 +03:00
noavarice
d514b48ef6
refactor: register GroupInvite as meta-type 2017-09-17 19:54:06 +03:00
noavarice
fd1fbebae0
refactor: more rigorous types for GroupInvite 2017-09-17 19:54:06 +03:00
noavarice
ad3584c469
refactor: GroupInvite moved to model directory 2017-09-17 19:54:01 +03:00
sudden6
d746ea9daf
Merge pull request #4650
anthony.bilinski (1):
      feat(ui): output instructions when user tries to open a second instance
2017-09-17 11:24:34 +02:00
sudden6
7280e3142a
Merge pull request #4642
anthony.bilinski (1):
      fix(tooltip): Set font colour to black for beige tooltip background
2017-09-16 11:45:37 +02:00