With the above patch for breeze the toolbar and the configuration dialog title now also look correct in high-contrast mode.
Use `git ls-files` instead of `find` to list the patches
Do not remove unrelated stamp files on clean-PACKAGE
Add patch for supporting high-contrast mode in Breeze
verein: State that the Verein has been dissolved
web: Remove the legacy warning for NtbTLS.
l10n daemon script <scripty@kde.org> committed
rLIBKLEO6d15309a23c7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA6a3e49fcc819: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO25cee6f79f66: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA96e2e1ec9302: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
l10n daemon script <scripty@kde.org> committed
rLIBKLEOa9a4e730cc05: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAfec6ad885684: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO3e3f10ff3350: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
ah, sorry then, i haven't tested multistore/-user yet. i just assumed, it would switch the tree root.
If the password store root folder would be included in the tree, it would be possible to show all configured stores simultanously (e.g. with an additional name attribute in the store configuration). On the other hand, a conscious decision to switch the profile might be preferable to prevent user mistakes and over-the-shoulder information leaks.
Fix broken root index after search with no results
The wrong/inconsistent coloring of the icons has been fixed.
Backport Qt patch which fixes icon loading with KDE's icon engine plugin
Add patches for supporting high-contrast mode in KF6
Enforce Breeze icon theme for all icons
Revert "Don't instantiate KColorSchemeManager if high contrast mode is active"
Filter by plain text, not regex
Fix search being imcomplete
Make t-dn also work for Qt 5
Code cleanup/beautification for the DN parser
Improve distinguished name parser
We have done all of this and the rest of the work is now in T7593
• werner added a hashtag to
kleopatra:
#kleo.
scd,w32: Fix posssible lockup due to lost select results.
scd,w32: Fix posssible lockup due to lost select results.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA9a95ca4c18b6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA67b9d873a29c: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAef77b256b10b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA3cd304caf5d2: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAc114445f8ce5: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Fix T7079 by adding new level 3 icons
Update news to prepare for 2.6.0
Fix T6646, Show signature status in ribbon for filesystem Emails
Fix T7590, crash on cancel
Fix T7485, Using "Permanently decrypt" after cancelling ...
Fix T5681, Handle ReadAsPlain from Policies first
Okay, thanks, I may join it later.
Update gpgol to a 2.6.0 beta
Add standard command line options
Make a single instance application
Make a single instance application
sha1sum: Fix hashing for data >= 256 GiB
“Some stupid with a faulty editor burned down the the stripped trailing spaces; time was running out need to find another commit"
I did not run the full tests becaue those would take some hours but one test case using the genhashdata tool from the libgcrypt test suite gives the correct value (see genhashdata.c source)
sha1sum: Fix hashing for data >= 256 GiB
Make a single instance application
the included tools are intended to bootstrap things and are not optimized in any way. We don't run large data test either. Someone will look into it, thoigh. A better way is to use
l10n daemon script <scripty@kde.org> committed
rMTPafd18598220d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Also update gpgme and gpgmepp SO names for install-ex
Pushed all changes to master.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA4f36f8e1c821: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
mpi:ec: Introduce ec_*_lli for Weierstrass curves to be less leaky.
mpi:ec: Use affine coordinate for mpi_ec_mul_point_lli.
mpi:ec: Don't normalize the MPIs when GCRYECC_FLAG_LEAST_LEAK.
mpi:ec: Resize when GCRYECC_FLAG_LEAST_LEAK.
cipher:ecc: Introduce GCRYECC_FLAG_LEAST_LEAK.
mpi:ec: Refactor _gcry_mpi_ec_mul_point
mpi:ec: Keep A untouched in ec_get_a_is_pminus3.
mpi:ec: Remove runtime check in ec_mod.
mpi:ec: Use ec_addm for ec_mul2.