sithlord48
|
4eb7ea3491
|
feat: tlsUtility no longer needs AppConfig, tlsUtility takes a parent object
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
5642879a21
|
chore: connect up Settings changed signal to mainwindow
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
737328d7b0
|
refactor: move TlsCertPath to Settings
newkey: security/certPath <= General/tlsCertPath
remove tlsCertPath from appConfig
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
bee0f84556
|
refactor: move tlsKeyLength to Settings
newkey: security/keySize <= General/tlsKeyLength
removed tlsKeyLength from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
2721de220a
|
refactor: move tlsEnabled to Settings
newkey: security/tlsEnabled <= General/cryptoEnabled
remove tlsEnabled from appconfig
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
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 |
|
sithlord48
|
1e46bd2727
|
refactor: move CloseReminder setting to Settings
newkeyL gui/closeReminder <= General/showCloseReminder
remove closeReminder from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
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 |
|
sithlord48
|
51a749b109
|
refactor: move closeToTray setting to Settings
newkey: gui/closeToTray <= General/closeToTray
remove closeToTray from `AppConfig`
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
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 |
|
sithlord48
|
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 |
|
sithlord48
|
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 |
|
sithlord48
|
698fd3f83c
|
refactor: move logExpanded to Settings
newkey: gui/logExpanded <= General/logExpanded
remove logExpanded AppConfig
|
2025-03-13 13:58:25 +00:00 |
|
sithlord48
|
6e8952c8a0
|
chore: update formating for clang-format 20.1.0
|
2025-03-11 10:57:51 -04:00 |
|
Nick Bolton
|
bb38ad0766
|
chore: Rename TLS constants for consistency
|
2025-03-10 18:57:29 +00:00 |
|
sithlord48
|
a74d792b5b
|
fix: mac os icon mask
fixes #8310
|
2025-03-07 13:30:18 +00:00 |
|
sithlord48
|
256ba2411b
|
refactor: move qt automoc, uic and rcc to a single place in Librarires.cmake
|
2025-03-07 13:16:09 +00:00 |
|
sithlord48
|
0a23e62093
|
refactor: replace version.h with kDisplayVersion const
|
2025-03-07 13:16:09 +00:00 |
|
sithlord48
|
3a4bf35e22
|
refactor: Remove unneeed find_packate calls for Qt Components. Qt is found by Libaraies.cmake and accesable to all items in the src folder
|
2025-03-06 19:17:53 +00:00 |
|
Nick Bolton
|
495331108b
|
fix: Guard MSVC runtime version depending on compiler version
|
2025-03-06 10:45:57 -05:00 |
|
Nick Bolton
|
a7ce936d68
|
fix: Remove duplicate includes in deskflow-daemon.cpp
|
2025-03-05 13:59:26 -05:00 |
|
Nick Bolton
|
f6ccd2a25b
|
feat: Show Git SHA in Windows daemon version number
|
2025-03-05 13:59:26 -05:00 |
|
Nick Bolton
|
2485e993a4
|
chore: Improve bin RC and service description for Windows daemon
|
2025-03-04 13:36:47 +00:00 |
|
Nick Bolton
|
b5d12b8aa5
|
fix: Move version print line after file outputter is created
|
2025-03-04 13:36:47 +00:00 |
|
Nick Bolton
|
b64942e3a3
|
fix: Delete HKEY_LOCAL_MACHINE\SOFTWARE\Deskflow when clearing settings
|
2025-03-03 15:05:09 -05:00 |
|
sithlord48
|
9eeda33293
|
fix: do not reset screenCorners on startup
fixes #8276
|
2025-03-03 17:26:48 +00:00 |
|
sithlord48
|
8cca8440b7
|
fixes #7695 adjust the serverconfig clipboard max size label
|
2025-03-03 17:16:24 +00:00 |
|
sithlord48
|
b2dadba6fa
|
refactor: serverdialog, use maximum for spinbox horizontal sizepolicy
|
2025-03-03 17:16:24 +00:00 |
|
sithlord48
|
4f057d706f
|
refactor: serverconfigdialog, use suffix for spinboxes
|
2025-03-03 17:16:24 +00:00 |
|
sithlord48
|
5e69657176
|
chore: update windows rc descriptions fixes #8270
|
2025-03-03 16:32:08 +00:00 |
|
sithlord48
|
2638cce0c0
|
fix: Do stop the client on fingerprint dialog
fixes #8267
|
2025-03-03 16:16:57 +00:00 |
|
sithlord48
|
ce8c262a9c
|
build: mac os rpath for client, server and core
CodeQL Analysis / Analyze (cpp) (push) Has been cancelled
Continuous Integration / reuse-lint (push) Has been cancelled
Continuous Integration / pr-comment-flags (push) Has been cancelled
Continuous Integration / ci-passed (push) Has been cancelled
Continuous Integration / test-results (push) Has been cancelled
Continuous Integration / lint-check (push) Has been cancelled
Continuous Integration / analyse-valgrind (push) Has been cancelled
Continuous Integration / analyse-sonarcloud (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[arch:arm64 config-args:-DCMAKE_OSX_ARCHITECTURES="arm64" name:macos-14-arm64 qt-install-dir:/Users/runner runs-on:macos-14 timeout:10]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-DCMAKE_OSX_ARCHITECTURES="x86_64" name:macos-13-x64 qt-install-dir:/Users/runner runs-on:macos-13 timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:archlinux:latest like:arch name:archlinux-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:debian:trixie-slim like:debian name:debian-13-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:debian:trixie-slim like:debian name:debian-13-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:40 like:fedora name:fedora-40-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:40 like:fedora name:fedora-40-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:41 like:fedora name:fedora-41-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:41 like:fedora name:fedora-41-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:opensuse/tumbleweed:latest like:suse name:opensuse-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:opensuse/tumbleweed:latest like:suse name:opensuse-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:ubuntu:25.04 like:debian name:ubuntu-25.04-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:ubuntu:25.04 like:debian name:ubuntu-25.04-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja name:windows-2022-x64 qt-install-dir:C: runs-on:windows-2022 timeout:30]) (push) Has been cancelled
Continuous Integration / unix-${{ matrix.distro.name }} (map[name:freebsd]) (push) Has been cancelled
Continuous Integration / flatpak-${{matrix.flatpak.arch}} (map[arch:aarch64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Continuous Integration / flatpak-${{matrix.flatpak.arch}} (map[arch:x86_64 runs-on:ubuntu-latest]) (push) Has been cancelled
Continuous Integration / release (push) Has been cancelled
Continuous Integration / winget-publish (push) Has been cancelled
|
2025-02-28 23:04:33 +00:00 |
|
Nick Bolton
|
a99d408be1
|
chore: Improve logging related to Windows daemon start/stop/install/uninstall
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
1c42552b3b
|
refactor: Begin logging to file as soon as Windows daemon starts
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
a6956b9516
|
refactor: Improve Daemon uninstall exception flow
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
5a7f6bd1c0
|
refactor: Remove old Windows TCP IPC implementation (replaced by Qt equivalent)
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
1c7adf5add
|
refactor: Allocate daemon app and it's thread on stack to reduce memory leak risk
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
5733541b2a
|
feat: Tail daemon log file instead of using IPC log outputter
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
5980fb741b
|
refactor: Move daemon process stop command to new Qt IPC
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
7c672b06d8
|
refactor: Update IPC server to handle log level and elevate mode changes
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
d6228416a1
|
refactor: Send log level to daemon over IPC instead of when sending command
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
90e63e2e9e
|
refactor: Exclude current process when killing existing process from Windows daemon
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
24c57e46e2
|
refactor: Run legacy daemon loop in thread
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
c1d7474700
|
feat: Restart process from daemon through new Qt IPC impl
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
0d2d9f385d
|
feat: Implement basic IPC connection between Daemon and GUI
|
2025-02-28 17:58:16 +00:00 |
|
Nick Bolton
|
c0094554b1
|
feat: Convert daemon to Qt app and introduce Qt local server
|
2025-02-28 17:58:16 +00:00 |
|
sithlord48
|
8debc1ea7f
|
chore: SettingsDialog remove set defaults from ui file
|
2025-02-28 16:51:33 +00:00 |
|
sithlord48
|
b4f703562d
|
chore: Settings Dialog do not open with the checkbox for peer certificates having active focus
|
2025-02-28 16:51:33 +00:00 |
|
sithlord48
|
34b61cc8cd
|
fix: #8259 track a client and server list
fixes 8259
|
2025-02-28 13:17:26 +00:00 |
|
Nick Bolton
|
0fc5368253
|
fix: Prevent access violation by moving events, arch, and log objects to top of stack in Windows daemon
This is how we do it in the server/client apps, so it makes sense to mirror the same pattern.
|
2025-02-28 12:57:15 +00:00 |
|