Project for gpgpass the GnuPG Password Manager
Details
Yesterday
Thu, Mar 27
Wed, Mar 26
Tue, Mar 25
Sun, Mar 23
Fri, Mar 21
Thu, Mar 20
Fri, Mar 14
BTW, do we really need a C++ API for this? Might make sense due to the need for a context.
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.
Window is open:
@ebo: What does the MainWindow section in gpgpasstaterc contain?
The versioninfo.txt line of 5.0Beta-145 for gpgpass is:
It seems to work here on Windows and Linux
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.)
Feb 26 2025
New API gpgme_op_random_bytes is now in master (gpgme 2.0). Use tests/run-genrandom --help for testing. Extra features will come soon.
Jan 29 2025
Jan 24 2025
Why do we need a word list if we are a password storage tool?
Dec 18 2024
Dec 16 2024
Dec 13 2024
(ignore the last commit, I assigned the wrong task to it)