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
grouplist.cpp
grouplist.h
ipc.cpp
ipc.h
loginscreen.ui
main.cpp
mainwindow.ui
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