pinentry-tqt for the trinity desktop (former KDE3/Qt3 code)

deloptes deloptes at gmail.com
Sat Oct 21 17:00:06 CEST 2017


Thank you Damien, really appreciate it.
I'll be traveling next week, but the week after I might have time to test
it and give feedback.
I'll ask on TDE devel list if someone else is willing to test and give feed
back.

Thank you again
Kind regards

On Sat, Oct 21, 2017 at 1:41 PM, Damien Goutte-Gattat <
dgouttegattat at incenp.org> wrote:

> On 10/11/2017 06:46 PM, deloptes wrote:
>
>> I wonder if Damien could help with the autotools stuff. It would ease the
>> enormously process.
>>
>
> I got a tentative patch which is working-for-me. It is too big (~ 140kb)
> to send on the mailing-list, so you can pull it from here:
>
>   git://git.incenp.org/pinentry.git pinentry-tqt
>
> As suggested elsewhere in the discussion by Werner, pinentry-tqt is only
> built if explicitly requested with --enable-pinentry-tqt. Furthermore, if
> any Qt version is detected, pinentry-qt must be explicitly disabled (with
> --disable-pinentry-qt) to allow building the TQt pinentry.
>
> I have tested this patch on Slackware and Debian systems, with TQt version
> R14.0.4. Further testing, especially from TDE users, is welcome.
>
> ----------------------------------------------------------------
> Damien Goutte-Gattat (1):
>       tqt: Add a TQt-based pinentry.
>
>  .gitignore             |    2 +
>  Makefile.am            |    9 +-
>  configure.ac           |   44 +-
>  tqt/Makefile.am        |   60 ++
>  tqt/README.SecQ        |   17 +
>  tqt/main.cpp           |  241 ++++++
>  tqt/pinentrydialog.cpp |  234 ++++++
>  tqt/pinentrydialog.h   |   92 +++
>  tqt/secqinternal.cpp   |  635 ++++++++++++++++
>  tqt/secqinternal_p.h   |  140 ++++
>  tqt/secqlineedit.cpp   | 1955 ++++++++++++++++++++++++++++++
> ++++++++++++++++++
>  tqt/secqlineedit.h     |  228 ++++++
>  tqt/secqstring.cpp     |  939 +++++++++++++++++++++++
>  tqt/secqstring.h       |  307 ++++++++
>  14 files changed, 4901 insertions(+), 2 deletions(-)
>  create mode 100644 tqt/Makefile.am
>  create mode 100644 tqt/README.SecQ
>  create mode 100644 tqt/main.cpp
>  create mode 100644 tqt/pinentrydialog.cpp
>  create mode 100644 tqt/pinentrydialog.h
>  create mode 100644 tqt/secqinternal.cpp
>  create mode 100644 tqt/secqinternal_p.h
>  create mode 100644 tqt/secqlineedit.cpp
>  create mode 100644 tqt/secqlineedit.h
>  create mode 100644 tqt/secqstring.cpp
>  create mode 100644 tqt/secqstring.h
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnupg-devel/attachments/20171021/d87a9dab/attachment.html>


More information about the Gnupg-devel mailing list