[git] Pinentry - branch, master, updated. pinentry-0.9.2-43-geab03a4

by Stanislav Ochotnicky cvs at cvs.gnupg.org
Sun May 31 20:14:30 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The standard pinentry collection".

The branch, master has been updated
       via  eab03a469d82018e53380f26390594f47bb4c5c8 (commit)
      from  55ea554b2020b1e7b0996bd9f7bb38c8af2b03f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eab03a469d82018e53380f26390594f47bb4c5c8
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Nov 12 20:48:28 2014 +0100

    Fix qt4 pinentry window created in the background
    
    This is probably just a workaround. Proper fix is being investigated.
    See:
    https://bugzilla.redhat.com/show_bug.cgi?id=589532
    http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdia
    --
    
    GnuPG-bug-id: 1981

diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
index 456f022..89735c2 100644
--- a/qt4/pinentrydialog.cpp
+++ b/qt4/pinentrydialog.cpp
@@ -76,7 +76,6 @@ void raiseWindow( QWidget* w )
     /* Maybe Qt will become agressive enough one day that
      * this is enough on windows too*/
     w->raise();
-    w->activateWindow();
 #ifdef Q_WS_WIN
     /* In the meantime we do our own attention grabbing */
     if (!SetForegroundWindow (w->winId()) &&

-----------------------------------------------------------------------

Summary of changes:
 qt4/pinentrydialog.cpp | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list