[svn] pinentry - r172 - in trunk: . doc

svn author wk cvs at cvs.gnupg.org
Mon Nov 19 20:30:03 CET 2007


Author: wk
Date: 2007-11-19 20:29:54 +0100 (Mon, 19 Nov 2007)
New Revision: 172

Modified:
   trunk/ChangeLog
   trunk/TODO
   trunk/doc/pinentry.texi
Log:
Applied patch from Bernhard Herzog to fix the Crash in Qt.  
(really stupid error by me).
Typo fixes.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-11-19 12:36:53 UTC (rev 171)
+++ trunk/ChangeLog	2007-11-19 19:29:54 UTC (rev 172)
@@ -1,5 +1,14 @@
 2007-11-19  Werner Koch  <wk at g10code.com>
 
+	* doc/pinentry.texi (Protocol): Typo fixes by Bernhard Herzog.
+	Describe SETQUALITYBAR_TT.
+
+2007-11-19  Bernhard Herzog  <bernhard.herzog at intevation.de>  (wk)
+
+	* qt/pinentrydialog.cpp (PinEntryDialog): Fixed crash
+	
+2007-11-19  Werner Koch  <wk at g10code.com>
+
 	* gtk+-2/pinentry-gtk-2.c (create_window): Use again map-event and
 	unmap-event as this works on my setup far more reliable than
 	expose-event/no-expose-event.
@@ -18,6 +27,7 @@
 	(_quality_bar_label): New.
 	* qt/pinentrydialog.cpp (setQualityBar, setQualityBarTT): New.
 	(PinEntryDialog): Remove setting of tooltip.
+
 	* qt/main.cpp (qt_cmd_handler): Propagate quality bar label and tootip.
 
 2007-11-19  Bernhard Herzog  <bernhard.herzog at intevation.de>  (wk)

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2007-11-19 12:36:53 UTC (rev 171)
+++ trunk/TODO	2007-11-19 19:29:54 UTC (rev 172)
@@ -17,3 +17,7 @@
 * 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.
+  

Modified: trunk/doc/pinentry.texi
===================================================================
--- trunk/doc/pinentry.texi	2007-11-19 12:36:53 UTC (rev 171)
+++ trunk/doc/pinentry.texi	2007-11-19 19:29:54 UTC (rev 172)
@@ -288,11 +288,21 @@
   S: OK
 @end example
 
-If a custom laber for the auality bar is required, just add that label
-as an argument as precent escaped string.  You will need this feature to
+If a custom label for the quality bar is required, just add that label
+as an argument as percent escaped string.  You will need this feature to
 translate the label because pinentry has no internal gettext except for
 stock strings from the toolkit library.
 
+If you want to show a tooltip for the quality bar, you may use
+ at example
+  C: SETQUALITYBAR_TT string
+  S: OK
+ at end example
+
+ at noindent
+With STRING being a percent escaped string shown as the tooltip.
+
+
 @item Ask for a PIN
 The meat of this tool is to ask for a passphrase of PIN, it is done with
 this command:




More information about the Gnupg-commits mailing list