deskflow/src/lib/gui
2025-10-29 08:14:39 -04:00
..
config chore: remove unused AddClientDialog 2025-10-28 08:59:45 +00:00
core feat: Dynamic translation of GUI, able to restart the application without exiting 2025-10-28 07:18:53 -04:00
dialogs refactor: rename symbolic icon to full fqdn name. 2025-10-28 07:39:14 -04: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: Sub classes and overloads not usings parameters of the base methods have the varible names removed 2025-10-17 09:07:21 +01:00
widgets refactor: LogDock, support LanguageChangeEvent 2025-10-28 07:18:53 -04:00
Action.cpp fix: fixes the mouse label issue 2025-09-01 11:39:52 -04:00
Action.h chore: remove unneeded semi colons from several places 2025-10-17 09:07:21 +01:00
CMakeLists.txt chore: rm Unused gui/DataDownloader 2025-10-28 09:30:36 +00:00
Diagnostic.cpp feat: Change to local user ini (not native) 2025-10-15 08:59:09 -04: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: MainWindow, do not reinit serverconfig 2025-10-29 08:14:39 -04:00
MainWindow.h feat: Dynamic translation of GUI, able to restart the application without exiting 2025-10-28 07:18:53 -04:00
MainWindow.ui feat: Dynamic translation of GUI, able to restart the application without exiting 2025-10-28 07:18:53 -04: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: use QPushButtons and fake toolbutton style without using a style sheet 2025-10-21 11:05:10 -04:00
StyleUtils.h refactor: move icon theme settings to styleUtils::updateIconTheme 2025-10-21 11:05:10 -04: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