|
|
cd0aa6496a
|
refactor(daemon): Move file log init code to init functions
|
2025-03-14 14:19:46 +00:00 |
|
|
|
c583252b03
|
refactor(daemon): Move watchdog init to init function
This also improves some logging and adds discreet try-catch blocks for each function call which improves diagnostics
|
2025-03-14 14:19:46 +00:00 |
|
|
|
2c433eddd7
|
chore(daemon): Make function const and better string compare
- Make `clearSettings` const in daemon app
- Improve readability of empty command check
|
2025-03-14 14:19:46 +00:00 |
|
|
|
5ee39c9b00
|
refactor: Settings allow override file of settings/Deskflow.conf
|
2025-03-14 14:10:19 +00:00 |
|
|
|
c1642b8d9d
|
refactor: Remove unused CoreTool
|
2025-03-14 14:10:19 +00:00 |
|
|
|
f2c16c4432
|
refactor: remove paths::coreProfileDir and its single use for Settings::settingsPath()
|
2025-03-14 14:10:19 +00:00 |
|
|
|
37b4e4b57f
|
refactor: coretool remove getProfileDir
|
2025-03-14 14:10:19 +00:00 |
|
|
|
b502a6b848
|
refactor: remove coretool from coreProcess
|
2025-03-14 14:10:19 +00:00 |
|
|
|
fe0ddf85e4
|
refactor: remove coretool from path.h
|
2025-03-14 14:10:19 +00:00 |
|
|
|
6990477504
|
refactor: remove coretool use from tlsCertificate
|
2025-03-14 14:10:19 +00:00 |
|
|
|
e05b35dda4
|
refactor: remove coretool from mainwindow
|
2025-03-14 14:10:19 +00:00 |
|
|
|
f50e4e850b
|
refactor: QSettingsProxy use Settings paths for user and system paths
|
2025-03-13 13:58:25 +00:00 |
|
|
|
3cd3d7b1ff
|
refactor: mv lib/gui/proxy/QSettingsProxy => lib/common
|
2025-03-13 13:58:25 +00:00 |
|
|
|
5a7284fd6a
|
refactor: appconfig is no longer a iAppConfig subclass
|
2025-03-13 13:58:25 +00:00 |
|
|
|
362b2e1477
|
chore: slim down appconfig to only have expose the settings proxies
|
2025-03-13 13:58:25 +00:00 |
|
|
|
7bf716b232
|
chore: appconfig remove unused m_logdir
|
2025-03-13 13:58:25 +00:00 |
|
|
|
554178b658
|
chore: appconfig remove unused useinternalconfig option
|
2025-03-13 13:58:25 +00:00 |
|
|
|
af17b14224
|
refactor: move serverconfigdialog visible to Settings
|
2025-03-13 13:58:25 +00:00 |
|
|
|
1e9f92c93f
|
feat: serverConfigDialog, remove need for appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
8bb325a2d2
|
feat: settingsdialog remove need for appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
8606dc8618
|
refactor: move Coremode control to Settings
newKey core/coreMode <= General/serverGroupEnabled , Genaral/clientGroupEnabled
remove core mode items from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
6362948e15
|
feat: CoreProcess no longer needs AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
085a70d5a5
|
refactor: move elevateMode to Settings
newKey: core/elevateMode <= General/elevateMode + General/elevateModeEnum
Remove elevate mode from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
93abf4217b
|
refactor: move enableServer to Settings
General/enableServer is removed, service type stored in core/processMode set it now true when server mode
remove enableServer from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
88b0a7d2e1
|
refactor: move serviceenabled to deskflow settings
|
2025-03-13 13:58:25 +00:00 |
|
|
|
5fa70d0d0a
|
refactor: move ProcessMode to Settings
newKey core/processMode
remove processmode from app config
|
2025-03-13 13:58:25 +00:00 |
|
|
|
d01c07cab8
|
refactor: move screenName to Settings
newkey: core/screenName <= General/screenName
remove screenName from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
6834862413
|
refactor: move logFile to Settings
newKey log/file <= General/logFilename
remove logfilename from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
4273fe2318
|
refactor: move logLevel and loglevelText to Settings
newKey: log/level <= General/logLevel2
remove logLevel from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
266a4a5edf
|
refactor: move logToFile to Settings
newkey: log/logToFile <= General/logToFile
remove logToFile from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
5e6381c88a
|
refactor: move port to Settigns
newkey: core/port <= General/port
remove port from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
9aa1d6b79d
|
refactor: move networkinterface to Settings
newkey: core/interface <= General/interface
remove networkinterface from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
d45d6baacb
|
refactor: move langageSync to Settings
newkey: client/languageSync <= General/languageSync
removed languageSync from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
a887ac066c
|
refactor: move invertscrolling to Settings
newkey: client/invertscrolldirection <= General/invertScrollDirection
remove invertScrollDirection from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
787a48424e
|
feat: remove need for AppConfig from serverConnection
|
2025-03-13 13:58:25 +00:00 |
|
|
|
b20d6361d6
|
refactor: move external configfile to Settings
newkey: server/externalConfigFile <= General/configFile
remove configFile from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
b833ca7a45
|
refactor: move appconfig useExternal config to Settings
newkey: server/externalConfig <= General/useExternalConfig
remove useExternalConfig from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
43eab1f04c
|
feat: remove need for AppConfig in Client Connection
|
2025-03-13 13:58:25 +00:00 |
|
|
|
dc9e104f8c
|
refactor: move serverHostname to Settings
newKey: client/remoteHost <= General/serverHostName
remove serverHostname from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
f456aab196
|
refactor: move serverBinary to Settings
newkey: server/binary <= General/coreServerBinary
remove coreServer from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
de3b9d8e2e
|
refactor: move clientBinary to Settings
newkey: client/binary <= General/coreClientBinary
remove coreBinary from AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
b7960eecb4
|
refactor: move preventSleep to Settings
newkey: core/preventSleep <= General/preventSleep
remove prevent sleep from app config
|
2025-03-13 13:58:25 +00:00 |
|
|
|
03f142977f
|
refactor: move lastVersion to Settings
newkey: core/lastVersion <= General/lastVersion
Remove from app config
|
2025-03-13 13:58:25 +00:00 |
|
|
|
5360fb3c89
|
refactor: move requirepeerchecking to Settings
newkey: security/checkpeerfingerprints <= General/requireClientCerts
remove requireClientCerts from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
4eb7ea3491
|
feat: tlsUtility no longer needs AppConfig, tlsUtility takes a parent object
|
2025-03-13 13:58:25 +00:00 |
|
|
|
5642879a21
|
chore: connect up Settings changed signal to mainwindow
|
2025-03-13 13:58:25 +00:00 |
|
|
|
737328d7b0
|
refactor: move TlsCertPath to Settings
newkey: security/certPath <= General/tlsCertPath
remove tlsCertPath from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
bee0f84556
|
refactor: move tlsKeyLength to Settings
newkey: security/keySize <= General/tlsKeyLength
removed tlsKeyLength from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
2721de220a
|
refactor: move tlsEnabled to Settings
newkey: security/tlsEnabled <= General/cryptoEnabled
remove tlsEnabled from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
4c6195cc5d
|
refactor: move windowgeometry to Settings
newkey: gui/windowGeometry <= General/mainWindowSize and General/mainWindowPosition
mainWindowSize and Position remove from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|