8e8ab25fd0refactor: use Settings::Gui::ShownFirstConnectionMessage to control message popup on initial connection a to client / server
sithlord48
2025-11-30 14:06:46 -05:00
13219ca49cfix: only restore the size if the windows was in the tray fixes: #9237
sithlord48
2025-11-30 11:42:08 -05:00
0446db93e6refactor: handle error suppression in gui not message stack
sithlord48
2025-11-30 11:30:16 -05:00
a37d30c6abrefactor: SecureUtils::GenerateFingerprintArt, auto type for char pool
sithlord48
2025-11-30 16:03:21 -05:00
a78702d68frefactor: make DaemonIpcServer::writeToClietnSocket const
sithlord48
2025-11-30 16:02:05 -05:00
7831ba293afix: Mac os Preferences missing when translated fixes: #9226 In the MainWindow give all menu items a role to prevent mac os from misplacing them due to their label when translated
sithlord48
2025-11-29 10:03:14 -05:00
a01a6b0b89fix: key repeat regression for windows caused by #9217
sithlord48
2025-11-30 01:41:33 -05:00
c1b5e125b0refactor: ServerConnection: keep track of ignored clients so we only prompt for them once
sithlord48
2025-11-28 17:06:03 -05:00
accb9d9c59refactor: ServerConnection: Handle the new client via signals Use QtTests now that we can for ServerConnnecitonTests
sithlord48
2025-11-28 16:26:29 -05:00
11fa5d636erefactor: ServerConnection return a bool for the results of the newClientPrompt no Enum needed
sithlord48
2025-11-28 15:02:06 -05:00
cca6f80cb5refactor: ClientConnection, use signal to ask for dialog move ClientConnectionTests to Qt Tests track if the dialog is open in the gui track suppression in clientConnection based on connect / disconnect message
sithlord48
2025-11-28 13:37:01 -05:00
1ebcab60e2refactor: Move messages client connection error to common, new common/Enums
sithlord48
2025-11-28 12:55:57 -05:00
2485916ad1refactor: new signal ClientConnection::requestShowError
sithlord48
2025-11-27 09:21:43 -05:00
695dc04c00refactor: new ClientError::NoError
sithlord48
2025-11-27 09:10:51 -05:00
fd94403a73fix: ServerApp, do not blindly read the external config path for our settings location use the default value unless the setting for using the external config is also set fixes: #9227
sithlord48
2025-11-28 08:34:03 -05:00
d35716f574feat: Configure default screen lock state
PseudoResonance
2025-11-24 15:35:32 -08:00
274fae1e31fix: macOS, crash when log is open and you minimize the gui fixes: #9206 on macOS the minimize creates a race to show and hide the log
sithlord48
2025-11-25 10:35:00 -05:00
4698326717refactor: MainWindow keep a local copy of the fingerprint This also makes it so MainWindow does not use the local_fingerprint file
sithlord48
2025-11-22 12:15:23 -05:00
2087097415refactor: new static TlsUtility::certFingerprint to generate fingerprint on the fly
sithlord48
2025-11-22 10:51:39 -05:00
c5f7a3792arefactor: WlClipboard::get use QProcess
sithlord48
2025-11-17 20:11:16 -05:00
7a60f0cc9erefactor: WlClipboard, use QProcess to get available mimeTypes
sithlord48
2025-11-17 17:49:33 -05:00
9ed0b06a42refactor: WlClipboard mimetypes use QStrings
sithlord48
2025-11-10 07:06:49 -05:00
5ef4f64b11refactor: use QDateTime::currentMSecsSinceEpoc behind WlClipboard::getCurrentTime
sithlord48
2025-11-09 21:55:01 -05:00
c7e90d3cf5refactor: WlClipboard::isAvailable use QStandardPaths::findExecutable to check if the apps exist. remove WlClipboard::checkCommandExists
sithlord48
2025-11-09 21:33:22 -05:00
d157713a85feat: Settings expose settings to use wl-clipboard backend. Disable clipboard on wayland if this settings is disabled
sithlord48
2025-11-16 08:08:28 -05:00
90e7d475f8refactor: WlClipboardCollection minor sonar cleanup
sithlord48
2025-11-16 12:04:40 -05:00
ecb03297fdrefactor: EiScreen Sonar cleanup for new clipboard items
sithlord48
2025-11-17 23:45:03 -05:00
43a04308f0ci: use macos15 runners
sithlord48
2025-11-18 07:25:02 -05:00
0463518baabuild: do not use generator expressions to see install paths
sithlord48
2025-11-19 07:54:02 -05:00
8e7a950d11feat: Added Chinese (simplified) translation
Yuanhang Zhang
2025-11-19 14:51:20 +08:00
ae5dc085d5feat: Added Japanese translation
Yoshiaki Kasahara
2025-11-18 14:56:59 +09:00
bc9bc906a5refactor: EventLogger sonar suggestion to define index2 in the if
sithlord48
2025-11-14 11:55:13 -05:00
0890bcac42chore: logger make deconstructor an override
sithlord48
2025-11-14 11:43:31 -05:00
22d27f7245fix: Settings, add a new private cleanScreenName method to update the screenName Fixes: #9156 Names: contain only A-Z a-z 0-9 or - or . or _ replace any spaces with _ are < 256 characters in length can not start or end with - _ or . Set a screen name if the settings does not have one do this instead of returning a default value
sithlord48
2025-11-14 09:47:29 -05:00
94b7e2ffffgithub: Add more options to the issue config
sithlord48
2025-11-13 18:01:56 -05:00
1a9e468c86refactor: Settings store envvar checks so they only need to be read once when checking
sithlord48
2025-11-14 09:03:59 -05:00
204a6cca8arefactor: Settings make the name checking regex static in the method
sithlord48
2025-11-13 17:09:34 -05:00
4df7c54afbrefactor: Settings make the internal setting objects children
sithlord48
2025-11-13 16:25:22 -05:00
999f174441fix: Gui save and restore the window when closing and restoring to the tray
sithlord48
2025-11-11 15:10:51 -05:00
aca08a5e74feat: save geometry into into a state file fixes: #9132
sithlord48
2025-11-11 14:44:28 -05:00
ddcd2f0ff1refactor: Logger store a local copy of the used setting value for guiDebug, update it went the settings have changed
sithlord48
2025-11-13 10:43:24 -05:00