User Details
- User Since
- Jul 24 2020, 9:57 AM (244 w, 6 d)
- Availability
- Busy Busy until Jul 29 2030.
Today
With the above patch for breeze the toolbar and the configuration dialog title now also look correct in high-contrast mode.
Yesterday
The wrong/inconsistent coloring of the icons has been fixed.
Tue, Apr 1
Fri, Mar 28
Wed, Mar 26
After T7587: Kleopatra: High contrast mode isn't respected anymore was fixed this is what the buttons look like in Gpg4win 5:
Fixed. There are still some problems with the icons but those will be dealt with in a separate subticket of T6932: Icons, darkmode and stuff.
Tue, Mar 25
kleopatrarc, kleopatrastaterc, klanguageoverriderc, libkleopatrarc, and kxmlgui5/kleopatra/kleopatra.rc are now copied from the old location used by Gpg4win 4.4/VSD 3.3 (%APPDATA%/kleopatra) to the new location used by Gpg4win 5 (%GNUPGHOME%/kleopatra) if they do not yet exist at the new location. This is also logged.
It seems that High Contrast mode is completely ignored with Qt 6/KF6 (at least with Breeze and the built-in default style).
Mon, Mar 24
I noticed that the signing key B0D589D46708EC99 is a certify-only key. That signatures made with this key are dropped could be another regression of the fix for dkj's DoS bug.
Tue, Mar 18
The migration of the group config file works again.
Mon, Mar 17
Done.
Fri, Mar 14
Re-opening because I think rGaa36f6ae8bae needs to be backported to GnuPG 2.4 (see T7568). The fix for T7309 which introduced the regression has been backported to GnuPG 2.4.
Thu, Mar 13
taking so that it's on my list
taking to check what's left
Wed, Mar 12
If RestorePositionForNextInstance=false is still there after gpgpass has been quit then either KMainWindow::closeEvent() didn't run or the dirty state config wasn't sync'd to disk. When reading the code in KMainWindow I was wondering if a sync() was missing, but in Kleopatra it worked without this.
This is about attachments of encrypted emails opened with the mail viewer that Carl wrote. If one opens those attachments with an external application then the decrypted attachments are written to temporary files. I don't see that this has anything to do with Kleopatra (unless the mail viewer is considered part of Kleopatra which, technically, it isn't).
@ebo: What does the MainWindow section in gpgpasstaterc contain?
Note: Restoring the last window location is a built-in feature of KMainWindow/KXmlGuiWindow. It should work out-of-the-box if one makes sure that KMainWindow::closeEvent() is called even if it's overwritten. (Instead of overwriting KMainWindow::closeEvent() the better approach is to overwrite KMainWindow::queryClose() which is what I changed in Kleopatra.)
Tue, Mar 11
Backported for VSD 3.3.x / Gpg4win 4.4.x