c2ee366e23refactor: move preventsleep option into CoreArgs
sithlord48
2025-08-23 16:10:13 -04:00
a8348b1ccbrefactor: move tls-cert to coreArgs
sithlord48
2025-08-23 15:40:43 -04:00
ff4c9dc421refactor: move enable-crypto to new core option secure to set the TLS setting
sithlord48
2025-08-23 15:27:50 -04:00
53b36801e1refactor: move Log option to coreArgs
sithlord48
2025-08-23 15:15:51 -04:00
f3a1bbaf5brefactor: move setting of log level to CoreArgParser
sithlord48
2025-08-23 01:58:37 -04:00
05f377e21brefactor: Handle Name option in CoreArgParser
sithlord48
2025-08-22 23:42:56 -04:00
ead49c4025refactor: move address option to deskflow-core, split into --interface (-i) and --port (-p) options
sithlord48
2025-08-22 19:35:18 -04:00
5e02adc772refactor: deskflow-core take over --version arg for App class change the serverAppTest to not call version
sithlord48
2025-08-22 18:39:42 -04:00
10f34f214frefactor: new Classes CoreArg and CoreArgParser to use to create and parse core options
sithlord48
2025-08-22 16:22:56 -04:00
6f574a3076refactor: set const for Reverse FQDN name to use for deployment on linux
sithlord48
2025-09-29 19:00:18 -04:00
dc86538456feat: Set app id on wayland this is required for restore tokens to work correctly
sithlord48
2025-08-10 21:30:40 -04:00
de42f53d68refactor: new LogDock, handle hiding and float correctly'
sithlord48
2025-09-03 23:22:58 -04:00
247d48d318docs: Simplify bug_report.yml to make it easier to use
Nick Bolton
2025-09-10 16:48:12 +01:00
c4c2f7f37ffeat: 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
sithlord48
2025-05-30 18:26:02 -04:00
66a022a012fix: Adjust log level for unconfigured client as we react to this in the gui
sithlord48
2025-09-10 07:27:15 -04:00
19eefd65c1fix: Prevent log visibility toggle when window is hidden
Nick Bolton
2025-09-10 09:56:37 +01:00
ad383ad9d4chore: Remove unused daemon installation and uninstallation methods
Nick Bolton
2025-09-10 12:01:41 +01:00
539ddcaf48refactor: ScreenConfigDialog, make sure to populate the screen model with the server config after its been made
sithlord48
2025-09-09 11:37:37 -04:00
b30f8d253crefactor: XWindowsKeyState remove name for unused KeyId in remapKeyModifiers
sithlord48
2025-09-04 22:40:16 -04:00
c477d0fcc6refactor: XWindowsKeyState::init remove unused display var
sithlord48
2025-09-04 22:36:44 -04:00
30ce0bdf45refactor: SecureSocket, remove names for unused parameters for socket service accept and serviceConnect
sithlord48
2025-09-04 22:24:27 -04:00
27075a0260refactor: StreamBuffer::write use emplace when adding m_chunks
sithlord48
2025-09-04 22:16:35 -04:00
6cfd89af8crefacor: ServerConfigDialog::toggleClipboard use static access to ServerConfig::defaultClipboardSharingSize
sithlord48
2025-09-04 22:14:25 -04:00
8e99700657refactor: ServerConfigDialog mark that deselected maybe_unused when calling the selectionChanged for our lists
sithlord48
2025-09-04 22:12:55 -04:00
e21c4cdd4drefactor: CoreProcess::addGenericArgs remove unused processMode var
sithlord48
2025-09-04 22:08:22 -04:00
88efc14bc2refactor: ServerConfig, use static access to switchCornerNames()
sithlord48
2025-09-04 22:05:42 -04:00
a9d518fbc8refactor: X11LayoutParser:appendVectorUniq, capture elem by ref in our lambda
sithlord48
2025-09-04 22:02:52 -04:00
43b1014700refactor: X11LayoutParser::getAllLanguageData , do not shadow variables from outer for loop with the inner one (i.e use differnt nanes for each var)
sithlord48
2025-09-04 22:00:54 -04:00
2e722bdfebrefactor: Server::handleToggleScreenEvent remove name of the incomming event var to indicate its not used in the method
sithlord48
2025-09-04 21:52:48 -04:00
aedbffa809refactor: server/Config use empty() to check if args are empty
sithlord48
2025-09-04 21:47:00 -04:00