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

6167 Commits

Author SHA1 Message Date
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
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
sudden6
d974c60f0c
Merge pull request #4649
anthony.bilinski (1):
      fix(exit): delete heap-based QApplication before exit
2017-09-16 10:19:01 +02:00
sudden6
7469d97c1a
Merge pull request #4645
anthony.bilinski (1):
      chore(INSTALL): Update toxcore release version
2017-09-16 10:17:42 +02:00
drswinghead
27ecace752 feat(settings): add group chat local member black list 2017-09-16 10:22:08 +08:00
anthony.bilinski
a601df31da fix(exit): delete heap-based QApplication before exit
Fixes #4648
2017-09-14 00:01:38 -07:00
anthony.bilinski
48d65c269a feat(ui): output instructions when user tries to open a second instance
Fixes #3483
2017-09-14 00:00:38 -07:00
anthony.bilinski
fc1ed10199 fix(tooltip): Set font colour to black for beige tooltip background
Fixes #4641
2017-09-13 10:12:46 -07:00
anthony.bilinski
1a943c4faf chore(INSTALL): Update toxcore release version 2017-09-12 14:05:21 -07:00
Diadlo
c49959711e
Merge pull request #4620
anthony.bilinski (1):
      fix(chatform): Hide author on history like on new messages
2017-09-11 08:42:42 +03:00
Diadlo
bd6516eab7
fix: Fix crash on auto accept click in AboutFriendForm
Fix #4600
2017-09-10 13:22:54 +03:00
Diadlo
aae23c4154
refactor: Make direct connection 2017-09-10 13:21:33 +03:00
Diadlo
2020f7c4f8
refactor: Add signals in settings 2017-09-10 13:21:33 +03:00
Diadlo
a626888daa
refactor(interface): Add connectTo_* virtual method instead of signals 2017-09-10 13:21:33 +03:00
Diadlo
918cdf1368
refactor: Add using AboutFriend model in AboutFriendForm 2017-09-10 13:21:33 +03:00
Diadlo
b0a591e0f0
refactor(aboutfriend): Add AboutFriend model and interface 2017-09-10 13:21:33 +03:00
Diadlo
8368f2413d
refactor: Rename AboutUser to AboutFriendForm 2017-09-10 13:21:32 +03:00
Diadlo
c6d76da0dd
refactor: Use ToxPk instead of ToxId 2017-09-10 13:21:32 +03:00
noavarice
6b93a41a40
refactor: removed unused constant 2017-09-09 23:06:53 +03:00