deskflow/src/lib/gui
2025-09-05 11:52:17 +01:00
..
config refactor: ServerConfig, use static access to switchCornerNames() 2025-09-05 11:52:17 +01:00
core refactor: CoreProcess::addGenericArgs remove unused processMode var 2025-09-05 11:52:17 +01:00
dialogs refactor: ServerConfigDialog mark that deselected maybe_unused when calling the selectionChanged for our lists 2025-09-05 11:52:17 +01:00
ipc Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00
tls refactor: TLSUtil do not check it tls is enabled before regenerating the certificate 2025-08-27 05:51:15 -04:00
validators chore: add comment to empty methods 2025-05-20 16:20:07 +01:00
widgets refactor: LogWidget remove unused Q_SIGNALS delclaration 2025-09-05 11:52:17 +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 refactor: Move ServerConfig to the config folder 2025-09-03 10:38:59 +01: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 fix: Settings reset on windows, create new profile dir when not in native mode 2025-09-01 17:22:15 +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 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 chore: initialize class vars using the order class define, initilizer list, constructor 2025-05-23 10:19:11 -07:00
Hotkey.h refactor: remove redundant access specifiers 2025-06-20 09:39:26 +01:00
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 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: move log to dockwidget simplifying resize code 2025-09-01 18:12:41 +01:00
MainWindow.h refactor: Move ServerConfig to the config folder 2025-09-03 10:38:59 +01:00
MainWindow.ui refactor: move log to dockwidget simplifying resize code 2025-09-01 18:12:41 +01:00
Messages.cpp chore: Messages::showClientError remove unneeded capture from lambda 2025-09-01 16:57:39 +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 refactor: ScreenSetupModel::isFull compaire same type of iterator 2025-08-11 12:32:50 -04:00
ScreenSetupModel.h refactor: remove redundant access specifiers 2025-06-20 09:39:26 +01:00
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 refactor: simplify setting the fallback theme search path, does require sub dirs but we should only need the theme root 2025-06-26 09:50:53 +01:00
VersionChecker.cpp refactor: replace QString::toStdString().c_str with qPrintable(...) 2025-08-22 09:54:20 +01:00
VersionChecker.h Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places 2025-06-02 14:28:51 -07:00