2dd0360dec
fix: Restore clipboard sharing after 53441821e0
...
We wanted the value contained in the string as size_t, not the size (length) of
the string. size_t is (normally) an alias for unsigned long, so toUlong() should
do the trick.
2025-12-30 13:16:36 +00:00
9976caafab
refactor: LineEditValidator only call errorMessage::isEmpty once
2025-12-30 12:58:11 +00:00
530bcad8a6
chore: remove unused gui/Styles
2025-12-30 12:58:11 +00:00
949913cd6e
refactor: use crimson for the error color
2025-12-30 12:58:11 +00:00
1855d33e1f
refactor: ValidationError, use palette to set the colors used
2025-12-30 12:58:11 +00:00
ccd40c2927
refactor: validatorError::setMessage return early
2025-12-30 12:58:11 +00:00
6851046c5a
refactor: validatorError, make clear a private method
2025-12-30 12:58:11 +00:00
1a9316150d
refactor: ValidatorError, m_pLabel -> m_label
2025-12-30 12:58:11 +00:00
b56dd3f387
chore: ValidatorError, create explicit private section
2025-12-30 12:58:11 +00:00
2cbe2c65e8
refactor: screenSettingsDialog, do not set the initial style for name alias lineedits
2025-12-30 12:58:11 +00:00
b8b7799a47
refactor: LineEditValidator, adjust border style based on the Qt Style in use
2025-12-30 12:58:11 +00:00
2b8e7fa6b2
refactor: screensetting dialog, adjust spacers for dead corners
2025-12-30 12:58:11 +00:00
fdb5405e2c
refactor: use system color for hyperlinks
2025-12-24 11:23:13 +00:00
0c440843b0
chore: replace deskflow::gui::style::kColorWhite with the svg color white
2025-12-24 11:23:13 +00:00
caf77fe342
chore: remove unused deskflow::gui::style::kLightGreyColor
2025-12-24 11:23:13 +00:00
b432cbc145
fix: error on start shows gui
...
do not show client errors if the windows is not visible
2025-12-23 13:28:02 +00:00
ce97817d45
refactor: constants, move kTlsFingerprintTrustedClientsFilename => Settings::defaultValue where used
2025-12-22 14:41:04 +00:00
2b4b6a8470
refactor: constants, move kTlsFingerprintTrustedServersFilename => Settings::defaultValue where used
2025-12-22 14:41:04 +00:00
5c34d0edc5
refactor: constants, move kTlsCertificateFileanme to => Settings::defaultValue where used
2025-12-22 14:41:04 +00:00
049f8d718a
refactor: constants, move kTlsDir to => Settings::tlsDir where used
2025-12-22 14:41:04 +00:00
c693d258fd
refactor: constants, move kDefaultLogFile to => Settings::defaultValue where used
2025-12-22 14:41:04 +00:00
b23e9f9b04
refactor: constants, move kDaemonLogFile => Settings::defaultValue where used
2025-12-22 14:41:04 +00:00
a5bb310e94
chore: constants remove unused kWindowsRegistryKey
2025-12-22 14:41:04 +00:00
7f3d661e31
refactor: net, lookup hostname using any valid Ip4 or Ip6 address
...
fixes : #9110
2025-12-22 14:24:02 +00:00
6982ce824f
build (win32): do not include icu related dlls for windows deployments
2025-12-19 11:57:41 +00:00
0c5b7de554
build: reduce duplication by setting the win32 depends pre and post excludes in src/apps/CMakeLists
2025-12-19 11:57:41 +00:00
2a54f57532
chore: add Q_OBJECT macro to Validators with translations
2025-12-18 13:10:09 +00:00
f0e77c499b
chore: settings, remove unneeded {}
2025-12-18 13:10:09 +00:00
fa78b957b5
refactor: settings, use state not settings in the log when changing the state file
2025-12-18 13:10:09 +00:00
60d5bb8378
chore (settings): fix typo peroid -> period
2025-12-18 13:10:09 +00:00
d8e2537d47
refactor: Settings::logLevelToInt simplify the method and add tests to cover it
2025-12-18 13:10:09 +00:00
425d427fce
ci: adjust CI to use qt 6.10.1 with 6.9.3 being used for intel macs
2025-12-15 10:00:21 -05:00
8f972bf15e
docs: add note about what versions of mac os are supported for arm and intel
2025-12-15 10:00:21 -05:00
c36074df9f
docs: Add note to read me that windows 10 v1809 or higher is needed
2025-12-15 10:00:21 -05:00
5e347d8725
fix: Mac os log file not working
...
fixes : #9274
The log file path is not able to be empty since Settings::value will return the default path if it is, Do not send a c_str to create our FileLogger it wants a QString
2025-12-15 14:41:01 +00:00
ef734a869c
build: make sure that translations are built before the source files
...
this makes sure that the I18N tests are not run before the translation files are generated.
2025-12-15 14:22:40 +00:00
c942de81e7
refactor: I18NTests add additional Tests
2025-12-15 14:22:40 +00:00
dfe6c82a5c
refactor: I18N make sure m_currentLang is set to the 639 name on initial load
2025-12-15 14:22:40 +00:00
97b11bf2da
refactor: I18n, add static s_prefix -> "_" to use when loading
2025-12-15 14:22:40 +00:00
023c9509e0
refactor: correct typo I18N::langaugesChanged => I18N::languagesChanged
2025-12-09 13:54:05 +00:00
b1bac23dcb
chore: Add tests for I18N
2025-12-09 13:54:05 +00:00
13750f4175
chore: remove unused io/Filesystem
2025-12-08 11:24:36 +00:00
27579e4fae
refactor: Move file open logic to SecureUtil where its used
2025-12-08 11:24:36 +00:00
cb4621cad7
chore: SecureUtils::generatePemSelfSignedCert take QString for path
2025-12-08 11:24:36 +00:00
2d682d9151
chore: io/FileSystem remove unused methods
2025-12-08 11:24:36 +00:00
26417a2543
ci: add dispatch event to homebrew-tap
2025-12-05 05:23:16 -05:00
87e6521f65
doc: add additional note about damaged app on mac os
2025-12-05 10:06:23 +00:00
b151666f6b
refactor: I18N use short (ISO639) names to save and load not native strings, the documentation says we use these already
2025-12-04 08:27:59 -05:00
d1e2865319
fix: macOS not showing Colorful icon
...
fixes : #9255
2025-12-04 11:09:59 +00:00
70c54d6cf7
chore: remove unused Unicode::UTF8ToUCS4
2025-12-04 10:36:48 +00:00