1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Anthony Bilinski 24e4ec3751
fix(model): take QObject receiver argument to interface signal connection macro
receiver QObject is used by Qt to automatically deregister the connection when
the receiver is destroyed. Forward it on to Qt's connect.
2020-02-06 16:48:56 -08:00
..
audio fix(model): stop interfaces from inheriting from QObject 2020-02-06 16:48:56 -08:00
chatlog Merge branch 'v1.17-dev' 2020-01-19 16:16:57 -08:00
core fix(model): take QObject receiver argument to interface signal connection macro 2020-02-06 16:48:56 -08:00
model fix(model): take QObject receiver argument to interface signal connection macro 2020-02-06 16:48:56 -08:00
net fix(net): check if the node has all needed fields 2020-01-19 16:06:19 -08:00
persistence Merge branch 'v1.17-dev' 2020-01-19 16:16:57 -08:00
platform fix(i18n): Various English fixes 2019-09-14 15:00:59 -04:00
util fix(model): stop interfaces from inheriting from QObject 2020-02-06 16:48:56 -08:00
video refactor(chatform): combine toggleVideoPreview implementations 2020-01-26 04:29:56 -08:00
widget fix(model): take QObject receiver argument to interface signal connection macro 2020-02-06 16:48:56 -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 Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -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 Merge branch 'v1.17-dev' 2019-10-21 23:49:36 -07:00
nexus.h feat(proxy): provide commandline tools for proxy settings 2019-09-02 21:05:01 -07:00