b3cecdde7f
ci: remove unused add-kitware-repo action
2026-02-20 14:38:42 +00:00
5534232a1d
i18n(ko): Update ko translation by bimppap
...
new string from https://github.com/deskflow/deskflow/pull/9478\#pullrequestreview-3829032105
2026-02-20 14:24:04 +00:00
4c7f546c60
fix: XWindowScreen, do not send a scroll delta for 0
...
fixes : #9477
2026-02-18 18:11:38 +00:00
1ca8695659
fix: Read fingerprint data before applying the initial config to prevent the fingerprint from being empty making the button hidden
...
fixes : #9483
2026-02-18 15:26:17 +00:00
e7363aaf8e
ci: remove winget publish from our release
...
our last release was botched due to our repo being out of sync within a ~12hours of release a winget bot had already
completed the update and caused our future attempts with out now synced repo to fail. Lets lets winget bot do the winget release
2026-02-18 11:34:45 +00:00
6ccef50b7c
refactor: SettingsDialog, hide advanced tab when running on macos
2026-02-17 13:41:47 +00:00
d7fb9bc6d2
refactor: SettingsDialog, move language to General
2026-02-17 13:41:47 +00:00
41197334f0
refactor: SettingsDialog move network items to own tab
2026-02-17 13:41:47 +00:00
74c25fdff6
refactor: SettingsDialog rename regular tab to general
2026-02-17 13:41:47 +00:00
f6348736e8
refactor: SettingsDialog, move Log settings to own tab
2026-02-17 13:41:47 +00:00
208556b5aa
refactor: SettingsDialog, add reset to default button
2026-02-17 13:41:47 +00:00
58963de10f
refactor: SettingsDialog add a reset button for settings, and tooltips for the buttonbox buttons
2026-02-17 13:41:47 +00:00
457c31fbaf
refactor: SettingsDialog only allow save if modified
2026-02-17 13:41:47 +00:00
690d6a67ef
refactor: SettingsDialog, no longer need coreProccess in the settings dialog
2026-02-17 13:41:47 +00:00
094cbadf91
i18n(ja): update Japanese(ja) translation
...
Check and update unfinished translation
2026-02-17 04:34:25 +00:00
760e3b99b0
Release 1.26.0
Continuous Integration / ci-passed (push) Blocked by required conditions
Continuous Integration / test-results (push) Blocked by required conditions
Continuous Integration / lint-reuse (push) Waiting to run
Continuous Integration / lint-clang (push) Blocked by required conditions
Continuous Integration / analyze-valgrind (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-arm64 (push) Blocked by required conditions
Continuous Integration / macos-x64 (push) Blocked by required conditions
Continuous Integration / archlinux-x86_64 (push) Blocked by required conditions
Continuous Integration / debian-arm64 (push) Blocked by required conditions
Continuous Integration / debian-x86_64 (push) Blocked by required conditions
Continuous Integration / debian-testing-arm64 (push) Blocked by required conditions
Continuous Integration / debian-testing-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 / fedora-43-arm64 (push) Blocked by required conditions
Continuous Integration / fedora-43-x86_64 (push) Blocked by required conditions
Continuous Integration / opensuse-arm64 (push) Blocked by required conditions
Continuous Integration / opensuse-x86_64 (push) Blocked by required conditions
Continuous Integration / ubuntu-25.10-arm64 (push) Blocked by required conditions
Continuous Integration / ubuntu-25.10-x86_64 (push) Blocked by required conditions
Continuous Integration / ubuntu-26.04-arm64 (push) Blocked by required conditions
Continuous Integration / ubuntu-26.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.26.0
2026-02-16 13:22:13 +00:00
042abd699d
feat: support horizontal scroll modifiers
2026-02-16 12:45:03 +00:00
f6b1546f8b
refactor: use a client config dialog for client options
2026-02-16 12:45:03 +00:00
2cc19c9f1e
refactor: rename Settings::Client::InvertScrollDirection -> Settings::Client::InvertYScroll
2026-02-16 12:45:03 +00:00
329cf07275
chore: MainWindow use Connect to to label the client host text entry
2026-02-16 12:45:03 +00:00
99da66dbf7
fix: using a proper std::string to store KeyInfo buffers
2026-02-16 12:13:58 +00:00
3c6aa9999b
refactor: MainWindow updateModeControls no longer takes a bool just check the process mode
2026-02-16 11:40:08 +00:00
19724e3b69
fix: enable m_actionStopCore based on cores state
2026-02-16 11:40:08 +00:00
b96619d726
refactor: prevent modecontrols from being updated twice on startup.
...
Apply config should toggle the core mode to ensure the labels and mode is set correctly post config
2026-02-16 11:40:08 +00:00
c9aaeaee2a
refactor: MainWindow::CoreModeToggle set the new core mode here not updateModeControls
2026-02-16 11:40:08 +00:00
1b6def23d8
refactor: MainWindow::CoreModeToggle, use CoreMode type internally
2026-02-16 11:40:08 +00:00
c1172ab8b5
refactor: MainWindow only act on when the rb for mode is Checked, this prevents doing the full coreModeToggled twice when changing modes
2026-02-16 11:40:08 +00:00
12860646d2
i18n(zh_CN): remove extra peroid in translation
2026-02-16 11:40:08 +00:00
869bd0e2aa
doc: update link for latest vc_redist
2026-02-14 14:18:33 +00:00
71929e8332
ci: don't fail ci-comment workflow on no PR
...
Can easily happen on force push
2026-02-12 17:40:34 +00:00
fe285dc192
ci: fix reference to nonexistent $dir var in ci-comment workflow
2026-02-12 17:40:34 +00:00
67066c339e
ci: fix edge case in ci-comment workflow where old comment isn't deleted
2026-02-12 17:40:34 +00:00
759ed684e3
ci: count X emoji using grep in test-summary action
...
ci: handle when grep exits with code 1 in test-summary action
2026-02-12 17:40:34 +00:00
611a3300ba
refactor: do not return true when checking physical ip is private or not return if a was private
2026-02-12 17:16:32 +00:00
64c104a5c2
refactor: include a point 2 point check when checking if an interface is virtual
2026-02-12 17:16:32 +00:00
f9857e102a
fix: NetworkMonitor virtual sorting
...
fixes : #9459
make NetworkMonitor::isVirtualInterface a static member of NetworkMonitor
write tests for NetworkMonitor
2026-02-12 17:16:32 +00:00
9dc76c1caf
ci: remove concurrency check for valgrind workflow
2026-02-12 16:28:32 +00:00
68f867b914
ci: use concurrency groups to allow updates to a branch to cancel in progress run of old version of that branch
2026-02-12 12:32:45 +00:00
dd77f79b17
build: enables CMP0156 policy if available (de-duplicates libraries on linker calls)
2026-02-11 21:18:22 +00:00
e555b63931
fix: extra "a" with Rime and apply clang-format
2026-02-11 14:33:04 +00:00
b33eb0135d
ci: add step to install and test package binaries
...
fixes : #7774
Signed-off-by: Louis Labeyrie <labeyrielouis@gmail.com >
2026-02-11 13:10:41 +00:00
f9d7c75492
ci: use CodeQL v4
...
codeQL v3 is EOL in DEC 2026
2026-02-11 12:50:08 +00:00
a532f655c1
feat: support horizontal scrolling
...
fixes : #7220
based on 9f15b1bcf2
Co-authored-by: Evan Maddock <maddock.evan@vivaldi.net >
2026-02-11 11:59:28 +00:00
82588a7fc9
chore: remove unused privates from PlatformScreen
2026-02-11 11:59:28 +00:00
1f2d169b0d
build: fix typo in daemonDepends
...
fixes : #9439
2026-02-09 12:45:51 +00:00
1c99736c16
refactor: SettingsDialog, scroll scale spinbox remove wraping and make step size .1
2026-02-09 09:02:21 +00:00
050cb649c2
refactor: use ScrollDelta for fakeMouseWheel
2026-02-09 09:02:21 +00:00
5612e99f1d
refactor: Move the scrollModifiers to ISecondaryScreen
2026-02-09 09:02:21 +00:00
a520e3b2e9
refactor: check settigns for invertscroll in PlatformScreen
2026-02-06 12:51:39 +00:00
380f65954d
chore: remove unused Settings::ScrollSpeed
2026-02-06 12:51:39 +00:00