fe179556ad
fix: Settings, do not remove valid QRects from the state file
2026-01-22 13:30:12 +00:00
c7a427a94c
fix: gui crash on clearsettings in debug mode
...
fixes : #9369
replaces: #9373
2026-01-22 12:51:34 +00:00
ed114252e2
refactor: WlClipboard, close not kill running copy process on exit
2026-01-22 12:35:54 +00:00
34f949dc72
refactor: WlClipboardTest can skip if unable to read data, this happens sometimes with wlclipboard
2026-01-20 11:38:34 +00:00
1763c82ccc
refactor: correct WLClipboard test primary clipboard to compare the clipboards not call wait for condition
2026-01-20 11:38:34 +00:00
6d8804f08f
chore: remove unused members of WlClipboardTests
2026-01-20 11:38:34 +00:00
ed7e29589b
chore: adjust wording in pull request template
2026-01-20 10:16:21 +00:00
7641fe7549
ci: exit ci run if configure causes tr file updates
2026-01-20 10:16:21 +00:00
c63fd21c8e
feat: Add a setting to allow the version to be shown in the windows title
...
fixes : #8538
replaces: #9351
2026-01-20 00:06:49 +00:00
281b3b8d07
fix: Clean settings values on start up
...
Settings will call cleanSettigs and cleanStateSettings on start up to remove any invalid or empty values in our config
fixes : #9333
2026-01-19 22:54:53 +00:00
d6fe8fa2d5
refactor: Settings::cleanSettings and Settings::cleanStateSettings, remove keys as long as they are empty
2026-01-19 22:54:53 +00:00
ffa887838f
refactor: Settings::cleanSettings, skip internalConfig values
2026-01-19 22:54:53 +00:00
49f38c6a8b
refactor: Settings::defaultValues, no need to return a QRect() for default windowgeometry as it will be cast to QVariant automaticly on return
2026-01-19 22:54:53 +00:00
7a2ceeedf4
refactor: Remove unneeded QVariant() when setting a setting empty to be removed
2026-01-19 22:54:53 +00:00
b25f083433
refactor: use Settings::value().toString().isEmpty() to check for empty setting values. This is because QVariant::isNull() no longer returns the internal types isNull() method. As a results "" is a non Null QVariant
2026-01-19 22:54:53 +00:00
c45d586bbf
i18n(ru): add missing comments in russian ts file
2026-01-19 22:39:11 +00:00
d193af8cc8
feat: Add New Search Widget, use in the log
...
fixes : #8332
replaces: #9354
2026-01-19 22:39:11 +00:00
bb88bd8695
refactor: remove unneeded QIcon when setting from theme
...
explict cast when setting update url
2026-01-19 21:55:40 +00:00
73dbe62e48
refactor: ClientApp parse arg for network address use append for list
2026-01-19 21:22:18 +00:00
1163cb842c
refactor: do not initilize already initilized screen when not sent with KeyboardbroadCastInfo
2026-01-19 21:22:18 +00:00
15db716f04
refactor: Server::handleSwitchToScreen use const for our info
2026-01-19 21:22:18 +00:00
9f8f805888
build: Add Pull Request Template
2026-01-19 20:07:10 +00:00
119f23a085
i18n(ru): fix and improve Russian translation
...
- Fixed numerous typos and grammatical errors (e.g., "адресс", "разроботчики").
- Unified technical terminology ("hash", "fingerprint", "IP address").
- Improved stylistic consistency by removing slang.
- Fixed plural forms (numerus) for better Russian localization.
2026-01-19 03:36:25 +00:00
aca274e9ee
refactor: add (C) to copyright header where missing
2026-01-18 15:38:59 +00:00
50e7b3aadf
Feat: Support multiple server IP addresses ( #3665 )
2026-01-17 16:26:21 +00:00
e5e53c02b5
Fix: Allow comma and semicolon in hotkey config ( #7130 )
2026-01-17 14:14:31 +00:00
938db301f0
refactor: modernize Server info structs to use C++ RAII
...
- Convert LockCursorToScreenInfo, SwitchToScreenInfo, SwitchInDirectionInfo,
and KeyboardBroadcastInfo from C-style malloc/free structs to proper C++
classes inheriting from EventData
- Replace char arrays with std::string for safer string handling
- Remove obsolete alloc() static methods in favor of constructors
- Update all call sites to use 'new' with constructors and getDataObject()
instead of malloc with alloc() and getData()
- Add 'do nothing' comments to empty constructors for SonarQube scans
- Maintain EventFlags::DeliverImmediately for proper event delivery
- Reduces code by 48 lines and eliminates manual memory management
- Improves type safety and follows modern C++20 practices
This change makes the code more maintainable and less prone to memory leaks
by leveraging C++ destructors for automatic cleanup.
2026-01-16 09:38:29 +00:00
d8dfba6372
fix: OSXScreenSaver, do not call CFRelease for empty processesNames
2026-01-13 01:13:32 +00:00
7f57d53494
refactor: CoreProcess use FileTail::setWatchedFile if the file to tail changes
2026-01-12 11:18:40 +00:00
5e61a2b5ce
refactor: new FileTail::setWatchedFile
2026-01-12 11:18:40 +00:00
2da14c3da3
fix: Coreprocess will attempt to create a daemon log before returning the path if it does not exist
2026-01-12 11:18:40 +00:00
cab33df72d
chore: deskflow-daemon remove install and uninstall from usage
2026-01-12 11:18:40 +00:00
35ee17f959
fix: macOS server crash when client disconnects abruptly
2026-01-12 10:49:02 +00:00
7fdb26f2ea
refactor: move deskflow/DaemonApp => apps/deskflow-daemon/DaemonApp
2026-01-07 14:36:55 +00:00
3993449594
refactor: daemonRunning is not used for client / server
2026-01-06 12:05:23 +00:00
f8ae8c5781
chore: remove unused daemonInfo from App and SubClasses
2026-01-06 12:05:23 +00:00
22dad7ac06
chore: remove unused App::daemonMainLoop
2026-01-06 12:05:23 +00:00
db10f1c5a4
chore: remove unused ClientApp / StaticApp daemonMainLoopStatic method
2026-01-06 12:05:23 +00:00
0c368f402b
refactor: use ArchDaemonWindows::runDeamon directly
...
remove now unused ArchMiscWindows::runDaemon
2026-01-06 12:05:23 +00:00
0e04364d17
refactor: use ArchDaemonWindows::daemonFailed directly
...
remove now unused ArchMiscWindows::daemonFailed
update copyright year
2026-01-06 12:05:23 +00:00
3ff06b7d9a
refactor: use ArchDaemonWindows::getDaemonQuitMessage directly
...
remove now unused ArchMiscWindows::getDaemonQuitMessage
2026-01-06 12:05:23 +00:00
c7da833f07
refactor: use ArchDaemonWindows::daemonRunning directly
...
removes:
unused DAEMON_RUNNING define in App.h
unused ArchMiscWindows::daemonRunning
update copyright years
2026-01-06 12:05:23 +00:00
09c1bd1582
refactor: MainWindow, unify how Automatic and Fixed Ip are displayed
2026-01-05 12:06:20 +00:00
d324dd1a93
refactor: MainWindow::updateIpLabel, simplify IPValid checks
2026-01-05 12:06:20 +00:00
889689bd8e
fix: MainWindow, IpLabel Only now NoIP Detected if we are not running or started with no address
2026-01-05 12:06:20 +00:00
844ebf5216
refactor: Remove need for NetworkMonitor::getSuggestedIpAddress. Its always first if there is data
2026-01-05 12:06:20 +00:00
ae9ca35448
refactor: NetworkMonitor: use QStrings
...
allows us to simplify alot of the code around the lists and lets us also fliter lists easily
update copyright for 2026, add missing deskflow devlopers for mainwindow for 2025 work
2026-01-05 12:06:20 +00:00
dac9539ad9
refactor: EventQueue, use auto for EventQueueTimer pointers
2026-01-05 12:06:20 +00:00
b8e0415632
fix: macOS key repeat not working
2026-01-05 11:47:13 +00:00
3598eb6a47
refactor: RM IEventQueueBuffer::newTimer and IEventQueueBuffer::deleteTimer
...
port: https://github.com/input-leap/input-leap/pull/1592
Original Message:
base: Remove IEventQueueBuffor newTimer and deleteTimer APIs
In the current implementation timers are not platform-specific. On all
currently supported platforms timer constrution and destruction is
simple new and delete, so it does not make sense having this
customization point.
Original Author: p12tic
Ported By: sithlord48
2026-01-02 12:27:24 +00:00