<div dir="ltr"><div><div><div>Hi Damien,<br></div>I'm sorry for bothering, but I had 5min free and cloned pinentry-tqt - I did not see tqt in this location.</div><div> git clone git://<a href="http://git.incenp.org/pinentry.git">git.incenp.org/pinentry.git</a> pinentry-tqt</div><div> ls pinentry-tqt/tqt<br> ls: cannot access 'pinentry-tqt/tqt': No such file or directory<br><br></div>I surely missed something.<br><br></div>regards<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 21, 2017 at 1:41 PM, Damien Goutte-Gattat <span dir="ltr"><<a href="mailto:dgouttegattat@incenp.org" target="_blank">dgouttegattat@incenp.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/11/2017 06:46 PM, deloptes wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I wonder if Damien could help with the autotools stuff. It would ease the<br>
enormously process.<br>
</blockquote>
<br></span>
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:<br>
<br>
git://<a href="http://git.incenp.org/pinentry.git" rel="noreferrer" target="_blank">git.incenp.org/pinentry.<wbr>git</a> pinentry-tqt<br>
<br>
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.<br>
<br>
I have tested this patch on Slackware and Debian systems, with TQt version R14.0.4. Further testing, especially from TDE users, is welcome.<br>
<br>
------------------------------<wbr>------------------------------<wbr>----<br>
Damien Goutte-Gattat (1):<br>
tqt: Add a TQt-based pinentry.<br>
<br>
.gitignore | 2 +<br>
Makefile.am | 9 +-<br>
<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> | 44 +-<br>
tqt/Makefile.am | 60 ++<br>
tqt/README.SecQ | 17 +<br>
tqt/main.cpp | 241 ++++++<br>
tqt/pinentrydialog.cpp | 234 ++++++<br>
tqt/pinentrydialog.h | 92 +++<br>
tqt/secqinternal.cpp | 635 ++++++++++++++++<br>
tqt/secqinternal_p.h | 140 ++++<br>
tqt/secqlineedit.cpp | 1955 ++++++++++++++++++++++++++++++<wbr>++++++++++++++++++<br>
tqt/secqlineedit.h | 228 ++++++<br>
tqt/secqstring.cpp | 939 +++++++++++++++++++++++<br>
tqt/secqstring.h | 307 ++++++++<br>
14 files changed, 4901 insertions(+), 2 deletions(-)<br>
create mode 100644 tqt/Makefile.am<br>
create mode 100644 tqt/README.SecQ<br>
create mode 100644 tqt/main.cpp<br>
create mode 100644 tqt/pinentrydialog.cpp<br>
create mode 100644 tqt/pinentrydialog.h<br>
create mode 100644 tqt/secqinternal.cpp<br>
create mode 100644 tqt/secqinternal_p.h<br>
create mode 100644 tqt/secqlineedit.cpp<br>
create mode 100644 tqt/secqlineedit.h<br>
create mode 100644 tqt/secqstring.cpp<br>
create mode 100644 tqt/secqstring.h<br>
<br>
</blockquote></div><br></div>