deskflow/src/lib/gui
2025-06-09 16:33:27 +01:00
..
config fix settings modifiers initilization, move initization to header 2025-05-15 17:25:08 +01:00
core Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
dialogs Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
ipc Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
proxy Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
tls chore: make more const methods 2025-05-28 09:42:08 +01:00
validators chore: add comment to empty methods 2025-05-20 16:20:07 +01:00
widgets Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
Action.cpp chore: Action, use auto where possible 2025-04-28 13:50:43 +01:00
Action.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
CMakeLists.txt refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
DataDownloader.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
DataDownloader.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
Diagnostic.cpp refactor: Remove use of DESKFLOW_RESET_ALL and all users to pass --reset switch to deskflow-gui instead 2025-05-03 21:09:41 +01:00
Diagnostic.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
DotEnv.cpp chore: rename lib/gui/dot_env => lib/gui/DotEnv 2025-03-20 13:06:45 +00:00
DotEnv.h chore: rename lib/gui/dot_env => lib/gui/DotEnv 2025-03-20 13:06:45 +00:00
FileTail.cpp feat: Tail daemon log file instead of using IPC log outputter 2025-02-28 17:58:16 +00:00
FileTail.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
Hotkey.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
Hotkey.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
KeySequence.cpp chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
KeySequence.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
Logger.cpp fix: Use QTextStream to write to stdout and stderr 2025-04-15 05:02:25 -07:00
Logger.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
MainWindow.cpp refactor: MainWindow, convert btnSaveServerConfig to QPushButton set the icons size 22x22 only when not on macos, make sure the button is square on macos 2025-06-05 21:20:10 +01:00
MainWindow.h feat: add restart action fixes #8542 2025-06-05 21:00:42 +01:00
MainWindow.ui refactor: MainWindow, convert btnSaveServerConfig to QPushButton set the icons size 22x22 only when not on macos, make sure the button is square on macos 2025-06-05 21:20:10 +01:00
Messages.cpp refactor: message::showWaylandLibaryError, use name in the title and enable translations 2025-06-09 16:33:27 +01:00
Messages.h feat(daemon): Friendly message on daemon connection error 2025-04-16 05:12:33 -07:00
OSXHelpers.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXHelpers.mm refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ScreenSetupModel.cpp chore: ScreenSetupModel, use auto where possible 2025-04-28 13:50:43 +01:00
ScreenSetupModel.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
ServerConfig.cpp chore: use const for more local ref and pointer vars 2025-05-28 09:42:08 +01:00
ServerConfig.h chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
Styles.h chore: rename lib/gui/styles.h => lib/gui/Styles.h 2025-03-20 13:06:45 +00:00
StyleUtils.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
VersionChecker.cpp refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
VersionChecker.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00