1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/core
Mick Sayson 157be30b11 refactor(files): Refactor FileTransferWidget
Rational here is that the current FileTransferWidget is quite
entangled with core logic. If we are going to instantiate the
FileTransferWidget without an active file transfer the widget needs to
behave sanely without getting messages from toxcore. This changeset is
an attempt to allow us to move from any FileTransferWidget state to any
other state without having to go through the appropriate state
transitions.
2018-12-02 14:35:04 -08:00
..
core.cpp feat(core): prepare qTox for groupchat saving 2018-11-22 08:11:18 +01:00
core.h feat(core): prepare qTox for groupchat saving 2018-11-22 08:11:18 +01:00
coreav.cpp refactor(coreav): move CoreAV to the factory pattern too 2018-10-25 08:06:19 +02:00
coreav.h refactor(coreav): move CoreAV to the factory pattern too 2018-10-25 08:06:19 +02:00
corefile.cpp refactor(files): Refactor FileTransferWidget 2018-12-02 14:35:04 -08:00
corefile.h chore(core): use new toxcore enum typenames 2018-09-17 10:40:07 -07:00
dhtserver.cpp chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
dhtserver.h chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
icoresettings.h feat(ui): Add ability to disable LAN discovery 2018-04-06 12:02:10 -07:00
toxcall.cpp fix(audio): connect the correct audio callbacks 2018-07-01 10:39:33 +02:00
toxcall.h fix(audio): connect the correct audio callbacks 2018-07-01 10:39:33 +02:00
toxencrypt.cpp chore(core): improve failed decryption error handling 2018-11-05 10:59:50 -08:00
toxencrypt.h chore(core): improve failed decryption error handling 2018-11-05 10:59:50 -08:00
toxfile.cpp refactor(files): Refactor FileTransferWidget 2018-12-02 14:35:04 -08:00
toxfile.h refactor(files): Refactor FileTransferWidget 2018-12-02 14:35:04 -08:00
toxid.cpp chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
toxid.h chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
toxlogger.cpp chore(core): use new toxcore enum typenames 2018-09-17 10:40:07 -07:00
toxlogger.h chore(core): use new toxcore enum typenames 2018-09-17 10:40:07 -07:00
toxoptions.cpp fix(toxoptions): handle nullptr in parameters 2018-11-14 15:06:43 +01:00
toxoptions.h refactor(core): format code 2018-07-05 17:10:26 +02:00
toxpk.cpp refactor: use ToxPk as identifier 2018-05-11 20:35:24 +02:00
toxpk.h refactor: use ToxPk as identifier 2018-05-11 20:35:24 +02:00
toxstring.cpp chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
toxstring.h chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00