- 14 Jul, 2016 1 commit
-
-
Andre Heinecke authored
Let's just assume that the user already knows he canceled.
-
- 16 Jun, 2016 1 commit
-
-
Andre Heinecke authored
-
- 07 Mar, 2016 1 commit
-
-
Andre Heinecke authored
-
- 13 Oct, 2015 1 commit
-
-
Laurent Montel authored
-
- 16 Aug, 2015 1 commit
-
-
Laurent Montel authored
-
- 15 Aug, 2015 1 commit
-
-
Sergio Martins authored
-
- 29 Jul, 2015 1 commit
-
-
Laurent Montel authored
-
- 01 May, 2015 1 commit
-
-
Laurent Montel authored
-
- 29 Apr, 2015 1 commit
-
-
Laurent Montel authored
-
- 03 Nov, 2014 1 commit
-
-
Laurent Montel authored
-
- 15 Aug, 2014 1 commit
-
-
Laurent Montel authored
-
- 03 Jun, 2014 1 commit
-
-
Laurent Montel authored
-
- 05 Nov, 2013 1 commit
-
-
Stephen Kelly authored
The CMAKE_AUTOMOC feature is strict about the name of moc includes, and these ones do not match what they should. They are also unnecessary. CMAKE_AUTOMOC creates a separate file concatenating the moc files per-target.
-
- 19 Dec, 2012 1 commit
-
-
This commit fixes several of the compiler warning produced when compiling KDE PIM. The fixes are mostly for unused variables/parameters, and are throughout the subprojects of KDE PIM. REVIEW: 107812
-
- 29 May, 2012 1 commit
-
-
Allen Winter authored
GIT_SILENT
-
- 26 May, 2012 1 commit
-
-
Allen Winter authored
compile warnings-- BUG: 273522 FIXED-IN: 4.9.0 MERGE: none
-
- 29 Jul, 2011 1 commit
-
-
Laurent Montel authored
-
- 17 Aug, 2010 2 commits
-
-
Thomas McGuire authored
Merged revisions 1161061 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1161061 | mutz | 2010-08-09 17:38:31 +0200 (Mon, 09 Aug 2010) | 1 line DecryptVerifyFilesController: auto-detect archives (based on ArchiveDefinition::extensions() only) ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=1164639
-
Thomas McGuire authored
Merged revisions 1161027 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1161027 | mutz | 2010-08-09 16:12:51 +0200 (Mon, 09 Aug 2010) | 1 line DecryptVerifyFilesController: support the ArchiveDefinition returned from DecryptVerifyOperationWidget ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=1164638
-
- 09 Aug, 2010 2 commits
- 16 Mar, 2010 1 commit
-
-
Thomas McGuire authored
Merged revisions 1103638 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1103638 | mutz | 2010-03-15 16:12:07 +0100 (Mon, 15 Mar 2010) | 1 line Crypto::Controller: make error() signal private; add setLastError() for existing users ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=1103980
-
- 15 Mar, 2010 1 commit
-
-
Marc Mutz authored
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1103638
-
- 02 Mar, 2010 1 commit
-
-
Thomas McGuire authored
Merged revisions 1095058 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1095058 | mutz | 2010-02-23 16:52:48 +0100 (Tue, 23 Feb 2010) | 11 lines DecryptVerifyFilesController: fix verification of opaquely signed messages - gpgme_op_decrypt_verify only works for opaquely signed messages when protocol==OpenPGP, so we now classify the input file in the DecryptVerifyOpaque case and only use DecryptVerifyTask if the input is potential ciphertext, otherwise we use VerifyOpaqueTask. Partly fixes kolab/issue4156 (gpg4win). What's missing is either bullet-proof classification (also for binary content) or a way for the user to select decrypt over verify-opaque in the UI. ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=1097967
-
- 23 Feb, 2010 1 commit
-
-
Marc Mutz authored
- gpgme_op_decrypt_verify only works for opaquely signed messages when protocol==OpenPGP, so we now classify the input file in the DecryptVerifyOpaque case and only use DecryptVerifyTask if the input is potential ciphertext, otherwise we use VerifyOpaqueTask. Partly fixes kolab/issue4156 (gpg4win). What's missing is either bullet-proof classification (also for binary content) or a way for the user to select decrypt over verify-opaque in the UI. svn path=/branches/kdepim/enterprise4/kdepim/; revision=1095058
-
- 27 Oct, 2009 1 commit
-
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1039808 | mutz | 2009-10-24 18:52:18 +0200 (Sat, 24 Oct 2009) | 1 line Port DecryptVerifyFilesCommand away from AssuanCommand::files() ........ SVN_MERGE svn path=/trunk/KDE/kdepim/kleopatra/; revision=1041079
-
- 24 Oct, 2009 2 commits
- 21 Oct, 2008 2 commits
-
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim ................ r866407 | tmcguire | 2008-09-30 21:33:02 +0200 (Tue, 30 Sep 2008) | 9 lines Merged revisions 860265 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r860265 | mutz | 2008-09-12 15:14:49 +0200 (Fri, 12 Sep 2008) | 1 line If both A and A.p7s exist, assume the latter to be a detached sig over the former, instead of assuming it's an opaque signature and A just happens to be lying around ........ ................ svn path=/branches/KDE/4.1/kdepim/; revision=874564
-
Thomas McGuire authored
-- Merged revisions 858191,858194,858196-858202,858204-858205,858207,858209-858217,858219-858220,858222,858252,858257,860241,860243-860245,860247-860249 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim ................ r858191 | tmcguire | 2008-09-07 17:13:59 +0200 (Sun, 07 Sep 2008) | 11 lines Merged revisions 856635 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856635 | osterfeld | 2008-09-03 14:26:09 +0200 (Wed, 03 Sep 2008) | 4 lines when doing D/V, ignore verification results with no error set and no signatures contained, which just means that there was no signature. BUG:170241 ........ ................ r858194 | tmcguire | 2008-09-07 17:15:05 +0200 (Sun, 07 Sep 2008) | 12 lines Merged revisions 856726 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856726 | osterfeld | 2008-09-03 18:58:55 +0200 (Wed, 03 Sep 2008) | 6 lines add optional parentWidget to Kleo::Command, which must be used for all dialogs opened by the command if no view() is given (thus the new method parentWidgetOrView()) Use parentWidgetOrView() instead of view() in all command implementations BUG:169973 ........ ................ r858196 | tmcguire | 2008-09-07 17:17:45 +0200 (Sun, 07 Sep 2008) | 10 lines Merged revisions 856324 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856324 | osterfeld | 2008-09-02 18:39:03 +0200 (Tue, 02 Sep 2008) | 3 lines add the possibility to check/uncheck protocols used for signing if the usage mode allows it. BUG:166732 ........ ................ r858197 | tmcguire | 2008-09-07 17:18:43 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 856952 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856952 | osterfeld | 2008-09-04 11:24:11 +0200 (Thu, 04 Sep 2008) | 1 line set the readonly vs. checkbox mode of the signing options correctly ........ ................ r858198 | tmcguire | 2008-09-07 17:19:07 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 856974 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856974 | osterfeld | 2008-09-04 12:46:57 +0200 (Thu, 04 Sep 2008) | 1 line double escaping is not necessary anymore, since 4.4.0 ........ ................ r858199 | tmcguire | 2008-09-07 17:19:33 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857033 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857033 | mutz | 2008-09-04 15:31:15 +0200 (Thu, 04 Sep 2008) | 1 line Use correct predicate (std::string::operator== doesn't take case-sensitivity into account, ByEmail does). ........ ................ r858200 | tmcguire | 2008-09-07 17:20:10 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857036 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857036 | mutz | 2008-09-04 15:39:20 +0200 (Thu, 04 Sep 2008) | 1 line This couldn't have worked - fixes inconsistent by.email index ........ ................ r858201 | tmcguire | 2008-09-07 17:20:35 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857037 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857037 | mutz | 2008-09-04 15:44:46 +0200 (Thu, 04 Sep 2008) | 1 line Simplify (faster, too). ........ ................ r858202 | tmcguire | 2008-09-07 17:21:00 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857038 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857038 | mutz | 2008-09-04 15:46:21 +0200 (Thu, 04 Sep 2008) | 1 line oops ........ ................ r858204 | tmcguire | 2008-09-07 17:21:24 +0200 (Sun, 07 Sep 2008) | 10 lines Merged revisions 857040 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857040 | mutz | 2008-09-04 15:52:08 +0200 (Thu, 04 Sep 2008) | 2 lines Return a PROTOCOL status line from (non-informative) SENDER; it's not perfect, but it's all we've got time for right now. Specifically, this doesn't use user interaction to resolve an ambigious sender, and it doesn't wait for the key cache to be filled before answering. BUG:166733 ........ ................ r858205 | tmcguire | 2008-09-07 17:21:50 +0200 (Sun, 07 Sep 2008) | 10 lines Merged revisions 857055 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857055 | mutz | 2008-09-04 16:57:59 +0200 (Thu, 04 Sep 2008) | 2 lines Add five lines of text to the minimal height of the tabwidget. Brute-force fix for BUG:167146 ........ ................ r858207 | tmcguire | 2008-09-07 17:22:15 +0200 (Sun, 07 Sep 2008) | 13 lines Merged revisions 857076 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857076 | osterfeld | 2008-09-04 18:06:05 +0200 (Thu, 04 Sep 2008) | 7 lines when looking for an issuer certificate, do not use internalPointer() but cleanChainID( key ) internalPointer() is set to 0 for top level keys, even if they have a non existing parent. That then leads to a stale entry in mKeysByExistingParent, which triggers an assertion when the parent is re-added. BUG:168910 ........ ................ r858209 | tmcguire | 2008-09-07 17:23:51 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857081 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857081 | mutz | 2008-09-04 18:27:01 +0200 (Thu, 04 Sep 2008) | 1 line Allow pages to change the wizard title. ........ ................ r858210 | tmcguire | 2008-09-07 17:24:17 +0200 (Sun, 07 Sep 2008) | 10 lines Merged revisions 857082 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857082 | mutz | 2008-09-04 18:28:37 +0200 (Thu, 04 Sep 2008) | 2 lines Change the wizard window title when the operation selection changes. BUG:170240 ........ ................ r858211 | tmcguire | 2008-09-07 17:24:42 +0200 (Sun, 07 Sep 2008) | 10 lines Merged revisions 857085 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857085 | mutz | 2008-09-04 18:40:52 +0200 (Thu, 04 Sep 2008) | 2 lines Don't duplicate patterns BUG:169971 ........ ................ r858212 | tmcguire | 2008-09-07 17:25:19 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857290 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857290 | tilladam | 2008-09-05 10:17:31 +0200 (Fri, 05 Sep 2008) | 1 line Handle the case of an unsigned but encrypted file which leads to an empty file name, without this. ........ ................ r858213 | tmcguire | 2008-09-07 17:25:43 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857305 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857305 | tilladam | 2008-09-05 10:54:16 +0200 (Fri, 05 Sep 2008) | 1 line Better fix for the case of an unsigned, wrongly named encrypted file. We know assume encrypted and allow the user to chose signature and then select the input data. ........ ................ r858214 | tmcguire | 2008-09-07 17:26:07 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857308 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857308 | mutz | 2008-09-05 11:08:41 +0200 (Fri, 05 Sep 2008) | 1 line Put loop into !empty() branch, as it's too subtle that it's not executed simply b/c the container is empty. Add some const. ........ ................ r858215 | tmcguire | 2008-09-07 17:26:32 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857310 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857310 | mutz | 2008-09-05 11:25:46 +0200 (Fri, 05 Sep 2008) | 1 line --debug ........ ................ r858216 | tmcguire | 2008-09-07 17:26:58 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857380 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857380 | mutz | 2008-09-05 12:30:03 +0200 (Fri, 05 Sep 2008) | 2 lines For the 10th time: Don't quit-on-close. ........ ................ r858217 | tmcguire | 2008-09-07 17:27:22 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857396 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857396 | mutz | 2008-09-05 12:38:16 +0200 (Fri, 05 Sep 2008) | 1 line this is -rc5 ........ ................ r858219 | tmcguire | 2008-09-07 17:27:47 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857410 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857410 | mutz | 2008-09-05 12:48:51 +0200 (Fri, 05 Sep 2008) | 1 line Sigh, I think I've changed this line thrice already :) ........ ................ r858220 | tmcguire | 2008-09-07 17:28:12 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857444 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857444 | mutz | 2008-09-05 14:12:53 +0200 (Fri, 05 Sep 2008) | 1 line Better fix for don't-quit-on-close. Thanks dfaure for the help! ........ ................ r858222 | tmcguire | 2008-09-07 17:28:39 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857486 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857486 | mutz | 2008-09-05 16:08:46 +0200 (Fri, 05 Sep 2008) | 1 line Don't duplicate tabs when doing a ->minimize->restore cycle. ........ ................ r858252 | tmcguire | 2008-09-07 18:15:41 +0200 (Sun, 07 Sep 2008) | 9 lines Merged revisions 857047 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857047 | mutz | 2008-09-04 16:32:44 +0200 (Thu, 04 Sep 2008) | 1 line Less settings stuff, might fix something. ........ ................ r858257 | tmcguire | 2008-09-07 18:26:50 +0200 (Sun, 07 Sep 2008) | 2 lines Add missing file. ................ r860241 | tmcguire | 2008-09-12 14:26:24 +0200 (Fri, 12 Sep 2008) | 10 lines Merged revisions 856547 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r856547 | osterfeld | 2008-09-03 10:17:29 +0200 (Wed, 03 Sep 2008) | 3 lines remove non-leave keys from the model too (for now by rebuilding it), avoiding entries in the view whose key was actually deleted, which then leads to "ambigous name" errors BUG:165470 ........ ................ r860243 | tmcguire | 2008-09-12 14:27:13 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858454 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858454 | osterfeld | 2008-09-08 09:03:34 +0200 (Mon, 08 Sep 2008) | 1 line test cases for --protocol missing ........ ................ r860244 | tmcguire | 2008-09-12 14:27:39 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858464 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858464 | osterfeld | 2008-09-08 09:17:09 +0200 (Mon, 08 Sep 2008) | 1 line allow unknown protocol for SIGN ........ ................ r860245 | tmcguire | 2008-09-12 14:28:03 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858487 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858487 | osterfeld | 2008-09-08 10:17:27 +0200 (Mon, 08 Sep 2008) | 1 line ignore irrelevant verification results also when formatting the result details ........ ................ r860247 | tmcguire | 2008-09-12 14:29:02 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858732 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858732 | osterfeld | 2008-09-08 17:34:13 +0200 (Mon, 08 Sep 2008) | 1 line do not use S/E Files caption for email, move dynamic window title updating to the validator(which is slighly misnamed now) ........ ................ r860248 | tmcguire | 2008-09-12 14:29:26 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858746 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858746 | osterfeld | 2008-09-08 18:26:50 +0200 (Mon, 08 Sep 2008) | 1 line do not assert if gnupg home does not exist, try to create the dir ........ ................ r860249 | tmcguire | 2008-09-12 14:29:51 +0200 (Fri, 12 Sep 2008) | 9 lines Merged revisions 858755 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r858755 | osterfeld | 2008-09-08 18:49:30 +0200 (Mon, 08 Sep 2008) | 1 line refactor so that the uiserver tries to create gnupg home if non-existant on all platforms ........ ................ svn path=/branches/KDE/4.1/kdepim/; revision=874550
-
- 30 Sep, 2008 1 commit
-
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r860265 | mutz | 2008-09-12 15:14:49 +0200 (Fri, 12 Sep 2008) | 1 line If both A and A.p7s exist, assume the latter to be a detached sig over the former, instead of assuming it's an opaque signature and A just happens to be lying around ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=866407
-
- 12 Sep, 2008 1 commit
-
-
Marc Mutz authored
If both A and A.p7s exist, assume the latter to be a detached sig over the former, instead of assuming it's an opaque signature and A just happens to be lying around svn path=/branches/kdepim/enterprise4/kdepim/; revision=860265
-
- 07 Sep, 2008 3 commits
-
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857308 | mutz | 2008-09-05 11:08:41 +0200 (Fri, 05 Sep 2008) | 1 line Put loop into !empty() branch, as it's too subtle that it's not executed simply b/c the container is empty. Add some const. ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=858214
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857305 | tilladam | 2008-09-05 10:54:16 +0200 (Fri, 05 Sep 2008) | 1 line Better fix for the case of an unsigned, wrongly named encrypted file. We know assume encrypted and allow the user to chose signature and then select the input data. ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=858213
-
Thomas McGuire authored
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r857290 | tilladam | 2008-09-05 10:17:31 +0200 (Fri, 05 Sep 2008) | 1 line Handle the case of an unsigned but encrypted file which leads to an empty file name, without this. ........ svn path=/trunk/KDE/kdepim/kleopatra/; revision=858212
-
- 05 Sep, 2008 3 commits
-
-
Marc Mutz authored
Put loop into !empty() branch, as it's too subtle that it's not executed simply b/c the container is empty. Add some const. svn path=/branches/kdepim/enterprise4/kdepim/; revision=857308
-
Till Adam authored
Better fix for the case of an unsigned, wrongly named encrypted file. We know assume encrypted and allow the user to chose signature and then select the input data. svn path=/branches/kdepim/enterprise4/kdepim/; revision=857305
-
Till Adam authored
svn path=/branches/kdepim/enterprise4/kdepim/; revision=857290
-
- 03 Jul, 2008 1 commit
-
-
Thomas McGuire authored
to preserve history. Splitting up the already commited kleo merge did not work, there were all kind of problems and conflicts. svn path=/trunk/KDE/kdepim/kleopatra/; revision=827660
-
- 26 Jun, 2008 1 commit
-
-
Frank Osterfeld authored
svn path=/branches/kdepim/enterprise4/kdepim/; revision=824693
-