c066e394a8
refactor: Logger::instance return a pointer to the logger static object
2025-11-04 10:47:14 -05:00
78eae652fd
refactor: directly set logger::m_debug using when in debug mode
2025-11-04 10:47:14 -05:00
e1c0803018
chore: remove unused kDebugBuild
2025-11-04 10:47:14 -05:00
1d82be270a
chore: remove logger:m_verbose and related method
2025-11-04 10:47:14 -05:00
b22fa1550a
refactor: do not mark the protocol names Barrier and Synergy for translation
2025-11-04 10:26:51 +00:00
dc0a85d34f
fix: net: use an exception in NetworkAddress::resolve()
...
Instead of asserting that the number of resolved ipv4 addresses is nonzero,
throw an exception. This will prevent the core from aborting if the host has
no ipv4 addresses.
The host can get into this state if the remote device loses its ipv4
advertisement midway through resolving, such as if an mdns host unpublishes
its ipv4 address as a result of going into a low-power state.
Signed-off-by: Sean Cross <sean@xobs.io >
2025-11-03 10:04:43 -05:00
9f669dbbce
ci: Set OSX_DEPLOYMENT_TARGET as a configuration option
2025-11-03 09:40:59 -05:00
a5bcc90988
feat: Added Italian translation
2025-11-03 09:17:37 -05:00
acd4b59b4c
refactor: Center drag point for screen management
2025-11-03 08:56:23 -05:00
50240c1fc3
refactor: Arch do not include common/Common.h use config.h where neeed as a result
2025-11-03 13:31:28 +00:00
091d309444
chore: deskflow-core remove unused iostream include
2025-11-03 13:31:28 +00:00
90d6fc6f08
refactor: Assume inet_atom on unix
...
ported ed2d44c346 \#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a
2025-11-03 13:31:28 +00:00
6ff8b053af
refactor: fail without posix sigwait, remove from Config.h.in
...
based on 998a9d1735
2025-11-03 13:31:28 +00:00
1f950f4c2a
refactor: define SYSAPI_WINDOWS and WINAPI_WINDOWS in cmake, remove the define from Common.h
2025-11-03 13:31:28 +00:00
4afc20e2c3
chore: remove unused _THREAD_SAFE define
2025-11-03 13:31:28 +00:00
550f7c3e06
refactor HAS_FORMAT => HAVE_FORMAT
2025-10-31 12:21:47 +00:00
135fe27007
refactor: look for cxx20 format support on all oses
2025-10-31 12:21:47 +00:00
7e6a674210
refactor: forward HAS_FORMAT define into c++
2025-10-31 12:21:47 +00:00
dc997a80d5
ci: Add Ubuntu 25.10
2025-10-31 10:21:08 +00:00
293c321ba5
ci: Add Fedora 43
2025-10-31 10:21:08 +00:00
4816608c50
chore: add new .qtcreator user dir to ignore list
2025-10-30 17:38:09 +00:00
14fa29505d
refactor: Allow for colorful tray icon but fall back to symbolic with fallback
2025-10-30 09:40:00 +00:00
eee4efd59d
refactor: Only use symbolic tray icon
2025-10-29 13:23:47 -04:00
066e63cc86
refactor: make sure flatpak and snap use packed icons, they can not detect panel color
2025-10-29 13:23:47 -04:00
f4ca17ba3d
refactor: Remove RetryOnFailure, Client will always retry and Server will never retry
2025-10-29 08:32:58 -04:00
8c6fa880b4
refactor: SecureSocket do not set retry on failure to false when disconnecting
2025-10-29 08:32:58 -04:00
83e0a6b1ea
refactor: SSL_Options, ignore client disconnect w/o close message
2025-10-29 08:32:58 -04:00
495a5e6479
refactor: MainWindow, do not reinit serverconfig
2025-10-29 08:14:39 -04:00
def479bc7b
chore: add missing es translation
2025-10-29 08:14:39 -04:00
0bf6e1e9f8
feat: Apple codesign support for development builds
2025-10-29 07:51:40 -04:00
a140b3bcca
refactor: MainWindow update window icon on palette change, prevent issues where the palette change does not change the icon and make its blend weirdly
2025-10-28 07:39:14 -04:00
8b513efc95
feat: mainWindow check panel color on windows when deciding upon try icon color
2025-10-28 07:39:14 -04:00
17392a8e06
refactor: rename symbolic icon to full fqdn name.
2025-10-28 07:39:14 -04:00
ddc827e6f1
feat: support symbolic icon deployment and recoloring linux, unify setTrayIcon to use theme icons only
2025-10-28 07:39:14 -04:00
72792e7d4d
chore: simplify deskflow svg icon files
2025-10-28 07:39:14 -04:00
1b6a5ced08
refactor: rename deskflow linux deployed icon to org.deskflow.deskflow
2025-10-28 07:39:14 -04:00
9906421460
feat: Dynamic translation of GUI, able to restart the application without exiting
2025-10-28 07:18:53 -04:00
a62613f219
refactor: deskflow-gui add newline after the lang is written to console
2025-10-28 07:18:53 -04:00
91a82b22b2
refactor: MainWindow make menu items private members
2025-10-28 07:18:53 -04:00
73e44916e7
refactor: SettingsDialog, support LanguageChange Event
2025-10-28 07:18:53 -04:00
84d2c56b54
refactor: LogDock, support LanguageChangeEvent
2025-10-28 07:18:53 -04:00
18d90aa0bf
refactor: use curly initilize for list of QDirs in I18N
2025-10-28 07:18:53 -04:00
40c20e3f5e
chore: rm Unused gui/DataDownloader
2025-10-28 09:30:36 +00:00
1e0bd5822a
chore: remove unused AddClientDialog
2025-10-28 08:59:45 +00:00
7b0d74aace
chore: rm unused ServerConfig::ScreenAddResults
2025-10-28 08:59:45 +00:00
becbb01286
chore: rm unimplimented ServerConfig::getClientAddress and ServerConfig::setClientAddress
2025-10-28 08:59:45 +00:00
fc1769ce66
chore: rm Unused ServerConfig::addToFirstEmptyGrid
2025-10-28 08:59:45 +00:00
31573bf6e8
chore: rm Unused ServerConfig::m_pMainwindow
2025-10-28 08:59:45 +00:00
2efcc76933
chore: rm unused ServerConfig::showAddClientDialog
2025-10-28 08:59:45 +00:00
3580b4ead9
chore: rm unused ServerConfig::autoAddScreen
2025-10-28 08:59:45 +00:00