1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Anthony Bilinski 94d0f29603
refactor(GUI): Remove GUI::themeReload, give responsibility to Style
Style already has themeChanged, which was unused. GUI's themeReload just
dispatches to Style, which is already piped to GUI classes. Give the signal
to Style itself so that classes can connect to that, rather than relying on
GUI's singleton.
2022-03-24 02:14:20 -07:00
..
chatlog refactor(GUI): Remove GUI::themeReload, give responsibility to Style 2022-03-24 02:14:20 -07:00
core feat(core): Add error parsing for Tox_Err_Options_New 2022-03-18 22:20:13 -07:00
model refactor: Comply with Clang's Wmismatched-tags 2022-03-15 08:19:53 -07:00
net refactor(model): Fix case of IBootstrapListGenerator::getBootstrapNodes 2022-03-13 00:42:33 -08:00
persistence refactor(history): Separate db upgrade logic from History 2022-03-19 21:27:40 -07:00
platform fix(macos): Represent autorun state in UI persistently 2022-03-18 17:02:06 -07:00
video refactor: Move Style global shared state into class 2022-03-19 21:28:21 -07:00
widget refactor(GUI): Remove GUI::themeReload, give responsibility to Style 2022-03-24 02:14:20 -07:00
friendlist.cpp refactor(model): Rename Contact and ContactId to Chat and ChatId 2022-03-14 12:44:37 -07:00
friendlist.h refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
grouplist.cpp refactor: remove Core::getInstance from grouplist 2020-05-11 10:28:26 +02:00
grouplist.h refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
ipc.cpp refactor: Remove Settings singleton 2022-03-13 16:00:48 -07:00
ipc.h refactor: Remove Settings singleton 2022-03-13 16:00:48 -07:00
loginscreen.ui refactor(nexus): make loginscreen independent of nexus 2018-02-01 22:00:06 +01:00
main.cpp refactor: Remove Settings singleton 2022-03-13 16:00:48 -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 refactor(GUI): Remove GUI setEnabled, call on Widget directly 2022-03-24 02:14:20 -07:00
nexus.h refactor: Move Style global shared state into class 2022-03-19 21:28:21 -07:00