3aef2f4309
chore: XWindowsScreen: remove duplicate function
2025-09-23 12:12:59 +01:00
134c8fd1c1
ci: fix names of suse and arch architecture postfix
2025-09-16 12:46:18 +01:00
35c7fe7fc4
fix: screensettingsDialog, do not allow aliases to be ip addresses
...
fixes : #8952
2025-09-15 16:31:52 +01:00
612ca91f9c
chore: rename XWindowsPowerManager => XDGPowerManager
...
fixes: 8949
2025-09-15 13:21:51 +01:00
4632bec405
ci: be sure to always run CI checks
2025-09-15 12:58:10 +01:00
fcdea215be
Reapply "refactor: App use Uniqueprt for SocketMultiplexer"
...
This reverts commit 6f18cf74c5 .
2025-09-12 16:03:22 +01:00
6f18cf74c5
Revert "refactor: App use Uniqueprt for SocketMultiplexer"
...
This reverts commit 4d738b4784 .
2025-09-12 15:03:52 +01:00
162cb85811
fix: Improve output loop error handling in MSWindowsWatchdog
...
Prevents high CPU usage while waiting for data (ERROR_NO_DATA)
2025-09-12 13:17:50 +01:00
5ea8d0326a
fix: Use QString for Windows error functions
...
Was returning only first char of error message (mild-mojibake)
2025-09-12 13:17:50 +01:00
7a2591a1fa
fix: wayland sleep inhibit on client
...
Fixes #8827
Adds the XWindowsPowerManager to the EiScreen as, despite the name, this
works on Wayland as well.
2025-09-12 10:54:25 +01:00
56a1bd68dd
Release 1.24.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 / lint-reuse (push) Waiting to run
Continuous Integration / lint-clang (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.24.0
2025-09-11 14:59:52 +00:00
2f2754ab97
refactor: LogDock::eventFilter mark as override
2025-09-11 14:53:20 +01:00
9883fb988a
refactor: remove Arch::hostname, use QSysInfo::machineHostName directly in the only place its used
2025-09-11 14:53:20 +01:00
38a74d7d0f
refactor: Arch::getHostName(), use QSysInfo::machineHostname in place of system specific impl
2025-09-11 11:18:12 +01:00
949f1d6534
refactor: MainWindow, minimize / restore action use window-*-pip icons
2025-09-11 10:57:08 +01:00
de42f53d68
refactor: new LogDock, handle hiding and float correctly'
2025-09-11 10:57:08 +01:00
247d48d318
docs: Simplify bug_report.yml to make it easier to use
2025-09-11 00:13:39 +00:00
c4c2f7f37f
feat: begin to use QStrings for strings
...
feat: get windows building with the UNICODE forced by using Qt
refactor: remove ARCHString use QString to convert to / from utf8
build: (arch) link to common
build: (base) link to arch
build: (io) Link to common
build: (client) link to common
build: (server) link to common
fix: Append to log file instead of creating a new one each log line
refactor: Trim cipher description for neater log output
fix: Update log messages to use wide string format for Unicode support
fix: Correct event creation to use wide string for Unicode compatibility
refactor: Use QStringDecoder for UTF-8 handling on Windows Daemon child process
fix: Use correct wide type for Win32 consts
2025-09-10 18:15:19 +01:00
66a022a012
fix: Adjust log level for unconfigured client as we react to this in the gui
2025-09-10 14:31:13 +01:00
19eefd65c1
fix: Prevent log visibility toggle when window is hidden
2025-09-10 11:51:37 +00:00
ad383ad9d4
chore: Remove unused daemon installation and uninstallation methods
2025-09-10 11:32:02 +00:00
539ddcaf48
refactor: ScreenConfigDialog, make sure to populate the screen model with the server config after its been made
2025-09-09 15:59:07 +00:00
b30f8d253c
refactor: XWindowsKeyState remove name for unused KeyId in remapKeyModifiers
2025-09-05 11:52:17 +01:00
c477d0fcc6
refactor: XWindowsKeyState::init remove unused display var
2025-09-05 11:52:17 +01:00
bc63961e7e
refactor: EIEventQueueBuffer remove unused screen from constructor
2025-09-05 11:52:17 +01:00
30ce0bdf45
refactor: SecureSocket, remove names for unused parameters for socket service accept and serviceConnect
2025-09-05 11:52:17 +01:00
dd66dd21bb
refactor: IDataSocket, add maybe_unused for constructors event pointer
2025-09-05 11:52:17 +01:00
27075a0260
refactor: StreamBuffer::write use emplace when adding m_chunks
2025-09-05 11:52:17 +01:00
6cfd89af8c
refacor: ServerConfigDialog::toggleClipboard use static access to ServerConfig::defaultClipboardSharingSize
2025-09-05 11:52:17 +01:00
8e99700657
refactor: ServerConfigDialog mark that deselected maybe_unused when calling the selectionChanged for our lists
2025-09-05 11:52:17 +01:00
e21c4cdd4d
refactor: CoreProcess::addGenericArgs remove unused processMode var
2025-09-05 11:52:17 +01:00
88efc14bc2
refactor: ServerConfig, use static access to switchCornerNames()
2025-09-05 11:52:17 +01:00
a9d518fbc8
refactor: X11LayoutParser:appendVectorUniq, capture elem by ref in our lambda
2025-09-05 11:52:17 +01:00
43b1014700
refactor: X11LayoutParser::getAllLanguageData , do not shadow variables from outer for loop with the inner one (i.e use differnt nanes for each var)
2025-09-05 11:52:17 +01:00
2e722bdfeb
refactor: Server::handleToggleScreenEvent remove name of the incomming event var to indicate its not used in the method
2025-09-05 11:52:17 +01:00
aedbffa809
refactor: server/Config use empty() to check if args are empty
2025-09-05 11:52:17 +01:00
dc0db9d192
refactor: LogWidget remove unused Q_SIGNALS delclaration
2025-09-05 11:52:17 +01:00
9f3e724218
refactor: ScreenSettingsDialog::removeAlias make const
2025-09-05 11:52:17 +01:00
f98f8b10d1
refactor: Construct std::string outside critical section
...
There's no need to hold the mutex while constructing a `std::string`
from the `char` string.
Also use `inet_ntop` instead of the potentially thread-unsafe
`inet_ntoa` that might use a static buffer for the result.
This makes the `INet` case match the `INet6` case below.
2025-09-04 16:56:46 +01:00
b788d63044
refactor: Give internal linkage to global mutex
...
The `static` keyword was removed by #8674 but I think it should be
restored so that this global can't clash with anything else called
`::s_mutex` elsewhere in the executable.
2025-09-04 16:56:46 +01:00
d5936a9e08
refactor: ScreenSettingsDialog, do not use auto connect slots
2025-09-03 10:38:59 +01:00
81c53d3690
refactor: ScreenSettingsDialog, conform to naming conventions
2025-09-03 10:38:59 +01:00
89003082d7
refactor: continue to improve the screen settings dialog ui
2025-09-03 10:38:59 +01:00
fe1a48fa28
refactor: Rework Computer Settings
...
Removed almost half of the lines, and still made it
more pretty.
2025-09-03 10:38:59 +01:00
c4b2f91424
refactor: Move ServerConfig to the config folder
2025-09-03 10:38:59 +01:00
f16c13fa54
refactor: ScreenSettingsDialog, Constify validator variables
2025-09-03 10:38:59 +01:00
43ce3c50e5
refactor: move log to dockwidget simplifying resize code
2025-09-01 18:12:41 +01:00
204a6b5a44
refactor: New LogWidget to handle log output in the mainwindow
2025-09-01 18:12:41 +01:00
a6dc455477
fix: Settings reset on windows, create new profile dir when not in native mode
...
fixes : #8916
2025-09-01 17:22:15 +01:00
138ede0536
refactor: use If in place of switch that looks for single case
2025-09-01 16:57:39 +01:00