From 86b32d5476b1cddbfc896bfb88be3c045bb806a9 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 4 Feb 2012 14:03:37 +0000 Subject: replace show by exec for key import detail dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@785 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- TODO | 4 ++-- keyimportdetaildialog.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 619f7ae..a011a90 100644 --- a/TODO +++ b/TODO @@ -39,6 +39,7 @@ Release 0.3.2 - always activate next button - add messagebox for succesful import of settings from old gpg4usb [DONE] - app is not in the foreground after importing config from older gpg4usb + - before restart maybesave should be called on mainwindow - Update Qt to 4.8 [DONE] - add Qt language files for Qt locales - investigate in adding a offline help system [DONE] @@ -48,11 +49,10 @@ Release 0.3.2 - remove menu and logo from subpages [DONE] - docs for sign&verify - dropdown from menubar instead of dialog for import [DONE] - - resize dropdown button, cause letter are cut at the bottom + - resize dropdown button, cause letter are cut at the bottom [DONE] - Change file encryption to single dialog for en- and decryption [DONE] - change docu on file de- and encryption - replace qDebug messages with tr() by messagebox (?) - BUGS: - import key toolbar dropdown shows text, even if only icon should be shown [DONE] diff --git a/keyimportdetaildialog.cpp b/keyimportdetaildialog.cpp index ad24ecc..e8bf451 100644 --- a/keyimportdetaildialog.cpp +++ b/keyimportdetaildialog.cpp @@ -47,7 +47,7 @@ KeyImportDetailDialog::KeyImportDetailDialog(GpgME::GpgContext* ctx, GpgImportIn this->setWindowTitle(tr("Key import details")); this->resize(QSize(600,300)); this->setModal(true); - this->show(); + this->exec(); } void KeyImportDetailDialog::createGeneralInfoBox() -- cgit v1.2.3