Commit Graph

  • d98f8a524d remove: argsBase sithlord48 2025-09-25 22:10:49 -04:00
  • 37827f0540 refactor: remove ClientArgs sithlord48 2025-09-25 21:55:39 -04:00
  • 6fa8ba087a refactor: move remoteHost to coreArgs sithlord48 2025-09-25 21:32:51 -04:00
  • a78959e66f refactor: move invert-scroll to coreArgs sithlord48 2025-09-25 21:07:06 -04:00
  • 5fc00f7af4 refactor: use bool for invert scrolling sithlord48 2025-09-25 20:55:14 -04:00
  • 2cb36777f9 refactor: move languageSync to coreArgs sithlord48 2025-09-25 19:29:59 -04:00
  • b0fe79d527 refactor: move yscroll to coreArgs sithlord48 2025-09-25 19:17:01 -04:00
  • efebe9ca56 refactor: remove ServerArgs sithlord48 2025-09-25 20:27:24 -04:00
  • bf7a50ab0e refactor: move -c --config to coreArgs sithlord48 2025-09-25 00:00:57 -04:00
  • cfedfc2c1e refactor: move peerCert option to coreArgs sithlord48 2025-09-24 22:46:16 -04:00
  • cfd580fb21 refactor: move ArgsBase:m_pname to App sithlord48 2025-09-24 21:35:20 -04:00
  • 1884ab3555 refactor: move --no-hooks to coreArgs sithlord48 2025-09-24 20:38:18 -04:00
  • eeaf139bd9 refactor: move no-restart to CoreArgs sithlord48 2025-09-17 21:39:24 -04:00
  • 295137dbd2 refactor: CoreArgs Add display option sithlord48 2025-09-17 20:55:01 -04:00
  • c2ee366e23 refactor: move preventsleep option into CoreArgs sithlord48 2025-08-23 16:10:13 -04:00
  • a8348b1ccb refactor: move tls-cert to coreArgs sithlord48 2025-08-23 15:40:43 -04:00
  • ff4c9dc421 refactor: move enable-crypto to new core option secure to set the TLS setting sithlord48 2025-08-23 15:27:50 -04:00
  • 53b36801e1 refactor: move Log option to coreArgs sithlord48 2025-08-23 15:15:51 -04:00
  • f3a1bbaf5b refactor: move setting of log level to CoreArgParser sithlord48 2025-08-23 01:58:37 -04:00
  • 05f377e21b refactor: Handle Name option in CoreArgParser sithlord48 2025-08-22 23:42:56 -04:00
  • ead49c4025 refactor: move address option to deskflow-core, split into --interface (-i) and --port (-p) options sithlord48 2025-08-22 19:35:18 -04:00
  • 5e02adc772 refactor: 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
  • 10f34f214f refactor: new Classes CoreArg and CoreArgParser to use to create and parse core options sithlord48 2025-08-22 16:22:56 -04:00
  • 6f574a3076 refactor: set const for Reverse FQDN name to use for deployment on linux sithlord48 2025-09-29 19:00:18 -04:00
  • dc86538456 feat: Set app id on wayland this is required for restore tokens to work correctly sithlord48 2025-08-10 21:30:40 -04:00
  • 7698980576 refactor: simplify desktop::platform::isWayland sithlord48 2025-08-09 09:02:09 -04:00
  • 9fe445ebd0 feat: add methods to check if running from a sandbox, flatpak and or snap sithlord48 2025-08-09 08:58:46 -04:00
  • 087afd22b2 refactor: use CoreProcess::m_appPath to store app sithlord48 2025-09-27 12:17:56 -04:00
  • 8192d7b2d8 refactor: remove Settings::Client::Binary and Settings::Server::Binary use kCoreBinName, instead sithlord48 2025-09-27 11:59:19 -04:00
  • d9ce9c4f10 chore: remove unused CoreProcess::extracted sithlord48 2025-09-27 12:00:07 -04:00
  • 4dfc98c93c fix: SettingsDialog, ensure debug warning is shown without changing the combobox sithlord48 2025-09-27 08:09:56 -04:00
  • abbfc91192 chore: PriorityQueue::comp add no_unique_address attritribute sithlord48 2025-09-24 18:51:24 -04:00
  • e3f5e045b7 chore: FileLogOutputter::write use Static QFile::rename in place of local file method sithlord48 2025-09-24 18:48:40 -04:00
  • 7f7e7de841 chore: SecureSocket serviceConnect / serviceAccept make anonymous ISocketMultiplexer a pointer const sithlord48 2025-09-24 18:15:00 -04:00
  • bd63d54a9e chore: EiScreen::m_powerManager add no_unique_address sithlord48 2025-09-24 18:09:28 -04:00
  • 9dae55fc6f chore: remove unused ClientProxy1_5::m_events sithlord48 2025-09-24 18:06:21 -04:00
  • e35a2b1c29 chore: remove unused ClientProxy1_7::m_events sithlord48 2025-09-24 18:06:10 -04:00
  • 4157367aaa chore: remove unused InputFilter::RestartServer::m_events sithlord48 2025-09-24 18:02:01 -04:00
  • 3945dc927c chore: remove unused ArgsBase::m_disableTray sithlord48 2025-09-24 16:58:44 -04:00
  • 801ada88b7 fix: correct spelling of convertLayoutToISO in X11LayoutsParser Nick Bolton 2025-09-25 13:48:20 +01:00
  • c234f2fc66 fix: Do not reuse listen sockets on Windows Nick Bolton 2025-09-25 13:28:25 +01:00
  • 7b866ec632 refactor: make sure to use static args on ArgParsers::NameTest sithlord48 2025-09-23 19:44:12 -04:00
  • ff1726677b chore: remove unused --service and --relaunch options for windows sithlord48 2025-09-23 11:36:26 -04:00
  • 57e34ded54 chore: rename IApp::standardStartup -> IApp::start sithlord48 2025-09-23 10:47:06 -04:00
  • 03e014c753 feat: Remove daemon / no-daemon option sithlord48 2025-09-23 10:25:42 -04:00
  • fd7950bc04 ci: use mac os 14 large to build x86 sithlord48 2025-09-23 06:42:08 -04:00
  • 9f8c45b449 fix: XWindowsScreen: stop centering panned screens on client when leaving screen Roman Vasiyarov 2025-09-17 17:50:27 +03:00
  • bf5b0de6ee fix: XWindowsScreen: properly calculate xrandr/xinerama screens Roman Vasiyarov 2025-09-17 17:46:34 +03:00
  • 3aef2f4309 chore: XWindowsScreen: remove duplicate function Roman Vasiyarov 2025-09-17 17:44:07 +03:00
  • 134c8fd1c1 ci: fix names of suse and arch architecture postfix sithlord48 2025-09-15 15:03:22 -04:00
  • 35c7fe7fc4 fix: screensettingsDialog, do not allow aliases to be ip addresses fixes: #8952 sithlord48 2025-09-12 16:15:09 -04:00
  • 612ca91f9c chore: rename XWindowsPowerManager => XDGPowerManager fixes: 8949 sithlord48 2025-09-12 11:22:42 -04:00
  • 4632bec405 ci: be sure to always run CI checks sithlord48 2025-09-12 12:16:18 -04:00
  • fcdea215be Reapply "refactor: App use Uniqueprt for SocketMultiplexer" Nick Bolton 2025-09-12 15:49:34 +01:00
  • 6f18cf74c5 Revert "refactor: App use Uniqueprt for SocketMultiplexer" Nick Bolton 2025-09-12 15:03:52 +01:00
  • 162cb85811 fix: Improve output loop error handling in MSWindowsWatchdog Nick Bolton 2025-09-12 12:31:19 +01:00
  • 5ea8d0326a fix: Use QString for Windows error functions Nick Bolton 2025-09-12 12:31:12 +01:00
  • 7a2591a1fa fix: wayland sleep inhibit on client Louis des Landes 2025-09-12 10:42:24 +09:30
  • 56a1bd68dd Release 1.24.0 v1.24.0 sithlord48 2025-09-11 10:09:32 -04:00
  • 2f2754ab97 refactor: LogDock::eventFilter mark as override sithlord48 2025-09-11 09:20:54 -04:00
  • 9883fb988a refactor: remove Arch::hostname, use QSysInfo::machineHostName directly in the only place its used sithlord48 2025-09-11 09:09:54 -04:00
  • 38a74d7d0f refactor: Arch::getHostName(), use QSysInfo::machineHostname in place of system specific impl sithlord48 2025-09-10 15:09:57 -04:00
  • 949f1d6534 refactor: MainWindow, minimize / restore action use window-*-pip icons sithlord48 2025-09-04 12:26:25 -04:00
  • de42f53d68 refactor: new LogDock, handle hiding and float correctly' sithlord48 2025-09-03 23:22:58 -04:00
  • 247d48d318 docs: Simplify bug_report.yml to make it easier to use Nick Bolton 2025-09-10 16:48:12 +01:00
  • c4c2f7f37f feat: 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
  • 66a022a012 fix: Adjust log level for unconfigured client as we react to this in the gui sithlord48 2025-09-10 07:27:15 -04:00
  • 19eefd65c1 fix: Prevent log visibility toggle when window is hidden Nick Bolton 2025-09-10 09:56:37 +01:00
  • ad383ad9d4 chore: Remove unused daemon installation and uninstallation methods Nick Bolton 2025-09-10 12:01:41 +01:00
  • 539ddcaf48 refactor: 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
  • b30f8d253c refactor: XWindowsKeyState remove name for unused KeyId in remapKeyModifiers sithlord48 2025-09-04 22:40:16 -04:00
  • c477d0fcc6 refactor: XWindowsKeyState::init remove unused display var sithlord48 2025-09-04 22:36:44 -04:00
  • bc63961e7e refactor: EIEventQueueBuffer remove unused screen from constructor sithlord48 2025-09-04 22:29:08 -04:00
  • 30ce0bdf45 refactor: SecureSocket, remove names for unused parameters for socket service accept and serviceConnect sithlord48 2025-09-04 22:24:27 -04:00
  • dd66dd21bb refactor: IDataSocket, add maybe_unused for constructors event pointer sithlord48 2025-09-04 22:23:15 -04:00
  • 27075a0260 refactor: StreamBuffer::write use emplace when adding m_chunks sithlord48 2025-09-04 22:16:35 -04:00
  • 6cfd89af8c refacor: ServerConfigDialog::toggleClipboard use static access to ServerConfig::defaultClipboardSharingSize sithlord48 2025-09-04 22:14:25 -04:00
  • 8e99700657 refactor: ServerConfigDialog mark that deselected maybe_unused when calling the selectionChanged for our lists sithlord48 2025-09-04 22:12:55 -04:00
  • e21c4cdd4d refactor: CoreProcess::addGenericArgs remove unused processMode var sithlord48 2025-09-04 22:08:22 -04:00
  • 88efc14bc2 refactor: ServerConfig, use static access to switchCornerNames() sithlord48 2025-09-04 22:05:42 -04:00
  • a9d518fbc8 refactor: X11LayoutParser:appendVectorUniq, capture elem by ref in our lambda sithlord48 2025-09-04 22:02:52 -04:00
  • 43b1014700 refactor: 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
  • 2e722bdfeb refactor: 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
  • aedbffa809 refactor: server/Config use empty() to check if args are empty sithlord48 2025-09-04 21:47:00 -04:00
  • dc0db9d192 refactor: LogWidget remove unused Q_SIGNALS delclaration sithlord48 2025-09-04 21:43:15 -04:00
  • 9f3e724218 refactor: ScreenSettingsDialog::removeAlias make const sithlord48 2025-09-04 21:42:04 -04:00
  • f98f8b10d1 refactor: Construct std::string outside critical section Jonathan Wakely 2025-09-04 13:16:51 +01:00
  • b788d63044 refactor: Give internal linkage to global mutex Jonathan Wakely 2025-09-04 13:09:05 +01:00
  • d5936a9e08 refactor: ScreenSettingsDialog, do not use auto connect slots sithlord48 2025-09-01 20:14:56 -04:00
  • 81c53d3690 refactor: ScreenSettingsDialog, conform to naming conventions sithlord48 2025-09-01 18:59:14 -04:00
  • 89003082d7 refactor: continue to improve the screen settings dialog ui sithlord48 2025-09-01 18:39:28 -04:00
  • fe1a48fa28 refactor: Rework Computer Settings Tomaz Canabrava 2025-07-09 09:20:15 +02:00
  • c4b2f91424 refactor: Move ServerConfig to the config folder Tomaz Canabrava 2025-07-09 09:44:09 +02:00
  • f16c13fa54 refactor: ScreenSettingsDialog, Constify validator variables Tomaz Canabrava 2025-07-09 09:25:03 +02:00
  • 43ce3c50e5 refactor: move log to dockwidget simplifying resize code sithlord48 2025-08-30 09:46:43 -04:00
  • 204a6b5a44 refactor: New LogWidget to handle log output in the mainwindow sithlord48 2025-08-21 20:12:26 -04:00
  • a6dc455477 fix: Settings reset on windows, create new profile dir when not in native mode fixes: #8916 sithlord48 2025-09-01 11:16:01 -04:00
  • 138ede0536 refactor: use If in place of switch that looks for single case sithlord48 2025-09-01 09:37:04 -04:00
  • eae089d3ec chore: ServerConfigDialog, conform to naming standards for members sithlord48 2025-09-01 09:30:34 -04:00
  • 340df69ca2 refactor: ServerConfigDialog, set members in alphbetical order, correct initlization order sithlord48 2025-09-01 09:27:17 -04:00