e07a9f58f7
refactor: MSWindowsClipBoard, use Text converter as last option
2025-11-07 15:54:19 -05:00
1f6f6d5dc6
chore: remove unused Common/Common.h
2025-11-07 15:54:19 -05:00
19814c61d7
chore: MSWindowsProcess remove unused includes
2025-11-07 15:54:19 -05:00
66efc9c70e
chore: Unicode remove use of common/Common and use system headers needed directly
2025-11-07 15:54:19 -05:00
c4fd8699f9
chore: ArchNetworkBsd Remove unneeded includes
2025-11-07 15:54:19 -05:00
5dc8263e54
chore: ServerProxy remove unused includes
2025-11-07 15:54:19 -05:00
52b23e6609
chore: Client remove unused includes
2025-11-07 15:54:19 -05:00
90fb80872c
chore: deskflow-gui remove unneeded includes
2025-11-06 09:12:18 -05:00
754210e8f4
chore: SettingsDialog remove uneeded includes
2025-11-06 09:12:18 -05:00
5966b8f1b8
chore: SecureSocket remove unused includes
2025-11-06 09:12:18 -05:00
72496548de
chore: PrimaryClient remove unneeded includes
2025-11-06 09:12:18 -05:00
0091cc5e9a
chore: Path remove unneeded includes
2025-11-06 09:12:18 -05:00
241be6abd8
chore: MainWindow remove unneeded includes
2025-11-06 09:12:18 -05:00
f0eaa3efaa
chore: IKeyState Remove unneeded includes
2025-11-06 09:12:18 -05:00
f56073a090
chore: FileSystem remove unneeded includes
2025-11-06 09:12:18 -05:00
ca2a7d14f0
chore: DaemonApp remove unneeded includes
2025-11-06 09:12:18 -05:00
3ffe8d7c86
chore: CoreProcess remove unneeded includes
2025-11-06 09:12:18 -05:00
e130cbb706
chore: server/Config remove unneeded includes
2025-11-06 09:12:18 -05:00
e6792b00d7
chore: remove unused includes
2025-11-06 09:12:18 -05:00
f89e857223
refactor: Add deskflow::platform::isMac
2025-11-06 09:12:18 -05:00
5256f05963
refactor: addNew PlatformInfo::isWindows()
2025-11-06 09:12:18 -05:00
8e83b16f5e
chore: move platform/Wayland.h -> common/PlatformInfo.h
2025-11-06 09:12:18 -05:00
c18e3c9ef2
refactor: platform/wayland move consts kHasEI etc into wayland Warnings
2025-11-06 09:12:18 -05:00
0a67f63af6
fix: ServerApp use the port configured by the user
2025-11-06 13:30:23 +00:00
8ef2319b0d
chore: ServerApp, remove unused includes
2025-11-06 13:30:23 +00:00
0e98702944
chore: ClientApp: remove unused includes
2025-11-06 13:30:23 +00:00
080a6e8b54
fix: ClientApp, use the port in settings in place of default port
2025-11-06 13:30:23 +00:00
8fadbecf00
chore: make TMethodJob const void*
2025-11-05 22:07:16 +00:00
eab38dc23e
fix: High Cpu use on windows
...
port: 95f2a840be
Fixes : #8970
2025-11-05 21:46:20 +00:00
3e76a39326
chore: remove unused IEventQueue::isEmpty
...
port: 8ab6ad64f9
2025-11-05 21:46:20 +00:00
3af83dd9f2
refactor: remove DotEnv
2025-11-05 11:31:29 +00:00
aba38b949f
feat: add new setting Log::GuiDebug to control when the Gui shows debug messages no longer controled by an ENV var
2025-11-05 11:31:29 +00:00
67ceedcad0
refactor: Settings use static list of settings that default to true and another that default to false
2025-11-05 11:31:29 +00:00
6c8c6f5208
feat: Show milliseconds in time values
...
fixes : #7861
2025-11-04 10:47:14 -05:00
6ab1579d38
refactor: Log remove unneeded includes
2025-11-04 10:47:14 -05:00
fc6e9f1447
refactor: Simplify log::makeMessages method for getting current time by using QDateTime object
2025-11-04 10:47:14 -05:00
1750dd9149
chore: AboutDialog remove unneeded includes
2025-11-04 10:47:14 -05:00
8134521cca
chore: remove unused MainWindow::getTimeStamp
2025-11-04 10:47:14 -05:00
b204204920
refactor: Logger::PrintLine use Qt::IsoDate for timestamp
2025-11-04 10:47:14 -05:00
8066ac8e2f
refactor: logger::PrintLine use less streams and use the one we need directly
2025-11-04 10:47:14 -05:00
43989dc964
refactor: logger: use QStringLiterals
2025-11-04 10:47:14 -05:00
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