|
|
b7f29d76c3
|
refactor: use new Setting::tlsDir() method to return current tlsdir where needed
|
2025-03-19 20:01:01 +00:00 |
|
|
|
1b01a010ed
|
refactor: remove use of configScopes from mainwindow
|
2025-03-17 13:58:28 +00:00 |
|
|
|
7faf76c7df
|
refactor: remove need for configScope in diagnostic
|
2025-03-17 13:58:28 +00:00 |
|
|
|
9e74100960
|
chore: remove unused appconfig from mainwindow
|
2025-03-17 13:58:28 +00:00 |
|
|
|
531b988dd1
|
refacator: remove use of app config in server settings
|
2025-03-17 13:58:28 +00:00 |
|
|
|
5647121dd8
|
refacator: allow settings to expose a proxy and emit saving
|
2025-03-17 13:58:28 +00:00 |
|
|
|
7771dcd04c
|
Fix typos
avilable =>
available
recieve =>
receive
Signed-off-by: Kentaro Hayashi <kenhys@xdump.org>
|
2025-03-17 09:38:18 -04:00 |
|
|
|
d537a23fda
|
refactor: add configure icon for Configure server button
|
2025-03-17 11:18:27 +00:00 |
|
|
|
f7b98465fa
|
refactor: mainwindow move save config to a button shown only in server mode
|
2025-03-17 11:18:27 +00:00 |
|
|
|
ed1bf01306
|
fix: log Resize update the timer to 15ms
|
2025-03-17 11:00:02 +00:00 |
|
|
|
e05b35dda4
|
refactor: remove coretool from mainwindow
|
2025-03-14 14:10:19 +00:00 |
|
|
|
5a7284fd6a
|
refactor: appconfig is no longer a iAppConfig subclass
|
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 |
|
|
|
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 |
|
|
|
d01c07cab8
|
refactor: move screenName to Settings
newkey: core/screenName <= General/screenName
remove screenName 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 |
|
|
|
787a48424e
|
feat: remove need for AppConfig from serverConnection
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
1e46bd2727
|
refactor: move CloseReminder setting to Settings
newkeyL gui/closeReminder <= General/showCloseReminder
remove closeReminder from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
54ecdad101
|
refactor: move startedBefore settings to Settings
newkey core/startedBefore <= General/startedBefore
startedBefore has been removed from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
51a749b109
|
refactor: move closeToTray setting to Settings
newkey: gui/closeToTray <= General/closeToTray
remove closeToTray from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
788f6c3eb2
|
refactor: Move update check setting to Settings
newkey: gui/enableUpdateCheck <= General/enableUpdateCheck
remove update check from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
e01c595071
|
refactor move Tray icon setting to Settings
newKey: gui/symbolicTrayIcon <= General/colorfulIcon
the colorfulIcon settings has been removed from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
bcd90434a2
|
refactor: move autohide setting to Settings
newkey: gui/autoHide <= General/autoHide
auto hide has been removed from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
|
|
698fd3f83c
|
refactor: move logExpanded to Settings
newkey: gui/logExpanded <= General/logExpanded
remove logExpanded AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
|
|
6e8952c8a0
|
chore: update formating for clang-format 20.1.0
|
2025-03-11 10:57:51 -04:00 |
|
|
|
bb38ad0766
|
chore: Rename TLS constants for consistency
|
2025-03-10 18:57:29 +00:00 |
|
|
|
a74d792b5b
|
fix: mac os icon mask
fixes #8310
|
2025-03-07 13:30:18 +00:00 |
|
|
|
b64942e3a3
|
fix: Delete HKEY_LOCAL_MACHINE\SOFTWARE\Deskflow when clearing settings
|
2025-03-03 15:05:09 -05:00 |
|
|
|
2638cce0c0
|
fix: Do stop the client on fingerprint dialog
fixes #8267
|
2025-03-03 16:16:57 +00:00 |
|
|
|
d6228416a1
|
refactor: Send log level to daemon over IPC instead of when sending command
|
2025-02-28 17:58:16 +00:00 |
|
|
|
c1d7474700
|
feat: Restart process from daemon through new Qt IPC impl
|
2025-02-28 17:58:16 +00:00 |
|
|
|
0d2d9f385d
|
feat: Implement basic IPC connection between Daemon and GUI
|
2025-02-28 17:58:16 +00:00 |
|
|
|
34b61cc8cd
|
fix: #8259 track a client and server list
fixes 8259
|
2025-02-28 13:17:26 +00:00 |
|
|
|
4f2ef7174a
|
refactor: do not stop sever on new client fingerprint, track the last print we checked and if we are chekcing it do not show a new box
|
2025-02-27 15:07:50 +00:00 |
|
|
|
b3866b69b2
|
chore: Fix order of MainWindow ctor init list to match header
|
2025-02-27 15:07:50 +00:00 |
|
|
|
9bd7fce45c
|
refactor: MainWindow: Update name change
|
2025-02-27 13:41:55 +00:00 |
|
|
|
08be9fa33f
|
chore: use a style for the flat buttons
|
2025-02-26 11:52:03 +00:00 |
|