- 14 Jul, 2016 3 commits
-
-
Andre Heinecke authored
Let's just assume that the user already knows he canceled.
-
Andre Heinecke authored
Now that we might have a working identify version we want to prefer that over our own detection if it is available. BUG: 170803
-
Andre Heinecke authored
-
- 13 Jul, 2016 2 commits
-
-
Andre Heinecke authored
This option does nothing now but will be used with the next commits. Needs GpgME 1.7 as base for GpgMEpp to work.
-
Andre Heinecke authored
This moves the two tabs with two options each in a single layout with groups. It also tries to find better wording for the "Quick Mode" where I did not understand the meaning and wording (what was a conflict when singing things supposed to mean?) With more descriptive options the need for what's this should be reduced and the strings are thus removed to avoid uninformative explanations.
-
- 06 Jul, 2016 1 commit
-
-
Andre Heinecke authored
By using the newly introduced PubkeyAlgo (5.2.81) and functions in GpgMEpp we can get rid of the direct dependency to GpgME. This removes the last direct use of gpgme.h in Kleopatra. Now we only have the dependency to GpgME++ and so no more problems when multiple GpgME++ Versions are avaialable where one is installed into GpgME's prefix.
-
- 25 Jun, 2016 1 commit
-
-
David Faure authored
-
- 17 Jun, 2016 5 commits
-
-
Andre Heinecke authored
This uses the same colors as KMail does. Should be moved into libkleo. This also changes how the stylesheet is applied to avoid inherting the stylesheet in the certificatedetailsdialog.
-
Andre Heinecke authored
Commands are now grouped together. This allows for example to decrypt / verify multiple files in one dialog instead of opening a dialog for each file.
-
Andre Heinecke authored
-
Andre Heinecke authored
Otherwise you can't have mutliple errors in a command because it would only show the last one.
-
Andre Heinecke authored
When multiple task results are quequed while all tasks are completed this might have resulted in multiple dones otherwise.
-
- 16 Jun, 2016 5 commits
-
-
Andre Heinecke authored
When a detached signature is verified it is important to show what was verified to prevent a "fake" detached signature. Previously this was only visible in the Operation Widget when creating the task.
-
Andre Heinecke authored
To be more robust with the new background keycache init we now check if the keycache is initialized when a find find function of the cache is used. This removes the need for callers to check if it is initalized. Fixes key resolving in Verify Results after rev. fe12ed2a broke it.
-
Andre Heinecke authored
findByFingerprint with a vector of fingerprints was not used and had confusing semantics as behavior differed from other findByFingerprint commands.
-
Andre Heinecke authored
-
Andre Heinecke authored
-
- 15 Jun, 2016 2 commits
-
-
Andre Heinecke authored
The startup should usually be quick enough that there is no need for a splashscreen. If it takes longer we now show an overlay over the keylistview and disable the keylistview. This leaves the splashscreen in the repo / installtion for now as there might be other uses for it. Maniphest Tasks: T2240
-
Andre Heinecke authored
-
- 14 Jun, 2016 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
FIXED-IN: 16.04.3 BUG: 364296
-
- 13 Jun, 2016 3 commits
-
-
Andre Heinecke authored
Same as signencryptfiles but working with folders. This was previously only doable in Kleopatra when called from command line or through GpgEX / Assuan
-
Andre Heinecke authored
With select files as a protected function we are more flexible when inheriting this command.
-
Andre Heinecke authored
Sinve rev. 22719ea9 users were allowed to unselect archiving even when a folder was selected. This leads to errors as we don't handle this case.
-
- 06 Jun, 2016 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 31 May, 2016 1 commit
-
-
Andre Heinecke authored
-
- 24 May, 2016 1 commit
-
-
Andre Heinecke authored
They were forgotten to add when kleopatra moved out.
-
- 23 May, 2016 6 commits
-
-
Andre Heinecke authored
Examine content can give a better classification of these files as they can contain any OpenPGP Data.
-
Andre Heinecke authored
This handles the keyLink directly in the resultitemwidget and fixes the behavior, by matching the expected format with the actual keylink format. BUG: 355084
-
Andre Heinecke authored
-
Andre Heinecke authored
Better placed as static factory functions in the Command class then in KleopatraApplication directly. This also simplifies the commandForFiles logic.
-
Andre Heinecke authored
-
Andre Heinecke authored
They were just forwarded but never ended up anywhere.
-
- 06 May, 2016 1 commit
-
-
Andre Heinecke authored
This fixes the build in case the GpgMEpp header files are taken from a GpgMEpp built from the GpgME repository where includes changed slightly.
-
- 04 May, 2016 1 commit
-
-
Laurent Montel authored
-
- 01 May, 2016 1 commit
-
-
Christophe Giboudeaux authored
-
- 28 Apr, 2016 1 commit
-
-
Andre Heinecke authored
The ifdef in the kleopageconfigdialog to only add code if KCMUtils was not found breaks automoc as it still compiles the moc for the class and then has undefined references.
-
- 27 Apr, 2016 1 commit
-
-
Andre Heinecke authored
WIN32 define is compiler specific so it's better to include QtGlobal for Q_OS_WIN
-