Add hack to make it build with msvc
Fix some build-parts with msvc
Autodelete reencrypt job. This makes the rest of the structure know it is gone
Only one reencrypt dialog
choosekeydialog: Don't double connect buttons
Disable OK button in reencrypt dialog when all input fields are empty
Move choosekeydialog to ui files
Fix build after last merge
Renamed .ui files to better reflect their content
Fix ui stack order and implement safe guard
Allow to go back from certificate creation
Hook up minimize button, and fix moving of show-on-startup
Move backbutton out of top bar
Move show-on-startup to a dialog page and not as a permantent widget
Indent remote host input field
i18n: updated .pot files an german translations
removed "new" from the welcome page as the add-in also works with classic…
refined the local client UI for a more intuitive flow
Use slightly more modern cmake execute process call
Update completion keyring on keyring changes
Update completion keyring on keyring changes
Ask the user to install certificates first
KeyCache: use weak/shared_ptr without exceptions
Apply 1 suggestion(s) to 1 file(s)
(Please squash) Use make_shared
(Please squash) Move function and document not to use it
KeyCache: use weak/shared_ptr without exceptions
(Please squash) Move function and document not to use it
(Please squash) Use make_shared
Add some documentation about FileSystemWatcher
KeyCache: use weak/shared_ptr without exceptions
Add some documentation about FileSystemWatcher
Optional format fingerprints with colons
Add some cppcheck suppressions
Add some cppcheck suppressions
Optional format fingerprints with colons
Ask the user to install certificates first
Send entire certificate chain if available
Split the ui file into the 4 pages it consists of
Round trip ui-file with designer. No expected changes.
Split the ui file into the 4 pages it consists of
Round trip ui-file with designer. No expected changes.
Send entire certificate chain if available
Drop unused lambda capture
T7773: Select how to treat unencrypted mails
Start local server after keygen
Drop unused lambda capture
Review comments. Will squash on merge
T7773: Select how to treat unencrypted mails
First time setup - dont leak agents and gnupghome
We also discussed emails that can't be decrypted. They are due to implementation details just currently skipped. They will also be so in the future as an implementation detail.
First time setup - dont leak agents and gnupghome
m_controller autodeletes, let it be recreated and don't crash if going back and…
Fix error handling on key creation
Connect to KJob::result rather than ::finished as documentation says
make CheckIfCertificateIsGenerated static.
mimetreeparsertest: Use string literal inline operators
Don't run v5 tests if not supported by engine
Do some sort of life time management between the reencryptjob and the attached…
Don't stop processing of jobs if we hit an error
Don't allow editing entries in read-only model
Remove some ewsitembase functions that makes object slicing possible
Ensure EwsGetFolderContentRequest actually finishes
Fix signature of EwsFolder::addChild (currently unused)
Don't leak EwsFindItemResponse (and all their EwsItem|s)
Document some leaks in unused file
Don't leak found EwsItems
We have now improved error messages, and this, combined with what could be considered a setup issue, I think we can consider this done for now.
Set email subject as window title
Simplify truststore interaction
Provide a test page to help figure out if web browser/certificate is set up
Add --help to cert generator
Set email subject as window title
Should current behavior of 'starting with no arguments' be preserved? or should we add a or or similar ?
Add hack to make it build with msvc
Fix some build-parts with msvc
If keyboxd sometimes takes 6 seconds, then I'm not surprised that stuff times out after 8 seconds occasionally. Or well. we need more numbers to determine that.
@ikloecker is needed to be forward ported to split gpgmepp ?
The only time I succeded in reproducing this was when I broke my gnupg setup and got a mix between gpg from one version and gpg-agent from another.
Dbus-by-default off on windows and similar
KWatchGnupg build: use dbus link variable
Link autotests on windows; The uniqueservice stuff needs kf6i18n and…