0e04364d17refactor: use ArchDaemonWindows::daemonFailed directly remove now unused ArchMiscWindows::daemonFailed update copyright year
sithlord48
2026-01-03 09:24:41 -05:00
3ff06b7d9arefactor: use ArchDaemonWindows::getDaemonQuitMessage directly remove now unused ArchMiscWindows::getDaemonQuitMessage
sithlord48
2026-01-03 09:11:39 -05:00
c7da833f07refactor: use ArchDaemonWindows::daemonRunning directly removes: unused DAEMON_RUNNING define in App.h unused ArchMiscWindows::daemonRunning update copyright years
sithlord48
2026-01-03 08:58:28 -05:00
09c1bd1582refactor: MainWindow, unify how Automatic and Fixed Ip are displayed
sithlord48
2026-01-02 19:17:56 -05:00
889689bd8efix: MainWindow, IpLabel Only now NoIP Detected if we are not running or started with no address
sithlord48
2026-01-02 17:10:30 -05:00
844ebf5216refactor: Remove need for NetworkMonitor::getSuggestedIpAddress. Its always first if there is data
sithlord48
2026-01-02 16:12:53 -05:00
ae9ca35448refactor: NetworkMonitor: use QStrings allows us to simplify alot of the code around the lists and lets us also fliter lists easily
sithlord48
2026-01-02 13:06:33 -05:00
dac9539ad9refactor: EventQueue, use auto for EventQueueTimer pointers
sithlord48
2026-01-02 12:15:28 -05:00
b8e0415632fix: macOS key repeat not working
sithlord48
2026-01-04 08:23:01 -05:00
3598eb6a47refactor: RM IEventQueueBuffer::newTimer and IEventQueueBuffer::deleteTimer
Povilas Kanapickas
2026-01-01 09:26:09 -05:00
38722f7308build: macos, add app to the utilities category
sithlord48
2026-01-01 08:52:52 -05:00
8d52facc0bfix: macos, prevent automatic termination during memory pressure
John Weldon
2025-12-31 14:33:41 -07:00
61fcad2c14refactor: MainWindow::updateIpLabel, remove single use vars
sithlord48
2025-12-31 10:10:48 -05:00
a84e91a3f2refactor: Mainwindow::updateIpLabel return early if we are using fixedIp from settings
sithlord48
2025-12-31 09:21:12 -05:00
c2314ad893refactor: MainWindow, remove m_currentIPValid by reducing its scope to the method where its used
sithlord48
2025-12-30 17:21:33 -05:00
1973005e98refactor: MainWindow, simplify ip update if core is not running
sithlord48
2025-12-31 08:43:23 -05:00
00235ba189refactor: NetworkMonitor, use ranged sort for ip ranges
sithlord48
2025-12-31 08:06:35 -05:00
495277c7c9refactor: NetworkMonitor, use isLocalLink to check for 169.254/16 range
sithlord48
2025-12-31 07:55:11 -05:00
a73057f3a7refactor: NetworkMonitor, short phyical using isPrivateUse() this an Ip is considered private when its in a RFC1918 range 10/8, 172.16/12 and 192.168/16 are private IPs
sithlord48
2025-12-31 07:48:22 -05:00
a0f06d907frefactor: NetworkMonitor, set m_isMonitoring initial state in header
sithlord48
2025-12-30 13:09:10 -05:00
3d8cf17d57chore: gui Remove custom tab stops from settings dialog and use default
Nick Bolton
2025-11-20 14:19:18 +00:00
ca418b3ba5chore: gui, Improve log message for disabled update check
Nick Bolton
2025-11-21 09:49:30 +00:00
189053697brefactor: Log server response on version check error
Nick Bolton
2025-09-12 11:05:20 +01:00
7682e17aferefactor: Move src/lib/Config => src/lib/platform/XWindowsConfig This file is used only in XWindows related platform code.
sithlord48
2025-12-30 11:29:12 -05:00
163ec18730refactor: VersionInfo is now part of common
sithlord48
2025-12-30 10:43:12 -05:00
d27fd22d8frefactor: SettingsDialog adjust network section so IP is on left and port is on right
sithlord48
2025-12-30 09:03:12 -05:00
cbebaad3b8feat: add network monitoring and IP address management
re2zero
2025-12-11 22:07:26 +08:00
16d35349d3build: use a tweak of 9999 when a valid version tag can not be found loosely based on https:://github.com/deskflow/deskflow/pull/9303 where it was pointed out that using the gitrev as a fallback could create an invalid version
sithlord48
2025-12-29 10:51:45 -05:00
f8d9de1f2ebuild: platform, remove unneeeded include_dir for mac os system path
sithlord48
2025-12-29 23:12:33 -05:00
53d2c5e399build: platform, remove link_wayland_libs macro and do it in its only used place allowing more simplification of the linking platform lib
sithlord48
2025-12-29 23:11:21 -05:00
89ee932db3build: adjust spacing for cmake files
sithlord48
2025-12-29 22:09:03 -05:00
d8e2537d47refactor: Settings::logLevelToInt simplify the method and add tests to cover it
sithlord48
2025-12-16 22:02:25 -05:00
425d427fceci: adjust CI to use qt 6.10.1 with 6.9.3 being used for intel macs
sithlord48
2025-12-10 22:42:22 -05:00
8f972bf15edocs: add note about what versions of mac os are supported for arm and intel
sithlord48
2025-12-10 22:30:17 -05:00
c36074df9fdocs: Add note to read me that windows 10 v1809 or higher is needed
sithlord48
2025-12-10 20:18:25 -05:00
5e347d8725fix: Mac os log file not working fixes: #9274 The log file path is not able to be empty since Settings::value will return the default path if it is, Do not send a c_str to create our FileLogger it wants a QString
sithlord48
2025-12-12 20:43:39 -05:00
ef734a869cbuild: make sure that translations are built before the source files this makes sure that the I18N tests are not run before the translation files are generated.
sithlord48
2025-12-12 21:33:14 -05:00
26417a2543ci: add dispatch event to homebrew-tap
sithlord48
2025-12-04 08:10:38 -05:00
87e6521f65doc: add additional note about damaged app on mac os
sithlord48
2025-12-03 09:55:35 -05:00
b151666f6brefactor: I18N use short (ISO639) names to save and load not native strings, the documentation says we use these already
sithlord48
2025-12-03 17:00:37 -05:00
e5513101a6refactor: Use the Settings::Gui::AutoStartCore to control if the Gui should start the core when starting up removes Settings::Core::StartedBefore
sithlord48
2025-11-30 14:51:14 -05:00
df78f0757erefactor: Gui control if the server first shown message is shown with its own setting
sithlord48
2025-11-30 14:20:32 -05:00