|
|
d7b20fad5c
|
chore: rename lib/platform/wayland.h => lib/platform/Wayland.h
|
2025-03-20 13:06:45 +00:00 |
|
|
|
656ad6402b
|
chore: rename lib/gui/styles.h => lib/gui/Styles.h
|
2025-03-20 13:06:45 +00:00 |
|
|
|
329742a411
|
chore: rename lib/gui/style_utils.h => lib/gui/StyleUtils.h
|
2025-03-20 13:06:45 +00:00 |
|
|
|
4df982dd6f
|
chore: rename lib/gui/string_utils.h => lib/gui/StringUtils.h
|
2025-03-20 13:06:45 +00:00 |
|
|
|
b1010751ba
|
chore: rename lib/gui/messages => lib/gui/Messages
|
2025-03-20 13:06:45 +00:00 |
|
|
|
516e612282
|
chore: rename lib/gui/diagnostic => lib/gui/Diagnostic
|
2025-03-20 13:06:45 +00:00 |
|
|
|
bfd4bbd8f4
|
chore: rename lib/gui/constants.h => lib/gui/Constants.h
|
2025-03-20 13:06:45 +00:00 |
|
|
|
96b50b7d1c
|
chore: remove unused action in MainWindow
|
2025-03-19 20:29:40 +00:00 |
|
|
|
b051c5ae60
|
refactor: new Setting::tlsTrustedClientssDb() method to return trusted client fingerprint db
|
2025-03-19 20:01:01 +00:00 |
|
|
|
38f00da704
|
refactor: new Setting::tlsTrustedServersDb() method to return trusted server fingerprint db
|
2025-03-19 20:01:01 +00:00 |
|
|
|
dcd2c62880
|
refactor: new Setting::tlsLocalDb() method to return local fingerprint db
|
2025-03-19 20:01:01 +00:00 |
|
|
|
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 |
|