1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
sudden6 89400c91f7
refactor: properly lock against Core thread
We we're calling toxav_* functions without synchronizing to any of the
Tox threads.

Additionally remove the call timeout, it creates timers from different
threads, which causes errors.

(cherry picked from commit 98cfe9838f)
2020-03-20 02:07:17 -07:00
..
audio docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
chatlog fix(chatlog): fix stick to bottom behavior 2020-03-15 16:45:09 +01:00
core refactor: properly lock against Core thread 2020-03-20 02:07:17 -07:00
model fix(offlingmsg): only dipatch offline messages on friend online change 2019-11-25 20:52:06 -08:00
net fix(net): check if the node has all needed fields 2020-01-19 16:06:19 -08:00
persistence fix(db): fix schema log to display correct version 2020-01-27 01:21:29 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
util docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
video fix(groups): Correct color of labels in group call 2019-11-16 14:33:28 -08:00
widget fix: remove unused variables 2020-03-03 00:38:53 -08:00
friendlist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
friendlist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
grouplist.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
ipc.h docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
loginscreen.ui refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
main.cpp fix(loginScreen): make loginScreen return values comply with Qt standards 2019-10-18 16:24:53 -07:00
mainwindow.ui fix(ui): show empty status as placeholder instead of as status 2019-05-07 14:34:08 -07:00
nexus.cpp fix(loginScreen): make loginScreen return values comply with Qt standards 2019-10-18 16:24:53 -07:00
nexus.h feat(proxy): provide commandline tools for proxy settings 2019-09-02 21:05:01 -07:00