deskflow/src/lib/gui
Nick Bolton bb1394ceeb feat: Change to local user ini (not native)
Windows registry is horrible to deal with and makes it impractical to pass settings to the Core when run via daemon on Windows.

- Pass settings path to Core when launched via daemon
- Introduce portable mode detection logic on Windows
- Generalize `m_settingsFile` use
- Reduce #ifdef size for Settings ctor path logic
2025-10-15 08:59:09 -04:00
..
config refactor: ServerConfig, use static access to switchCornerNames() 2025-09-05 11:52:17 +01:00
core feat: Change to local user ini (not native) 2025-10-15 08:59:09 -04:00
dialogs feat: Change to local user ini (not native) 2025-10-15 08:59:09 -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 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 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 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 fix: Store server config window state in memory instead of on disk 2025-10-13 08:50:30 -04:00
MainWindow.h refactor: MainWindow::coreProcessStarting move logic into coreProcessStateChanged 2025-10-13 08:34:12 -04: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 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