|
|
56f7a0d7b5
|
Release 1.23.0
Continuous Integration / pr-comment-flags (push) Blocked by required conditions
Continuous Integration / ci-passed (push) Blocked by required conditions
Continuous Integration / test-results (push) Blocked by required conditions
Continuous Integration / reuse-lint (push) Waiting to run
Continuous Integration / lint-check (push) Blocked by required conditions
Continuous Integration / analyse-valgrind (push) Blocked by required conditions
Continuous Integration / analyse-sonarcloud (push) Blocked by required conditions
Continuous Integration / windows-2022-x64 (push) Blocked by required conditions
Continuous Integration / windows-2022-arm64 (push) Blocked by required conditions
Continuous Integration / macos-14-arm64 (push) Blocked by required conditions
Continuous Integration / macos-13-x64 (push) Blocked by required conditions
Continuous Integration / archlinux-x86_84 (push) Blocked by required conditions
Continuous Integration / debian-13-arm64 (push) Blocked by required conditions
Continuous Integration / debian-13-x86_64 (push) Blocked by required conditions
Continuous Integration / fedora-41-arm64 (push) Blocked by required conditions
Continuous Integration / fedora-41-x86_64 (push) Blocked by required conditions
Continuous Integration / fedora-42-arm64 (push) Blocked by required conditions
Continuous Integration / fedora-42-x86_64 (push) Blocked by required conditions
Continuous Integration / opensuse-arm64 (push) Blocked by required conditions
Continuous Integration / opensuse-x86_84 (push) Blocked by required conditions
Continuous Integration / ubuntu-25.04-arm64 (push) Blocked by required conditions
Continuous Integration / ubuntu-25.04-x86_64 (push) Blocked by required conditions
Continuous Integration / unix-freebsd (push) Blocked by required conditions
Continuous Integration / flatpak-aarch64 (push) Blocked by required conditions
Continuous Integration / flatpak-x86_64 (push) Blocked by required conditions
Continuous Integration / release (push) Blocked by required conditions
Continuous Integration / winget-publish (push) Blocked by required conditions
v1.23.0
|
2025-07-23 09:27:06 -04:00 |
|
|
|
3b27fa5771
|
build: windows, do not deploy software opengl library
|
2025-07-21 15:59:24 +01:00 |
|
|
|
72ddcdb7f5
|
build: windows do not deploy dxil.dll or dxcompiler.dll
|
2025-07-21 15:59:24 +01:00 |
|
|
|
4a7d031bc6
|
build: windows deploy qt plugins in plugin folder
|
2025-07-21 15:59:24 +01:00 |
|
|
|
45fcdde636
|
build: Windows, run deploy tool only once, use install to install qt depends
Remove unneed . in Qt deploy message
|
2025-07-21 15:59:24 +01:00 |
|
|
|
9a799294f7
|
build: fail sooner on windows / mac if unable to find Qt deploy tool
|
2025-07-21 10:39:00 -04:00 |
|
|
|
46db468ede
|
chore: use arrays to group files with same override info in REUSE.toml
|
2025-07-21 10:39:00 -04:00 |
|
|
|
28957a3fa8
|
build: generate vcpkg.json on windows
do not allow vcpkg.json to be added to the repo
provide a new option VCPKG_QT (default is OFF), to build Qt via vcpkg
|
2025-07-21 10:39:00 -04:00 |
|
|
|
2c55f4fe06
|
refactor: windows write daemon log in ProgramData\Deskflow
remove old log file on update
|
2025-07-21 12:41:46 +01:00 |
|
|
|
a4c82869a6
|
fix: split version info in new header
a new file src/lib/VersionInfo.h.in now holds our version info vars
fixes #8657
|
2025-07-21 12:06:01 +01:00 |
|
|
|
f33848f9b8
|
fix: setWindowIcon explicitly, fixes #8756
|
2025-07-21 11:10:19 +01:00 |
|
|
|
f497b6886a
|
ci: use Qt 6.9.0 for x64 windows to avoid random build failures with 6.9.1
|
2025-07-19 10:52:43 -04:00 |
|
|
|
21d38ff444
|
Revert "ci: force ninja update on windows"
This reverts commit 28c690074c.
|
2025-07-18 10:51:50 -04:00 |
|
|
|
e828563190
|
chore: MainWindow, use system correct monospace font for log
|
2025-07-18 10:51:50 -04:00 |
|
|
|
c7873f2f81
|
refactor: DisplayInvalidExecption pass const ref to string
|
2025-07-17 18:47:50 +01:00 |
|
|
|
9f72b44d2a
|
refactor: ClientApp indicate msg is unused in update status
|
2025-07-17 18:47:50 +01:00 |
|
|
|
8dcd9b0c01
|
refactor: ArgParser::assemble command use const ref std::string_view for ingoreArg
|
2025-07-17 18:47:50 +01:00 |
|
|
|
e436b41ab0
|
refactor: ArgParser::parsePlatformArgs remove unused argument isServer
|
2025-07-17 18:47:50 +01:00 |
|
|
|
c2eae36650
|
refactor: ArgParser, simplify arg parsing by combining duplicate checks into one
|
2025-07-17 18:47:50 +01:00 |
|
|
|
1079c22736
|
refactor: Settings use Static methods where possible internally
|
2025-07-17 18:47:50 +01:00 |
|
|
|
d69febe2dc
|
refactor: Unicode, declare vars on seperate line as untions, using string_view for UCS2ToUTF8 input, remove redundant parentheses
|
2025-07-17 18:47:50 +01:00 |
|
|
|
c6a97c24a2
|
refactor: String, use std::ranges::lexicogriphical_compare to simplify CaselessCpm::less
|
2025-07-17 18:47:50 +01:00 |
|
|
|
d9ec93e7ee
|
refactor: String, pass stringToSizeType a const ref of the string we are to get the size of
|
2025-07-17 18:47:50 +01:00 |
|
|
|
9db11a90eb
|
refactor: TCPSocket, new protected methods to access m_readable, m_writable and m_connected, use them in place of direct access and make the variables private
TCPSocket, remove duplicate private and protected sections in header
|
2025-07-17 18:47:50 +01:00 |
|
|
|
c327c80d63
|
refector: TCPListenSocket, remove duplicate public in header, make m_mutex private
|
2025-07-17 18:47:50 +01:00 |
|
|
|
0884a267d1
|
refactor: App move m_suspended to the subclasses where its is used
|
2025-07-17 18:47:50 +01:00 |
|
|
|
d1b810baa5
|
refactor: use std::size to get size of arrays
|
2025-07-17 18:47:50 +01:00 |
|
|
|
6bf25c0089
|
fix: adjust windows installer images and their sizes, remove synergy background image from install fixes #8754
|
2025-07-17 18:27:02 +01:00 |
|
|
|
f4b561ac64
|
feat: windows/installer add option to run deskflow after install for silent installs fixes #8351
adjust installer background image to fit better in this case
|
2025-07-17 18:27:02 +01:00 |
|
|
|
28c690074c
|
ci: force ninja update on windows
|
2025-07-17 18:27:02 +01:00 |
|
|
|
97c5a17e9d
|
ci: use Qt 6.9.1 on windows
|
2025-07-17 12:06:15 +01:00 |
|
|
|
f51abad8cc
|
feat: Wayland, only set a side to a border if if has a neighboring screen
move protocolTypes Direction enum to new base/DirectionTypes
use the direction info when calling
fixes #8572
fixes #8452
fixes #8605
fixes #8005
|
2025-07-14 10:31:50 +01:00 |
|
|
|
ae5ba4e51f
|
chore: remove dev method PortalInputCapture::fakeEisFd
|
2025-07-14 10:31:50 +01:00 |
|
|
|
9413393057
|
refactor: anonymous enum in ServerConfig => ServerConfig::AddResults enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
79b445373b
|
refactor: FingerPrintDialog::FingerpringDialogMode now enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
9beea1abfe
|
refactor: anon enum in AddClientDialog to AddAction enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
a88a67d47f
|
refactor: ActionDialog::ActionType enum is now a struct
|
2025-07-11 03:06:24 -07:00 |
|
|
|
7fd9070a80
|
refactor: InputFilter::EFilterStatus => InputFilter::FilterStatus enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
e37cea2d6b
|
refactor: replace anon Enum in XWindowsKeyState with static vars
|
2025-07-11 03:06:24 -07:00 |
|
|
|
181d862838
|
refactor EiEventQueue remove anon enum for a few static members
|
2025-07-11 03:06:24 -07:00 |
|
|
|
6ca980e3e5
|
refactor: XSocket::EError => XSocket::SocketError enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
94be5f7498
|
refactor: TCPSocket::EJobResult => enum class TCPSocket::JobResult
|
2025-07-11 03:06:24 -07:00 |
|
|
|
32e6a84a6f
|
chore: remove unused anon enum in SecureSocket
|
2025-07-11 03:06:24 -07:00 |
|
|
|
b9964b5e90
|
refactor: remove anon enum in IKeyState and replace with static s_numButtons
|
2025-07-11 03:06:24 -07:00 |
|
|
|
422b4c3a23
|
refactor ClientArgs ClientScrollDirection to enum class use Members Normal and Inverted for names
|
2025-07-11 03:06:24 -07:00 |
|
|
|
05e32497d1
|
refactor: ArgsBase::Type => ArgsBase::ClassType class enum
|
2025-07-11 03:06:24 -07:00 |
|
|
|
9905f32738
|
refactor: Common.h replace anon enum with set constexpr exit codes
|
2025-07-11 03:06:24 -07:00 |
|
|
|
29e9b8ae3b
|
refactor: ServerProxy::EResult => ServerProxy::ConnectionResult enum class
|
2025-07-11 03:06:24 -07:00 |
|
|
|
fe3c41f857
|
refactor: remove Unneed enum for LogOutputters and use a constexp instead
|
2025-07-11 03:06:24 -07:00 |
|
|
|
3ececbcfd9
|
refactor: Event anon enum => EventFlags struct
|
2025-07-11 03:06:24 -07:00 |
|