de6be901b9
refactor: CoreProcess use Settings::defaultvalue for server Config in place of constructing in CoreProcess
2025-10-13 08:34:12 -04:00
0ab65410cc
refactor: CoreProcess::restart simplify method
2025-10-13 08:34:12 -04:00
a057437e1a
refactor: MainWindow::coreProcessStarting move logic into coreProcessStateChanged
2025-10-13 08:34:12 -04:00
f9c007cc3a
refactor: CoreProcess Remove the starting signal and use it like the others via CoreProcess::coreProcessStateChanged
2025-10-13 08:34:12 -04:00
d45196304f
chore: CoreProcess remove unsed includes
2025-10-13 08:34:12 -04:00
004089f887
refactor: Coreprocess remove single use one liner persistLogDir, make dir in start if needed
2025-10-13 08:34:12 -04:00
13990438d3
refactor: CoreProcess::processStateToString use QVariant conversion to string, make static member of CoreProcess
2025-10-13 08:34:12 -04:00
a120441a10
refactor: CoreProcess::processModeToString use QVariant::fromValue().toString().toLower() to create the string, make method static member of CoreProcess
2025-10-13 08:34:12 -04:00
26c2f672be
chore: remove unimplimented CoreProcess::processModeString
2025-10-13 08:34:12 -04:00
48195f9347
refactor: CoreProcess::start seed args with value of coreMode, use it when checking if server
2025-10-13 08:34:12 -04:00
5a632bbb6d
refactor: remove CoreProcess::modeString
2025-10-13 08:34:12 -04:00
173638d6f5
refactor: CoreProcess remove addSeverArgs handle server config in CoreProcess::start
2025-10-13 08:34:12 -04:00
bd0c5a68f1
refactor: CoreProcess append log option in start Method, remove now unused addClientArgs , and args parameter from addServerArgs
2025-10-13 08:34:12 -04:00
e3f940c70a
refactor: Simplify CoreProcess::QuoteArgs, use QString::Simplify and simplify logic in the loop
2025-10-13 08:34:12 -04:00
bb1e2ecc78
refactor: makeQuotedArgs is now a static private member or CoreProcess
2025-10-13 08:34:12 -04:00
8d0c368c8f
refactor: CoreProcess::start return early if called with coreMode of None
2025-10-13 08:34:12 -04:00
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