summaryrefslogtreecommitdiffstats
path: root/main/pinentry-tqt/TODO
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-25 14:15:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-09-25 12:14:56 +0900
commite09aff21f81165479e531aa78670447680b70559 (patch)
tree68e431a89aeedc74060808012a392ee002f95bce /main/pinentry-tqt/TODO
parent5e806f0b9db5f5681705e1e2ce2ead7f06ae581f (diff)
downloadextra-dependencies-feat/restructuring.tar.gz
extra-dependencies-feat/restructuring.zip
Restructuring: pinentry-tqtfeat/restructuring
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'main/pinentry-tqt/TODO')
-rw-r--r--main/pinentry-tqt/TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/main/pinentry-tqt/TODO b/main/pinentry-tqt/TODO
new file mode 100644
index 00000000..e287c4c9
--- /dev/null
+++ b/main/pinentry-tqt/TODO
@@ -0,0 +1,24 @@
+* The DISPLAY setting should be honoured by the pinentry applications
+ using XFree86. This implies reconfiguring the underlying toolkit,
+ is this always possible?
+ (This is not so important, as pinentry is always restarted.)
+
+* The Qt and curses PIN entry should support enhanced mode (when it is
+ implemented in gpg-agent). We need to agree on a protocol to use
+ anyway.
+
+* The Qt pinentry uses QT's private QTextLayout.
+
+* Set the max length of password globally (dynamically in protocol?).
+
+* A heartbeat status message should be sent every few seconds, so that
+ the gpg-agent is better able to cope with jammed pinentries.
+
+* The gtk+-2 pinentry needs auditing.
+
+* Implement the one_button feature in Qt.
+
+* The format of the Assuan protocol description should be changed to
+ the one used by GnuPG.
+
+* The SETTITLE command is only implemented for GTK+-2