deskflow/src/lib/gui
2025-10-13 08:34:12 -04:00
..
config refactor: ServerConfig, use static access to switchCornerNames() 2025-09-05 11:52:17 +01:00
core refactor: Coreprocess remove single use one liner persistLogDir, make dir in start if needed 2025-10-13 08:34:12 -04:00
dialogs feat: SettingsDialog, add control to adjust scrollSpeed option for clients 2025-09-30 06:39:54 -04:00
ipc
tls refactor: TLSUtil do not check it tls is enabled before regenerating the certificate 2025-08-27 05:51:15 -04:00
validators fix: screensettingsDialog, do not allow aliases to be ip addresses 2025-09-15 16:31:52 +01:00
widgets refactor: LogDock::eventFilter mark as override 2025-09-11 14:53:20 +01:00
Action.cpp fix: fixes the mouse label issue 2025-09-01 11:39:52 -04:00
Action.h feat: add switchToNextScreen hotkey to cycle through computers 2025-09-01 11:39:52 -04:00
CMakeLists.txt fix: screensettingsDialog, do not allow aliases to be ip addresses 2025-09-15 16:31:52 +01:00
DataDownloader.cpp
DataDownloader.h
Diagnostic.cpp fix: Settings reset on windows, create new profile dir when not in native mode 2025-09-01 17:22:15 +01:00
Diagnostic.h
DotEnv.cpp
DotEnv.h
FileTail.cpp
FileTail.h
Hotkey.cpp
Hotkey.h
KeySequence.cpp
KeySequence.h
Logger.cpp
Logger.h
MainWindow.cpp refactor: MainWindow, minimize / restore action use window-*-pip icons 2025-09-11 10:57:08 +01:00
MainWindow.h refactor: new LogDock, handle hiding and float correctly' 2025-09-11 10:57:08 +01:00
MainWindow.ui refactor: new LogDock, handle hiding and float correctly' 2025-09-11 10:57:08 +01:00
Messages.cpp chore: Messages::showClientError remove unneeded capture from lambda 2025-09-01 16:57:39 +01:00
Messages.h
OSXHelpers.h
OSXHelpers.mm
ScreenSetupModel.cpp
ScreenSetupModel.h
Styles.h refactor: GUI, Mainwindow use the system hyperlink color to color the text of the 'primary' Ip address 2025-08-12 13:04:09 -04:00
StyleUtils.h
VersionChecker.cpp refactor: replace QString::toStdString().c_str with qPrintable(...) 2025-08-22 09:54:20 +01:00
VersionChecker.h