Page MenuHome GnuPG

gpgexProject
ActivePublic

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Recent Activity

Mar 13 2024

ebo added a project to T4030: GpgEX: Use process calls instead of UIServer protocol: Restricted Project.
Mar 13 2024, 3:04 PM · Restricted Project, gpgex, gpg4win

Feb 21 2024

werner closed T6990: GpgEX translate in Italian language as Resolved.

Thanks for your work. I applied it to Gpgex.

Feb 21 2024, 3:27 PM · gpgex, i18n

Feb 14 2024

aheinecke claimed T6987: Improve Italian translate in Gpg4win.

Will do. Thank you very much.

Feb 14 2024, 10:36 AM · gpgex, i18n, gpg4win

Nov 3 2023

aheinecke moved T6331: Gpg4win: Replace GpgEX functionality through Windows registry from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 3 2023, 8:47 AM · gpgex, gpg4win, Restricted Project

Sep 27 2023

ebo added a comment to T6727: GpgEX: Unicode in file or foldername causes error.

Edit: The text below was wrong. The error given below only occurs when the combined path+filenmae is to long on windows.
An emoticon in a file below the folder to be encrypted does not hinder encryption via GpgEX.

Sep 27 2023, 11:08 AM · gpgex, Restricted Project

Sep 21 2023

aheinecke claimed T6727: GpgEX: Unicode in file or foldername causes error.

Not sure yes If I rather fix this or do: T6331

Sep 21 2023, 11:15 AM · gpgex, Restricted Project

Sep 20 2023

ebo renamed T6727: GpgEX: Unicode in file or foldername causes error from GpgEX: Unicode in file or foldername to GpgEX: Unicode in file or foldername causes error.
Sep 20 2023, 4:34 PM · gpgex, Restricted Project
ebo added projects to T6727: GpgEX: Unicode in file or foldername causes error: Restricted Project, gpgex.
Sep 20 2023, 2:56 PM · gpgex, Restricted Project

Jul 24 2023

ebo moved T5915: Allow Registry configuration of GpgEX from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 24 2023, 2:12 PM · Restricted Project, Feature Request, gpgex

Jan 10 2023

aheinecke added a comment to T6331: Gpg4win: Replace GpgEX functionality through Windows registry.

Note to self after spending some time searching again for the documentation I saw previously about this: https://learn.microsoft.com/en-us/windows/win32/shell/context-menu-handlers#suppressing-verbs-and-controlling-visibility

Jan 10 2023, 4:43 PM · gpgex, gpg4win, Restricted Project
aheinecke moved T6331: Gpg4win: Replace GpgEX functionality through Windows registry from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jan 10 2023, 1:08 PM · gpgex, gpg4win, Restricted Project

Jan 5 2023

aheinecke triaged T6331: Gpg4win: Replace GpgEX functionality through Windows registry as Normal priority.
Jan 5 2023, 11:26 AM · gpgex, gpg4win, Restricted Project

May 9 2022

aheinecke closed T5273: Release Gpg4win 4.x.x, a subtask of T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed, as Resolved.
May 9 2022, 9:29 AM · gpgex
aheinecke closed T5915: Allow Registry configuration of GpgEX as Resolved.
May 9 2022, 9:17 AM · Restricted Project, Feature Request, gpgex

Apr 21 2022

aheinecke closed T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed as Resolved.
Apr 21 2022, 9:58 AM · gpgex

Apr 1 2022

werner triaged T5915: Allow Registry configuration of GpgEX as Normal priority.
Apr 1 2022, 11:38 AM · Restricted Project, Feature Request, gpgex

Jan 22 2022

werner triaged T5492: Kleopatra does not report error when calculating checksums and checksum file can not be written as Normal priority.
Jan 22 2022, 6:18 PM · kleopatra, gpgex, Bug Report, gpg4win

Oct 10 2021

werner closed T5613: GpgEX does not use CSIDL_LOCAL_APPDATA as Resolved.

Fixed in gpgex 1.0.8

Oct 10 2021, 6:53 PM · Windows, kleopatra, gpgex

Sep 23 2021

ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Patch has been applied to Kleopatra. See T5619: Kleopatra does not create the UI-Server socket in the socketdir.

Sep 23 2021, 10:18 AM · Windows, kleopatra, gpgex

Sep 22 2021

werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Okay.

Sep 22 2021, 4:59 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Alternative patch for Kleopatra:

diff --git a/src/uiserver/uiserver.cpp b/src/uiserver/uiserver.cpp
index d9746f0b..ab4d2ca7 100644
--- a/src/uiserver/uiserver.cpp
+++ b/src/uiserver/uiserver.cpp
@@ -23,6 +23,8 @@
 #include "kleopatra_debug.h"
 #include <KLocalizedString>
Sep 22 2021, 4:45 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

Not from understanding. libkleo adds high-level functionality that's useful for KDE applications, but out-of-scope for gpgme and its C++/Qt wrappers gpgme++ and qgpgme. I would use GpgME::dirInfo() directly in Kleopatra. It would make sense to add an overload of GpgME::dirInfo() that takes an enum, so that one does not have to use the low-level string names in Kleopatra. The downside is that a string-based interface can be extended easily. OTOH, deprecating values of a string-based interface is hard and after removing it the compiler won't complain.

Sep 22 2021, 4:24 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

We want to deprecate the whole UI-Server thing and thus I considered it better to provide the generic socket dir instead of adding support in libkleo for the uiserver socket. For the time being, doing this in Kleopatra sounds better to me. From my understanding. libkleo shall be an interface to gpgme++, right?

Sep 22 2021, 4:10 PM · Windows, kleopatra, gpgex
ikloecker added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

gpgme_get_dirinfo does already have support for "uiserver-socket" since about 7 years. I don't think a separate "socketdir" which requires a brand new gpgme makes much sense.

Sep 22 2021, 4:02 PM · Windows, kleopatra, gpgex
werner placed T5613: GpgEX does not use CSIDL_LOCAL_APPDATA up for grabs.
Sep 22 2021, 12:25 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

For Kleopatra this patch


should be sufficient. Take care this is fully untested and not very elegant.

Sep 22 2021, 12:24 PM · Windows, kleopatra, gpgex
werner added a comment to T5613: GpgEX does not use CSIDL_LOCAL_APPDATA.

It will be useful to have support in libkleo:

.

Sep 22 2021, 10:41 AM · Windows, kleopatra, gpgex

Sep 21 2021

werner triaged T5613: GpgEX does not use CSIDL_LOCAL_APPDATA as High priority.
Sep 21 2021, 4:16 PM · Windows, kleopatra, gpgex

Aug 13 2021

werner changed the edit policy for gpgex.
Aug 13 2021, 11:03 PM

Jan 28 2021

aheinecke added a subtask for T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed: T5273: Release Gpg4win 4.x.x.
Jan 28 2021, 10:39 AM · gpgex
aheinecke created T5272: GpgEx: Incorrect spawn of UI Server can cause a c:\Program.exe to be executed.
Jan 28 2021, 8:45 AM · gpgex

Aug 13 2020

Elme34 closed T4967: Right Click for encryption on file doesn't work as Resolved.
Aug 13 2020, 3:18 PM · gpgex, gpg4win, Bug Report
Elme34 added a comment to T4967: Right Click for encryption on file doesn't work .

Thanks a lot.

Aug 13 2020, 3:17 PM · gpgex, gpg4win, Bug Report

Aug 7 2020

GnuPGP_Sebastien added a comment to T4967: Right Click for encryption on file doesn't work .

Thanks Andre,

Aug 7 2020, 3:10 PM · gpgex, gpg4win, Bug Report

Aug 6 2020

aheinecke changed the status of T4967: Right Click for encryption on file doesn't work from Open to Testing.

We have released 3.1.12 which updated all the GUI libraries Kleopatra uses and I got some feedback in related issues like T4689 that this might have helped.

Aug 6 2020, 10:16 AM · gpgex, gpg4win, Bug Report

Jul 1 2020

aheinecke added a comment to T4967: Right Click for encryption on file doesn't work .

I think this might be the issue with High DPI support problems. T4819 which is not yet released.

Jul 1 2020, 5:14 PM · gpgex, gpg4win, Bug Report

Jun 29 2020

werner added projects to T4967: Right Click for encryption on file doesn't work : gpg4win, gpgex.
Jun 29 2020, 9:25 AM · gpgex, gpg4win, Bug Report

May 11 2020

zorvek added a comment to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

I see no reason to not allow decryption of an entire folder recursively. The user knows what they are doing by right-clicking a folder instead of a file. You can show a progress dialog with a cancel button.

May 11 2020, 9:38 PM · gpgex, Windows

May 8 2020

aheinecke claimed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

Right. GpgEX is in serious need of polishing. I'm not sure if I'm in favor of processing all files recursively. But then the decrypt option should not even be shown.

May 8 2020, 3:07 PM · gpgex, Windows
aheinecke renamed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling from Windows 10 Right-Click Unencrypted Folder Handling to GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.
May 8 2020, 3:03 PM · gpgex, Windows
aheinecke renamed T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling from Windows 10 Right-Click Folder Errors to Windows 10 Right-Click Unencrypted Folder Handling.
May 8 2020, 3:03 PM · gpgex, Windows

Apr 17 2020

zorvek added a comment to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling.

3.1.11

Apr 17 2020, 9:10 PM · gpgex, Windows
werner added projects to T4916: GpgEX: Windows 10 Right-Click Unencrypted Folder Handling: Windows, gpgex.

Please let us know which version of Gpg4win you are using.

Apr 17 2020, 4:40 PM · gpgex, Windows

Nov 12 2019

aheinecke raised the priority of T4030: GpgEX: Use process calls instead of UIServer protocol from Wishlist to Normal.

This should be normal priority as we continue to receive bug reports about UIServer and the usage in GpgEX of the UIServer protocol keeps us from removing it in Kleopatra.

Nov 12 2019, 11:02 AM · Restricted Project, gpgex, gpg4win
aheinecke added a subtask for T4748: GpgEX: Allow updating through Gpg4win: T4746: Gpg4win: Silent updates.
Nov 12 2019, 10:19 AM · gpg4win, gpgex
aheinecke created T4748: GpgEX: Allow updating through Gpg4win.
Nov 12 2019, 10:19 AM · gpg4win, gpgex

Feb 27 2019

aheinecke claimed T4355: GpgEX/Verify: signature with non-standard file name causes misleading error message .

I'll try to reproduce it.

Feb 27 2019, 12:54 PM · gpgex, Bug Report

Jan 30 2019

werner added a project to T4355: GpgEX/Verify: signature with non-standard file name causes misleading error message : gpgex.
Jan 30 2019, 6:49 PM · gpgex, Bug Report

Jun 18 2018

aheinecke closed T3387: explorer context menu items do not start Kleopatra as Resolved.

We did not have more reports about this so I'm resolving it here.

Jun 18 2018, 4:41 PM · gpgex, gpg4win, Bug Report
aheinecke created T4030: GpgEX: Use process calls instead of UIServer protocol.
Jun 18 2018, 4:39 PM · Restricted Project, gpgex, gpg4win