9e94a4fe0e
refactor: CoreProcess::start, early return if process is already started
2025-10-13 08:34:12 -04:00
8d577aaa93
fix: Always rune code scanning, even if draft PR
2025-10-13 08:10:30 -04:00
47662c359e
chore: Use new SonarCloud action
...
refactor: Rename job from 'sonarcloud-analysis' to 'analyze' in SonarCloud workflow
refactor: Reorder SonarQube scan and build wrapper installation steps in SonarCloud workflow
refactor: Update SonarQube scan step to use new action and streamline options
fix: Update SonarQube scan step to correctly pass coverage report paths and environment variables
fix: Set CPU core count to a fixed value in SonarCloud analysis workflow
refactor: Move 'Install Build Wrapper' step to the correct position in the SonarCloud analysis workflow
refactor: Remove unused Sonar Scanner environment variables from analysis workflow
2025-10-13 08:10:30 -04:00
4fb76bec41
refactor: Remove matrix strategy for CodeQL analysis and set language directly
2025-10-13 08:10:30 -04:00
5945114b7b
refactor: Run SonarCloud workflow standalone and cleanup comments
...
fix: Prevent SonarCloud analysis from running on draft pull requests
2025-10-13 08:10:30 -04:00
559b7b5a17
chore: Standardize quotes and formatting in CI workflow
2025-10-13 08:10:30 -04:00
a346ff6161
chore: X11LayoutsParser remove stray semi colon
2025-10-13 12:45:44 +01:00
eed4b49ea0
chore: remove unused member App::configSection
2025-10-13 12:45:44 +01:00
88c0c49ba3
chore: remove unused member App::s_helpVersionArgs
2025-10-13 12:45:44 +01:00
f64d430f96
fix: Remove assertion for unused name parameter in daemonize function
2025-10-13 07:23:59 -04:00
f4a6d3d43d
chore: fix up feature request yml
2025-10-09 09:28:19 -04:00
04b3f5c769
chore: remove unused name parameter from ARCH->daemonize
2025-10-09 13:30:41 +01:00
aae3067f03
fix: stop retry if core has crashed
...
fixes : #9003
2025-10-07 14:57:22 +01:00
0820c5a188
chore: add note to feature request for up or down vote
2025-10-07 08:25:47 -04:00
8ea2671e65
refactor: cleanup daemonApp args
2025-10-07 13:01:47 +01:00
12ea23a3bd
refactor: App::run remove unused args
2025-10-07 13:01:47 +01:00
0bc82c3a57
refactor App::runInner remove unused argc and argv
2025-10-07 13:01:47 +01:00
3270b40455
refactor: App, remove args from static startup methods to make StartupFunc no longer take args
2025-10-07 13:01:47 +01:00
9f2327932d
refactor: IApp::start remove unused args
2025-10-07 13:01:47 +01:00
1b44a24d75
refactor: IApp::initApp remove unused args
2025-10-07 13:01:47 +01:00
8db65da345
refactor: use QString to set log level value
...
fixes : #8999
2025-10-07 12:40:18 +01:00
558833ca05
fix: windows, unable to use settings until a QApp is made
...
fixes : #9000
2025-10-07 12:22:46 +01:00
06263ceaad
feat: drop cli11
2025-10-01 10:55:03 -04:00
4a5f173422
feat: remove toml config file only use our QSettings based format
...
remove deskflow/Config and related tests
2025-10-01 09:41:12 -04:00
e30025ea8b
feat: SettingsDialog, add control to adjust scrollSpeed option for clients
2025-09-30 06:39:54 -04:00
59d860874e
refactor: App::ParseArgs remove all unneeed arguments
2025-09-30 06:39:54 -04:00
5978694d95
chore: remove unused ArgParser
2025-09-30 06:39:54 -04:00
d98f8a524d
remove: argsBase
2025-09-30 06:39:54 -04:00
37827f0540
refactor: remove ClientArgs
2025-09-30 06:39:54 -04:00
6fa8ba087a
refactor: move remoteHost to coreArgs
2025-09-30 06:39:54 -04:00
a78959e66f
refactor: move invert-scroll to coreArgs
2025-09-30 06:39:54 -04:00
5fc00f7af4
refactor: use bool for invert scrolling
2025-09-30 06:39:54 -04:00
2cb36777f9
refactor: move languageSync to coreArgs
2025-09-30 06:39:54 -04:00
b0fe79d527
refactor: move yscroll to coreArgs
2025-09-30 06:39:54 -04:00
efebe9ca56
refactor: remove ServerArgs
2025-09-30 06:39:54 -04:00
bf7a50ab0e
refactor: move -c --config to coreArgs
2025-09-30 06:39:54 -04:00
cfedfc2c1e
refactor: move peerCert option to coreArgs
2025-09-30 06:39:54 -04:00
cfd580fb21
refactor: move ArgsBase:m_pname to App
2025-09-30 06:39:54 -04:00
1884ab3555
refactor: move --no-hooks to coreArgs
2025-09-30 06:39:54 -04:00
eeaf139bd9
refactor: move no-restart to CoreArgs
...
chore: Client remove unused ClientArgs member m_args
2025-09-30 06:39:54 -04:00
295137dbd2
refactor: CoreArgs Add display option
2025-09-30 06:39:54 -04:00
c2ee366e23
refactor: move preventsleep option into CoreArgs
2025-09-30 06:39:54 -04:00
a8348b1ccb
refactor: move tls-cert to coreArgs
2025-09-30 06:39:54 -04:00
ff4c9dc421
refactor: move enable-crypto to new core option secure to set the TLS setting
2025-09-30 06:39:54 -04:00
53b36801e1
refactor: move Log option to coreArgs
2025-09-30 06:39:54 -04:00
f3a1bbaf5b
refactor: move setting of log level to CoreArgParser
2025-09-30 06:39:54 -04:00
05f377e21b
refactor: Handle Name option in CoreArgParser
2025-09-30 06:39:54 -04:00
ead49c4025
refactor: move address option to deskflow-core, split into --interface (-i) and --port (-p) options
2025-09-30 06:39:54 -04:00
5e02adc772
refactor: deskflow-core take over --version arg for App class
...
change the serverAppTest to not call version
2025-09-30 06:39:54 -04:00
10f34f214f
refactor: new Classes CoreArg and CoreArgParser to use to create and parse core options
2025-09-30 06:39:54 -04:00