deskflow/src/lib/gui
2025-09-15 16:31:52 +01:00
..
config refactor: ServerConfig, use static access to switchCornerNames() 2025-09-05 11:52:17 +01:00
core feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
dialogs refactor: ScreenConfigDialog, make sure to populate the screen model with the server config after its been made 2025-09-09 15:59:07 +00: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 refactor: explicit constructor for PlatformScreen, FileTail, FunctionJob, FunctionEventJob, ServerConfig, ScreenSettingsDialog, KeySequenceWidget, NetworkAddress, AddClientDialog, ConfigReadContext, LockCursorToScreenAction, RestartServer And KeyboardBroadcastAction 2025-08-04 13:46:27 +01:00
Hotkey.cpp
Hotkey.h
KeySequence.cpp refactor: Fingerprint, KeyMap, KeySequence and Action use default == operator 2025-08-06 11:44:38 +01:00
KeySequence.h refactor: Fingerprint, KeyMap, KeySequence and Action use default == operator 2025-08-06 11:44:38 +01:00
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 refactor: ScreenSetupModel::isFull compaire same type of iterator 2025-08-11 12:32:50 -04:00
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