diff --git a/docs/html/KeyMgmt_8h_source.html b/docs/html/KeyMgmt_8h_source.html
index 26fe761c..c3c50421 100644
--- a/docs/html/KeyMgmt_8h_source.html
+++ b/docs/html/KeyMgmt_8h_source.html
@@ -167,9 +167,9 @@ $(document).ready(function(){initNavTree('KeyMgmt_8h_source.html',''); initResiz
Definition: KeyList.h:166
void create_actions()
Create a actions object.
Definition: KeyMgmt.cpp:143
-void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:284
-void delete_keys_with_warning(KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:322
-void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:260
+void create_tool_bars()
Create a tool bars object.
Definition: KeyMgmt.cpp:288
+void delete_keys_with_warning(KeyIdArgsListPtr uidList)
Definition: KeyMgmt.cpp:326
+void create_menus()
Create a menus object.
Definition: KeyMgmt.cpp:264
QAction * open_key_file_act_
<
Definition: KeyMgmt.h:156
KeyMgmt(QWidget *parent=nullptr)
Construct a new Key Mgmt object.
Definition: KeyMgmt.cpp:52
Definition: FileReadTask.cpp:31
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html
index 07953b4f..cbbea601 100644
--- a/docs/html/MainWindow_8h_source.html
+++ b/docs/html/MainWindow_8h_source.html
@@ -358,7 +358,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
Definition: MainWindow.h:47
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:471
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:190
-void create_dock_windows()
Definition: MainWindowUI.cpp:685
+void create_dock_windows()
Definition: MainWindowUI.cpp:691
void SlotEncrypt()
Definition: MainWindowGpgOperaFunction.cpp:46
void Init() noexcept
Definition: MainWindow.cpp:54
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:463
@@ -370,7 +370,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:435
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:58
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:232
-void create_status_bar()
Definition: MainWindowUI.cpp:669
+void create_status_bar()
Definition: MainWindowUI.cpp:675
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:444
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:432
void restore_settings()
Definition: MainWindow.cpp:163
@@ -418,12 +418,12 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:515
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:507
void slot_copy_key_id_to_clipboard()
Definition: MainWindowSlotFunction.cpp:177
-void create_menus()
Definition: MainWindowUI.cpp:547
+void create_menus()
Definition: MainWindowUI.cpp:553
void SlotFileSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:376
void SlotSign()
Definition: MainWindowGpgOperaFunction.cpp:141
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:503
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:468
-void create_tool_bars()
Definition: MainWindowUI.cpp:621
+void create_tool_bars()
Definition: MainWindowUI.cpp:627
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:46
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:443
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:513
diff --git a/docs/html/SettingsNetwork_8h_source.html b/docs/html/SettingsNetwork_8h_source.html
index aeb9628f..409582e4 100644
--- a/docs/html/SettingsNetwork_8h_source.html
+++ b/docs/html/SettingsNetwork_8h_source.html
@@ -122,10 +122,10 @@ $(document).ready(function(){initNavTree('SettingsNetwork_8h_source.html',''); i
Definition: SettingsNetwork.h:38
-void switch_ui_proxy_type(const QString &type_text)
Definition: SettingsNetwork.cpp:257
+void switch_ui_proxy_type(const QString &type_text)
Definition: SettingsNetwork.cpp:256
NetworkTab(QWidget *parent=nullptr)
Construct a new Network Tab object.
Definition: SettingsNetwork.cpp:36
-void SetSettings()
Set the Settings object.
Definition: SettingsNetwork.cpp:104
-void switch_ui_enabled(bool enabled)
Definition: SettingsNetwork.cpp:247
+void SetSettings()
Set the Settings object.
Definition: SettingsNetwork.cpp:103
+void switch_ui_enabled(bool enabled)
Definition: SettingsNetwork.cpp:246
Definition: FileReadTask.cpp:31
diff --git a/docs/html/UserInterfaceUtils_8h_source.html b/docs/html/UserInterfaceUtils_8h_source.html
index 19a9b5c2..235f6776 100644
--- a/docs/html/UserInterfaceUtils_8h_source.html
+++ b/docs/html/UserInterfaceUtils_8h_source.html
@@ -110,7 +110,7 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
58 GpgError error,
const GpgVerifyResult& verify_result);
-
+
67 QWidget* parent,
const GpgVerifyResultAnalyse& verify_res);
@@ -216,8 +216,8 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:351
Definition: FileReadTask.cpp:31
void process_operation(QWidget *parent, const QString &waiting_title, const Thread::Task::TaskRunnable func, const Thread::Task::TaskCallback callback, DataObjectPtr data_object)
Definition: UserInterfaceUtils.cpp:121
+void ImportUnknownKeyFromKeyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_result)
Definition: UserInterfaceUtils.cpp:68
void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:59
-void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:68
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:103
void refresh_info_board(InfoBoardWidget *info_board, int status, const QString &report_text)
Definition: UserInterfaceUtils.cpp:92
diff --git a/docs/html/classGpgFrontend_1_1GpgVerifyResultAnalyse.html b/docs/html/classGpgFrontend_1_1GpgVerifyResultAnalyse.html
index 887989b9..6dbe2aac 100644
--- a/docs/html/classGpgFrontend_1_1GpgVerifyResultAnalyse.html
+++ b/docs/html/classGpgFrontend_1_1GpgVerifyResultAnalyse.html
@@ -256,7 +256,7 @@ bool analysed_ = false
Get the Signatures object.
- Returns
- gpgme_signature_t
-Referenced by GpgFrontend::UI::import_unknown_key_from_keyserver().
+Referenced by GpgFrontend::UI::ImportUnknownKeyFromKeyserver().
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.html b/docs/html/namespaceGpgFrontend_1_1UI.html
index 1b16bbb3..4b4cbe7f 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.html
+++ b/docs/html/namespaceGpgFrontend_1_1UI.html
@@ -291,8 +291,8 @@ void GPGFRONTEND_UI_EXPORT | | |
void | show_verify_details (QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result) |
|
-void | import_unknown_key_from_keyserver (QWidget *parent, const GpgVerifyResultAnalyse &verify_res) |
- |
+void | ImportUnknownKeyFromKeyserver (QWidget *parent, const GpgVerifyResultAnalyse &verify_result) |
+ |
void | refresh_info_board (InfoBoardWidget *info_board, int status, const QString &report_text) |
|
void | process_result_analyse (TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse) |
@@ -340,14 +340,14 @@ QList< QTranslator * >
-
-◆ import_unknown_key_from_keyserver()
+
+◆ ImportUnknownKeyFromKeyserver()
- void GpgFrontend::UI::import_unknown_key_from_keyserver |
+ void GpgFrontend::UI::ImportUnknownKeyFromKeyserver |
( |
QWidget * |
parent, |
diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js
index da9001a4..6da4944e 100644
--- a/docs/html/namespaceGpgFrontend_1_1UI.js
+++ b/docs/html/namespaceGpgFrontend_1_1UI.js
@@ -81,7 +81,7 @@ var namespaceGpgFrontend_1_1UI =
[ "BinaryToString", "namespaceGpgFrontend_1_1UI.html#ab4cb453500419f2b3e391664d2c67487", null ],
[ "DestroyGpgFrontendUI", "namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37", null ],
[ "FindTopMostWindow", "namespaceGpgFrontend_1_1UI.html#ae9881d62765f780fc58a8397f7382b96", null ],
- [ "import_unknown_key_from_keyserver", "namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925", null ],
+ [ "ImportUnknownKeyFromKeyserver", "namespaceGpgFrontend_1_1UI.html#a3d0942aa6bf911d3760b77e6460fc873", null ],
[ "InitGpgFrontendUI", "namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad", null ],
[ "InitUITranslations", "namespaceGpgFrontend_1_1UI.html#af70783922ff1de1800683874eb3aa3ce", null ],
[ "PreInitGpgFrontendUI", "namespaceGpgFrontend_1_1UI.html#a9a7d9a69168c833186f6a7b1accdd050", null ],
diff --git a/docs/html/namespacemembers.html b/docs/html/namespacemembers.html
index 8e00efe5..f96aab53 100644
--- a/docs/html/namespacemembers.html
+++ b/docs/html/namespacemembers.html
@@ -207,8 +207,8 @@ $(document).ready(function(){initNavTree('namespacemembers.html',''); initResiza
- i -
-- import_unknown_key_from_keyserver()
-: GpgFrontend::UI
+
- ImportUnknownKeyFromKeyserver()
+: GpgFrontend::UI
- InfoBoardStatus
: GpgFrontend::UI
diff --git a/docs/html/namespacemembers_func.html b/docs/html/namespacemembers_func.html
index aa4128ce..e00af524 100644
--- a/docs/html/namespacemembers_func.html
+++ b/docs/html/namespacemembers_func.html
@@ -204,8 +204,8 @@ $(document).ready(function(){initNavTree('namespacemembers_func.html',''); initR
- i -
-- import_unknown_key_from_keyserver()
-: GpgFrontend::UI
+
- ImportUnknownKeyFromKeyserver()
+: GpgFrontend::UI
- InitGlobalBasicEnv()
: GpgFrontend
diff --git a/docs/html/navtreeindex10.js b/docs/html/navtreeindex10.js
index 7e565549..326c5516 100644
--- a/docs/html/navtreeindex10.js
+++ b/docs/html/navtreeindex10.js
@@ -172,13 +172,13 @@ var NAVTREEINDEX10 =
"namespaceGpgFrontend_1_1UI.html":[1,0,2,4],
"namespaceGpgFrontend_1_1UI.html#a09b25a9e0be03c914c1d3d480fb6cdf0":[1,0,2,4,86],
"namespaceGpgFrontend_1_1UI.html#a288897c6062a7820a3a1c5faba7cfeac":[1,0,2,4,80],
+"namespaceGpgFrontend_1_1UI.html#a3d0942aa6bf911d3760b77e6460fc873":[1,0,2,4,76],
"namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281":[1,0,2,4,85],
"namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9":[1,0,2,4,82],
"namespaceGpgFrontend_1_1UI.html#a87d1b5ad9d36cb3c11de8a7797289206":[1,0,2,4,71],
"namespaceGpgFrontend_1_1UI.html#a8bc715a231f14deadd8d85dd66a92d92":[1,0,2,4,88],
"namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37":[1,0,2,4,74],
"namespaceGpgFrontend_1_1UI.html#a9a7d9a69168c833186f6a7b1accdd050":[1,0,2,4,79],
-"namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925":[1,0,2,4,76],
"namespaceGpgFrontend_1_1UI.html#aa7a11bdd5c8cacecaad2c6aa40f45b7f":[1,0,2,4,70],
"namespaceGpgFrontend_1_1UI.html#ab0311557c1d7bde9c56cbca85fefa6ad":[1,0,2,4,77],
"namespaceGpgFrontend_1_1UI.html#ab3c7c7a20a7e1d1c560082770ba28882":[1,0,2,4,87],
diff --git a/docs/html/navtreeindex11.js b/docs/html/navtreeindex11.js
index 4df489d5..9a422725 100644
--- a/docs/html/navtreeindex11.js
+++ b/docs/html/navtreeindex11.js
@@ -198,14 +198,14 @@ var NAVTREEINDEX11 =
"structfmt_1_1formatter_3_01QByteArray_01_4.html":[2,0,0,1],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,1],
-"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,3],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,2],
+"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,3],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,4],
-"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8],
-"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5],
"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7],
+"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6],
+"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8],
"structfmt_1_1formatter_3_01QString_01_4.html":[2,0,0,0],
"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6],
"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7],
diff --git a/docs/html/navtreeindex12.js b/docs/html/navtreeindex12.js
index f243c714..b42b5a27 100644
--- a/docs/html/navtreeindex12.js
+++ b/docs/html/navtreeindex12.js
@@ -42,7 +42,7 @@ var NAVTREEINDEX12 =
"structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0],
"ver__check_2GFModuleExport_8h_source.html":[3,0,0,1,0,1,0],
"ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1],
-"":[1,0,0],
"":[1,0,1],
+"":[1,0,0],
"":[1,0,3]
};
diff --git a/docs/html/search/all_8.js b/docs/html/search/all_8.js
index 9b05df1b..babdccbe 100644
--- a/docs/html/search/all_8.js
+++ b/docs/html/search/all_8.js
@@ -5,9 +5,9 @@ var searchData=
['import_5fkey_5ffrom_5fedit_5fact_5f_383',['import_key_from_edit_act_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e',1,'GpgFrontend::UI::MainWindow']]],
['import_5fkey_5fmenu_5f_384',['import_key_menu_',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745',1,'GpgFrontend::UI::MainWindow']]],
['import_5fkeys_385',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()']]],
- ['import_5funknown_5fkey_5ffrom_5fkeyserver_386',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_387',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_388',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]],
+ ['importkey_386',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_387',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]],
+ ['importunknownkeyfromkeyserver_388',['ImportUnknownKeyFromKeyserver',['../namespaceGpgFrontend_1_1UI.html#a3d0942aa6bf911d3760b77e6460fc873',1,'GpgFrontend::UI']]],
['infoboardstatus_389',['InfoBoardStatus',['../namespaceGpgFrontend_1_1UI.html#acbaebd342a317b1f067942e5144bb00d',1,'GpgFrontend::UI']]],
['infoboardwidget_390',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html',1,'GpgFrontend::UI::InfoBoardWidget'],['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget::InfoBoardWidget()']]],
['infotab_391',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html',1,'GpgFrontend::UI::InfoTab'],['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab::InfoTab()']]],
diff --git a/docs/html/search/functions_8.js b/docs/html/search/functions_8.js
index c9e28e8c..113f3171 100644
--- a/docs/html/search/functions_8.js
+++ b/docs/html/search/functions_8.js
@@ -2,9 +2,9 @@ var searchData=
[
['impl_1324',['Impl',['../classGpgFrontend_1_1GpgContext_1_1Impl.html#af1cf48d1f5f5a16193c0e575fdec2f95',1,'GpgFrontend::GpgContext::Impl::Impl()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#a9572b3082d5b9f6e08fc7992114b19ce',1,'GpgFrontend::GlobalSettingStation::Impl::Impl()']]],
['import_5fkeys_1325',['import_keys',['../classGpgFrontend_1_1UI_1_1KeyServerImportDialog.html#a3b818c2a3e5c32fc32425b17e63367e2',1,'GpgFrontend::UI::KeyServerImportDialog::import_keys()'],['../classGpgFrontend_1_1UI_1_1KeyList.html#ab64ba3049fac1aaa9fed4fb1c5919153',1,'GpgFrontend::UI::KeyList::import_keys()']]],
- ['import_5funknown_5fkey_5ffrom_5fkeyserver_1326',['import_unknown_key_from_keyserver',['../namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925',1,'GpgFrontend::UI']]],
- ['importkey_1327',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]],
- ['importkeypackage_1328',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]],
+ ['importkey_1326',['ImportKey',['../classGpgFrontend_1_1GpgKeyImportExporter.html#ab613412788fe4cf120d6fdef0cb2a54c',1,'GpgFrontend::GpgKeyImportExporter']]],
+ ['importkeypackage_1327',['ImportKeyPackage',['../classGpgFrontend_1_1KeyPackageOperator.html#a3b5e580bfd67cfda094c664e2987e319',1,'GpgFrontend::KeyPackageOperator']]],
+ ['importunknownkeyfromkeyserver_1328',['ImportUnknownKeyFromKeyserver',['../namespaceGpgFrontend_1_1UI.html#a3d0942aa6bf911d3760b77e6460fc873',1,'GpgFrontend::UI']]],
['infoboardwidget_1329',['InfoBoardWidget',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#adeef521a8838bf2a1692c25d9b108010',1,'GpgFrontend::UI::InfoBoardWidget']]],
['infotab_1330',['InfoTab',['../classGpgFrontend_1_1UI_1_1InfoTab.html#a99d8b059ee28ea257981892e0b35d4cc',1,'GpgFrontend::UI::InfoTab']]],
['infovalid_1331',['InfoValid',['../structSoftwareVersion.html#ad17cca5d4ce26f21666721d16b7f4d04',1,'SoftwareVersion']]],
@@ -27,7 +27,7 @@ var searchData=
['isallownopassphrase_1348',['IsAllowNoPassPhrase',['../classGpgFrontend_1_1GenKeyInfo.html#af3cc933fddc87f2a250b6686ceddf4ac',1,'GpgFrontend::GenKeyInfo']]],
['isallowsigning_1349',['IsAllowSigning',['../classGpgFrontend_1_1GenKeyInfo.html#abc16a0f5b11c814a5fd2ec9198c88a99',1,'GpgFrontend::GenKeyInfo']]],
['iscardkey_1350',['IsCardKey',['../classGpgFrontend_1_1GpgSubKey.html#a37a00de8cdf77d9af9db794246a13a4a',1,'GpgFrontend::GpgSubKey']]],
- ['isdisabled_1351',['IsDisabled',['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()'],['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()']]],
+ ['isdisabled_1351',['IsDisabled',['../classGpgFrontend_1_1GpgSubKey.html#adb9d23a5ba193a553ef83203cf763f25',1,'GpgFrontend::GpgSubKey::IsDisabled()'],['../classGpgFrontend_1_1GpgKey.html#a5fe0b8737e463d577acc0db72fff6687',1,'GpgFrontend::GpgKey::IsDisabled()']]],
['isdiscarded_1352',['IsDiscarded',['../classGpgFrontend_1_1UI_1_1QuitDialog.html#a20ce6f0be2ccd0509a0e7362e8de7abe',1,'GpgFrontend::UI::QuitDialog']]],
['isexpired_1353',['IsExpired',['../classGpgFrontend_1_1GpgSubKey.html#a55f5aa99dd86cc5cb3ae175de41e925c',1,'GpgFrontend::GpgSubKey::IsExpired()'],['../classGpgFrontend_1_1GpgKeySignature.html#af813643b81367bbff2d686a346f6c1e8',1,'GpgFrontend::GpgKeySignature::IsExpired()'],['../classGpgFrontend_1_1GpgKey.html#aa8da15bbd8c1eefc8685f0f9f16f65fd',1,'GpgFrontend::GpgKey::IsExpired()']]],
['isexportable_1354',['IsExportable',['../classGpgFrontend_1_1GpgKeySignature.html#a61ac1fdc773ecfc5b932a3aedd001eed',1,'GpgFrontend::GpgKeySignature']]],
diff --git a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf
index 5dc46077..76d1aa2b 100644
Binary files a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf and b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf differ
diff --git a/docs/latex/classCapsLockWatcher__coll__graph.pdf b/docs/latex/classCapsLockWatcher__coll__graph.pdf
index ce57ea50..14b2b2b8 100644
Binary files a/docs/latex/classCapsLockWatcher__coll__graph.pdf and b/docs/latex/classCapsLockWatcher__coll__graph.pdf differ
diff --git a/docs/latex/classCapsLockWatcher__inherit__graph.pdf b/docs/latex/classCapsLockWatcher__inherit__graph.pdf
index 6b353ee2..affa591e 100644
Binary files a/docs/latex/classCapsLockWatcher__inherit__graph.pdf and b/docs/latex/classCapsLockWatcher__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf
index 6b27ffb4..1f7e28a9 100644
Binary files a/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ArchiveFileOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf
index 019b68df..a9ed8a86 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf
index 8ffee26d..a059cad4 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager_1_1Impl__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf
index 81296645..4faed66e 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf
index 81296645..4faed66e 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf
index 394ba8ee..a7830fd3 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf
index 394ba8ee..a7830fd3 100644
Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf
index 21d4e62e..e802047f 100644
Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf
index 7948c1fe..84ffc60d 100644
Binary files a/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ChannelObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf
index 911d1fd2..49c1e00b 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf
index 73388a0b..01c1cec0 100644
Binary files a/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CoreSignalStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf
index 1d246e53..683617ec 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf
index cdca6ff1..bd08793e 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObjectOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf
index 3dd9feb3..223b22d2 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf
index 9e5699e1..f1cce321 100644
Binary files a/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1DataObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf
index 0283a55f..13de510f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFBuffer__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf
index c5495711..87b4269a 100644
Binary files a/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GFDataExchanger__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf
index 1fcd5364..d5f86956 100644
Binary files a/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GenKeyInfo__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf
index ee703a89..d8a35039 100644
Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf
index 2b55dd1d..5ed59734 100644
Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf
index 2b55dd1d..5ed59734 100644
Binary files a/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GlobalSettingStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf
index ab66fcba..1d6b1b6f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgAdvancedOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf
index be17466f..5703f042 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf
index b51c4f5f..0b9721b3 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgBasicOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf
index 0cf1d893..b6f94e53 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgCommandExecutor__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf
index 7a8cfe2d..88ac0981 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf
index 4360162a..6cf88a81 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf
index 4360162a..6cf88a81 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgContext__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf
index 7812824d..cc2f7b8f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgData__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf
index 82bf409e..2d414382 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf
index c20688ac..55f2fd67 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf
index 1b18df7b..40e23037 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgDecryptResult__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf
index 46c01c97..18a0845f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf
index c8a297c9..4436d06f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf
index 67091bb2..2fd1ce45 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgEncryptResult__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf
index 6a6f7bd1..88f10998 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf
index 34c7af2a..dc0825a5 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgFileOpera__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf
index 650cee77..1e11169e 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgGenerateKeyResult__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf
index 624daf3f..17bbafbc 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation_1_1GpgImportedKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf
index 479db1cc..bd83f97c 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgImportInformation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf
index 78810606..da341413 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf
index ad87b802..dcdece61 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter_1_1Impl__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf
index 4fbf6e67..645bcdc2 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf
index 4fbf6e67..645bcdc2 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyGetter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf
index 9155bb27..eff7e1f8 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf
index dd52a92f..ba86a6ca 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyImportExporter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf
index 8f95452b..207191c4 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf
index 8b436d9c..26df8136 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyManager__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf
index 2a4ee706..33fc177d 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf
index a5000a6f..ad8cc64b 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeyOpera__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf
index 885e23e3..640d3f01 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKeySignature__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf
index f81f70a0..eac3fbff 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf
index c8785a27..22ded0c8 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf
index c8785a27..22ded0c8 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgPassphraseContext__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf
index 2dd867d0..e325d564 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf
index 5202337b..a63fae6f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf
index c4fb0ebe..c9e2c7ec 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf
index f1b95ce1..94356c10 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf
index ac1c0f55..df6e9cd2 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignResult__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf
index f4cf29f1..080a9331 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSignature__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf
index 0bf7e8c8..0a1168b2 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgSubKey__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf
index 90754d60..531a585f 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgTOFUInfo__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf
index c93572ac..4169a33e 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf
index 5978422a..8a639eb8 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUIDOperator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf
index 8a0bba1e..cb81c211 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgUID__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse.tex b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse.tex
index c1771c5d..09612bfc 100644
--- a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse.tex
+++ b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse.tex
@@ -102,7 +102,7 @@ gpgme\+\_\+signature\+\_\+t
\end{DoxyReturn}
-Referenced by Gpg\+Frontend\+::\+UI\+::import\+\_\+unknown\+\_\+key\+\_\+from\+\_\+keyserver().
+Referenced by Gpg\+Frontend\+::\+UI\+::\+Import\+Unknown\+Key\+From\+Keyserver().
\mbox{\Hypertarget{classGpgFrontend_1_1GpgVerifyResultAnalyse_a591bc0f998e7c1e85f1838248c58b212}\label{classGpgFrontend_1_1GpgVerifyResultAnalyse_a591bc0f998e7c1e85f1838248c58b212}}
\index{GpgFrontend::GpgVerifyResultAnalyse@{GpgFrontend::GpgVerifyResultAnalyse}!print\_signer@{print\_signer}}
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf
index 3f39729a..537a4b51 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf
index 8fabf27a..7b1ba5d1 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf
index c26b26bc..38710eeb 100644
Binary files a/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1GpgVerifyResult__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf
index d7309760..cbfed4dd 100644
Binary files a/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1KeyPackageOperator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf
index 6b9d7108..881cb1d4 100644
Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf
index 643b90f5..c5e71dc7 100644
Binary files a/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1LoggerManager__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf
index 9dc35dcb..a7f8a04f 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf
index 92ad4dd4..7d7a68dc 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Event__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf
index a48f3374..cccb8e0c 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf
index 0c08e6ce..15e408d8 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf
index 0c08e6ce..15e408d8 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf
index 4425a92a..b0453129 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf
index 11b27061..1edce94e 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf
index 11b27061..1edce94e 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf
index 58963d68..7a25b8e5 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf
index 1086ef9f..eefafe9c 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf
index 1086ef9f..eefafe9c 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf
index a37454d8..fe16e661 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf
index c6baa9c1..0823c3ba 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf
index c6baa9c1..0823c3ba 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf
index 730355d2..f5c4940e 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf
index da09b732..62505043 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf
index da09b732..62505043 100644
Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Module__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf
index 110efae9..a05eca63 100644
Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf
index 110efae9..a05eca63 100644
Binary files a/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1PassphraseGenerator__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf
index 3aae3e70..4bf36d47 100644
Binary files a/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1PointerConverter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf
index 414ddfda..46e4ed4d 100644
Binary files a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf
index c60b16e6..87a9a47c 100644
Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf
index c60b16e6..87a9a47c 100644
Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf
index e32570fb..10111600 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf
index 4a44c5cd..ecccf88a 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf
index 54dab01a..36aca125 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf
index 1bc2a549..29c20ef7 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorageCollection__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf
index 834791b8..fc618da5 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf
index bd56d58d..8da99ecd 100644
Binary files a/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SingletonStorage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf
index 05b3355e..1cf0887b 100644
Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf
index 05b3355e..1cf0887b 100644
Binary files a/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Test_1_1GpgCoreTest__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf
index e4f0bf91..4c0c50c6 100644
Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf
index 28e51961..8540ff53 100644
Binary files a/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1ThreadSafeMap__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf
index 9888e2b7..6f84f243 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf
index ebf98c7f..31ee9ac2 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunnerGetter__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf
index 481a0898..999baa28 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf
index 481a0898..999baa28 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner_1_1Impl__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf
index 132bded7..5ad87b64 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf
index 132bded7..5ad87b64 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1TaskRunner__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf
index 11122779..a0cc8c8c 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1Impl__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf
index fd11d305..7c9c9852 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task_1_1TaskHandler__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf
index 33d880e9..3fcb0a99 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf
index b8a893f4..2de883b0 100644
Binary files a/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Thread_1_1Task__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf
index df31f9ee..04862445 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf
index df31f9ee..c980d08d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AboutDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf
index c6eecfbc..c4e29bf5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf
index 81aa7605..aea5017f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf
index 3f8e9bb1..1ebd98fc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf
index 3f8e9bb1..1ebd98fc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf
index ebb9ba78..77eb6187 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf
index 04b1485b..377c5253 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CommonUtils__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf
index 06fb7259..54f0a666 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf
index 06fb7259..54f0a666 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ConclusionPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf
index 943d7a2f..a2012422 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf
index faeafbf4..166175a7 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ExportKeyPackageDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf
index 95dc952e..a0dc0057 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf
index 93c35440..d9ecfebc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FilePage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf
index 83ccac05..ec0d9320 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf
index 83ccac05..ec0d9320 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileReadTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf
index dafabcbf..4810218a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf
index dafabcbf..4810218a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FileTreeView__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf
index a3b9b3f5..846e3a94 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf
index 93e9a724..8be5c092 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf
index 24c82404..ebc0318c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf
index 24c82404..ebc0318c 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf
index 329214d6..c4c15ae1 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf
index 36a94719..42bcfe41 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf
index 1f309488..8ac8e439 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf
index 10f60efd..cfa06946 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf
index 23f8fa7b..fcc62b60 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf
index 0c65a76b..2ca3a258 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf
index 28d20814..8c432a30 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralWindowState__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf
index a398c680..6de57769 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf
index a398c680..6de57769 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GenerateRevokeCertification__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf
index 950370b1..28d7c7e4 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf
index 4d2c6576..2f0dfda3 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf
index ebdc891a..989850ca 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf
index fa0e8162..d9eee71f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GnupgTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf
index bb6e9b88..b400944b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf
index bb6e9b88..b400944b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GpgFrontendApplication__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf
index be230995..60f11a97 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf
index be230995..60f11a97 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1HelpPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf
index 5c46af3f..7ca7f738 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf
index ef601c02..5b6ba024 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoBoardWidget__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf
index aa8d5468..b88865f3 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf
index aa8d5468..b88865f3 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1InfoTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf
index b09e9481..1d5fbfb0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf
index b09e9481..1d5fbfb0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1IntroPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf
index d86b53f9..25bba0dc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf
index d86b53f9..25bba0dc 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf
index cd4f72d8..e8137660 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf
index 6192d0ee..b4ae613d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf
index 33627f53..92ec3ed1 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf
index 33627f53..92ec3ed1 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyGenPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf
index ebbb124d..2a62d038 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf
index 46ef4638..66fd5851 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyImportDetailDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf
index 8511b9f1..b96dcc96 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf
index 0b207cda..64a408c2 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyList__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf
index 5ed9f197..1aade369 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf
index 7cc784a1..6e236f0b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyMgmt__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf
index 13cb127d..47ecce4b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf
index f2fb13f2..3f97c499 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyNewUIDDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf
index 3d1554e2..e572e8e0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf
index 5dcead1b..166fbec0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairDetailTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf
index c50d712b..8f652b02 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf
index 7c03b516..9394ba83 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairOperaTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf
index 4a242655..5123816f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf
index beb0ca43..24db8547 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf
index 4261c2f9..3120ce8f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf
index 680a9f77..af497096 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyPairUIDTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf
index 7f099cad..168d4fa9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf
index 7f099cad..168d4fa9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf
index 9c04c22c..9354f304 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf
index 23f7ec9e..872669eb 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerImportTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf
index 6a0fef5d..6026a012 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf
index 6a0fef5d..6026a012 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyServerSearchTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf
index 31786c3f..d3aa123a 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf
index 2089cfb1..7a9b7c50 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeySetExpireDateDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf
index 0bd239bb..ccf64fa6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf
index a6d584c3..3284521e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUIDSignDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf
index d2bca364..7bcdc612 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf
index 8cf2cdc5..3676e47b 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyUploadDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf
index 988f85be..be135ad2 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf
index 3848b278..9e7ba1e8 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1KeyserverTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf
index 97e7fd87..cfec0f0f 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf
index 30a42a19..355b21d5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf
index c52a9285..98fd0053 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf
index 3855fd3e..82dbfddf 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf
index 8e509176..ce848f94 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf
index 6e6084d2..972e44eb 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf
index 0dba17f4..2b4fdb5e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf
index 0dba17f4..2b4fdb5e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf
index 86f3c1f6..237b0db0 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf
index 26a89963..7c73fbc9 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf
index 687e5c02..f60351dd 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf
index 8146d289..408b31f1 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1PlainTextEditorPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf
index 4b7a5dec..0761cc77 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf
index 4b7a5dec..0761cc77 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ProxyConnectionTestTask__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf
index 8098d14b..d4c6a853 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf
index 8098d14b..d4c6a853 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1QuitDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf
index aba30b02..1ea2108d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf
index aba30b02..1ea2108d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1RaisePinentry__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf
index 2ae9673a..a4216021 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf
index 2ae9673a..a4216021 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf
index 33c39898..e18b3700 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf
index e9a1bbc7..e729ce7e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf
index 4bd13a49..28e81eca 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf
index a46ad00c..dd5c95e5 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf
index 35cdf62a..58a1a741 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf
index 282bd514..c4a90e74 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SubkeyGenerateDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf
index 3d3f1061..3e2df2e6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf
index 3d3f1061..3e2df2e6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TOFUInfoPage__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf
index 8e016202..d92555bf 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf
index 8e016202..d92555bf 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf
index 424b8f6e..f3bffc7e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf
index 424b8f6e..f3bffc7e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1TranslatorsTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf
index 6408d6e6..6e328376 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf
index 0d674840..d66c737d 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UISignalStation__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf
index 044a0a2a..7af87f19 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf
index 044a0a2a..7af87f19 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1UpdateTab__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf
index a7762649..0dea0640 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf
index 2266ec16..795144ba 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf
index 9f3241f3..4fa449c6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf
index 9f3241f3..4fa449c6 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1VerifyKeyDetailBox__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf
index 1416dcd1..8ba45009 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf
index 1416dcd1..8ba45009 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1WaitingDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf
index 37c414ea..878a944e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__coll__graph.pdf differ
diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf
index 37c414ea..878a944e 100644
Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf differ
diff --git a/docs/latex/classGpgInfo__coll__graph.pdf b/docs/latex/classGpgInfo__coll__graph.pdf
index 722ab2c2..07fefd25 100644
Binary files a/docs/latex/classGpgInfo__coll__graph.pdf and b/docs/latex/classGpgInfo__coll__graph.pdf differ
diff --git a/docs/latex/classPinEntryDialog__coll__graph.pdf b/docs/latex/classPinEntryDialog__coll__graph.pdf
index 4d158764..25f2aac4 100644
Binary files a/docs/latex/classPinEntryDialog__coll__graph.pdf and b/docs/latex/classPinEntryDialog__coll__graph.pdf differ
diff --git a/docs/latex/classPinEntryDialog__inherit__graph.pdf b/docs/latex/classPinEntryDialog__inherit__graph.pdf
index 55a2b939..09b9dd87 100644
Binary files a/docs/latex/classPinEntryDialog__inherit__graph.pdf and b/docs/latex/classPinEntryDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf
index 34ee8043..962fa825 100644
Binary files a/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf and b/docs/latex/classPinLineEdit_1_1Private__coll__graph.pdf differ
diff --git a/docs/latex/classPinLineEdit__coll__graph.pdf b/docs/latex/classPinLineEdit__coll__graph.pdf
index b687f8e1..bfea655d 100644
Binary files a/docs/latex/classPinLineEdit__coll__graph.pdf and b/docs/latex/classPinLineEdit__coll__graph.pdf differ
diff --git a/docs/latex/classPinLineEdit__inherit__graph.pdf b/docs/latex/classPinLineEdit__inherit__graph.pdf
index 35e50686..97d3ab4e 100644
Binary files a/docs/latex/classPinLineEdit__inherit__graph.pdf and b/docs/latex/classPinLineEdit__inherit__graph.pdf differ
diff --git a/docs/latex/classPinentryConfirm__coll__graph.pdf b/docs/latex/classPinentryConfirm__coll__graph.pdf
index 378cc8e5..1114d8f2 100644
Binary files a/docs/latex/classPinentryConfirm__coll__graph.pdf and b/docs/latex/classPinentryConfirm__coll__graph.pdf differ
diff --git a/docs/latex/classPinentryConfirm__inherit__graph.pdf b/docs/latex/classPinentryConfirm__inherit__graph.pdf
index 378cc8e5..1114d8f2 100644
Binary files a/docs/latex/classPinentryConfirm__inherit__graph.pdf and b/docs/latex/classPinentryConfirm__inherit__graph.pdf differ
diff --git a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf
index c8bef1e7..fbb8c895 100644
Binary files a/docs/latex/classSignatureDetailsDialog__coll__graph.pdf and b/docs/latex/classSignatureDetailsDialog__coll__graph.pdf differ
diff --git a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf
index c8bef1e7..fbb8c895 100644
Binary files a/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf and b/docs/latex/classSignatureDetailsDialog__inherit__graph.pdf differ
diff --git a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf
index 2a83120c..0cb8683c 100644
Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ
diff --git a/docs/latex/classVersionCheckTask__coll__graph.pdf b/docs/latex/classVersionCheckTask__coll__graph.pdf
index 3636cfd4..1ec99b4c 100644
Binary files a/docs/latex/classVersionCheckTask__coll__graph.pdf and b/docs/latex/classVersionCheckTask__coll__graph.pdf differ
diff --git a/docs/latex/classVersionCheckTask__inherit__graph.pdf b/docs/latex/classVersionCheckTask__inherit__graph.pdf
index f63e1412..d2418fdd 100644
Binary files a/docs/latex/classVersionCheckTask__inherit__graph.pdf and b/docs/latex/classVersionCheckTask__inherit__graph.pdf differ
diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf
index 141a992f..5058f93e 100644
Binary files a/docs/latex/classclass__coll__graph.pdf and b/docs/latex/classclass__coll__graph.pdf differ
diff --git a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf
index 48720273..c1af60cf 100644
Binary files a/docs/latex/classsecmem_1_1alloc__coll__graph.pdf and b/docs/latex/classsecmem_1_1alloc__coll__graph.pdf differ
diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex
index 9b580eec..a19c9659 100644
--- a/docs/latex/namespaceGpgFrontend_1_1UI.tex
+++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex
@@ -187,7 +187,7 @@ void GPGFRONTEND\+\_\+\+UI\+\_\+\+EXPORT \mbox{\hyperlink{namespaceGpgFrontend_1
\begin{DoxyCompactList}\small\item\em init the \mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{UI}} library \end{DoxyCompactList}\item
void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a590a26051105940a6d6e0743b147e281}{show\+\_\+verify\+\_\+details}} (QWidget $\ast$parent, \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1InfoBoardWidget}{Info\+Board\+Widget}} $\ast$info\+\_\+board, \mbox{\hyperlink{namespaceGpgFrontend_a2470eb154743191c3454203f23d3a2f8}{Gpg\+Error}} error, const \mbox{\hyperlink{classGpgFrontend_1_1GpgVerifyResult}{Gpg\+Verify\+Result}} \&verify\+\_\+result)
\item
-void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}{import\+\_\+unknown\+\_\+key\+\_\+from\+\_\+keyserver}} (QWidget $\ast$parent, const \mbox{\hyperlink{classGpgFrontend_1_1GpgVerifyResultAnalyse}{Gpg\+Verify\+Result\+Analyse}} \&verify\+\_\+res)
+void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_a3d0942aa6bf911d3760b77e6460fc873}{Import\+Unknown\+Key\+From\+Keyserver}} (QWidget $\ast$parent, const \mbox{\hyperlink{classGpgFrontend_1_1GpgVerifyResultAnalyse}{Gpg\+Verify\+Result\+Analyse}} \&verify\+\_\+result)
\item
void \mbox{\hyperlink{namespaceGpgFrontend_1_1UI_aec857a0eb461ce71c4535f5d71e7aaee}{refresh\+\_\+info\+\_\+board}} (\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1InfoBoardWidget}{Info\+Board\+Widget}} $\ast$info\+\_\+board, int status, const QString \&report\+\_\+text)
\item
@@ -238,11 +238,11 @@ SPDX-\/\+License-\/\+Identifier\+: GPL-\/3.\+0-\/or-\/later
Enumeration for the status of Verify label
\doxysubsection{Function Documentation}
-\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}\label{namespaceGpgFrontend_1_1UI_a9ab218dde057182cb4911c4792acd925}}
-\index{GpgFrontend::UI@{GpgFrontend::UI}!import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}}
-\index{import\_unknown\_key\_from\_keyserver@{import\_unknown\_key\_from\_keyserver}!GpgFrontend::UI@{GpgFrontend::UI}}
-\doxysubsubsection{\texorpdfstring{import\_unknown\_key\_from\_keyserver()}{import\_unknown\_key\_from\_keyserver()}}
-{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::import\+\_\+unknown\+\_\+key\+\_\+from\+\_\+keyserver (\begin{DoxyParamCaption}\item[{QWidget $\ast$}]{parent, }\item[{const \mbox{\hyperlink{classGpgFrontend_1_1GpgVerifyResultAnalyse}{Gpg\+Verify\+Result\+Analyse}} \&}]{verify\+\_\+res }\end{DoxyParamCaption})}
+\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a3d0942aa6bf911d3760b77e6460fc873}\label{namespaceGpgFrontend_1_1UI_a3d0942aa6bf911d3760b77e6460fc873}}
+\index{GpgFrontend::UI@{GpgFrontend::UI}!ImportUnknownKeyFromKeyserver@{ImportUnknownKeyFromKeyserver}}
+\index{ImportUnknownKeyFromKeyserver@{ImportUnknownKeyFromKeyserver}!GpgFrontend::UI@{GpgFrontend::UI}}
+\doxysubsubsection{\texorpdfstring{ImportUnknownKeyFromKeyserver()}{ImportUnknownKeyFromKeyserver()}}
+{\footnotesize\ttfamily void Gpg\+Frontend\+::\+UI\+::\+Import\+Unknown\+Key\+From\+Keyserver (\begin{DoxyParamCaption}\item[{QWidget $\ast$}]{parent, }\item[{const \mbox{\hyperlink{classGpgFrontend_1_1GpgVerifyResultAnalyse}{Gpg\+Verify\+Result\+Analyse}} \&}]{verify\+\_\+res }\end{DoxyParamCaption})}
\begin{DoxyParams}{Parameters}
diff --git a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf
index aec9d35f..ad76f94d 100644
Binary files a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf and b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf differ
diff --git a/docs/latex/structGFModuleEventParam__coll__graph.pdf b/docs/latex/structGFModuleEventParam__coll__graph.pdf
index a1d965d3..369bb542 100644
Binary files a/docs/latex/structGFModuleEventParam__coll__graph.pdf and b/docs/latex/structGFModuleEventParam__coll__graph.pdf differ
diff --git a/docs/latex/structGFModuleEvent__coll__graph.pdf b/docs/latex/structGFModuleEvent__coll__graph.pdf
index ccefc0b0..ca6b80a4 100644
Binary files a/docs/latex/structGFModuleEvent__coll__graph.pdf and b/docs/latex/structGFModuleEvent__coll__graph.pdf differ
diff --git a/docs/latex/structGFModuleMetaData__coll__graph.pdf b/docs/latex/structGFModuleMetaData__coll__graph.pdf
index eda7b18c..d26448ed 100644
Binary files a/docs/latex/structGFModuleMetaData__coll__graph.pdf and b/docs/latex/structGFModuleMetaData__coll__graph.pdf differ
diff --git a/docs/latex/structGpgComponentInfo__coll__graph.pdf b/docs/latex/structGpgComponentInfo__coll__graph.pdf
index 46cc6ec5..38d1a23d 100644
Binary files a/docs/latex/structGpgComponentInfo__coll__graph.pdf and b/docs/latex/structGpgComponentInfo__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf
index 27c32eaf..a1de4844 100644
Binary files a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf
index c25a6417..4f075b38 100644
Binary files a/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1CoreInitArgs__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf
index bd5a2036..181bc605 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf
index 2f583e7d..1a8247a7 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgContextInitArgs__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf
index 68c6c201..0787a96a 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgData_1_1DataRefDeleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf
index a929f3de..3224bc36 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgFrontendContext__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf
index 37e2258e..f7adf67a 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKeyManager_1_1AutomatonHandelStruct__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf
index cbd97770..b6419b51 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgKey_1_1KeyRefDeleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf
index 8fc57f68..6ae86035 100644
Binary files a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf
index 1a45c4f3..d6c278de 100644
Binary files a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf
index 044bd7b6..1c94f08c 100644
Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf
index fb907c6a..c788631e 100644
Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalModuleContext_1_1Impl_1_1ModuleRegisterInfo__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf
index a2d8c927..1e09c288 100644
Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf
index 0e8bc9b2..bec43eca 100644
Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf
index af85e8dd..dcf30ccd 100644
Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf
index ce527dc3..18b85f59 100644
Binary files a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf
index d421f2b4..474a10e4 100644
Binary files a/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1SecureObjectDeleter__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf
index 21151e8f..dbe19be3 100644
Binary files a/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Test_1_1GpgFrontendContext__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf
index b59f06ad..e7826731 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1AppearanceSO__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf
index 1d8548d3..513b5dee 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListColumn__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf
index 15886d74..36200e96 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyListRow__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf
index 371d5908..2d819bd3 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyMenuAbility__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf
index dfff5cd8..352f925f 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyServerSO__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf
index fcc4e2c5..0b2c3cb9 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1KeyTable__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf
index 8c085042..82db701a 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1MainWindow_1_1CryptoMenu__coll__graph.pdf differ
diff --git a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf
index c27b98f8..d93d552d 100644
Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf differ
diff --git a/docs/latex/structGpgOptionsInfo__coll__graph.pdf b/docs/latex/structGpgOptionsInfo__coll__graph.pdf
index f8c3f71e..75b96198 100644
Binary files a/docs/latex/structGpgOptionsInfo__coll__graph.pdf and b/docs/latex/structGpgOptionsInfo__coll__graph.pdf differ
diff --git a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf
index 1ad71143..8c68bbfd 100644
Binary files a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf differ
diff --git a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf
index 757f4414..89fbba01 100644
Binary files a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf differ
diff --git a/docs/latex/structSoftwareVersion__coll__graph.pdf b/docs/latex/structSoftwareVersion__coll__graph.pdf
index d15562fd..63115f01 100644
Binary files a/docs/latex/structSoftwareVersion__coll__graph.pdf and b/docs/latex/structSoftwareVersion__coll__graph.pdf differ
diff --git a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf
index bb761812..222c31cc 100644
Binary files a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf differ
diff --git a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf
index 5d1fa4fe..8dce7d1f 100644
Binary files a/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf and b/docs/latex/structfmt_1_1formatter_3_01QString_01_4__coll__graph.pdf differ
diff --git a/docs/latex/structpinentry__coll__graph.pdf b/docs/latex/structpinentry__coll__graph.pdf
index 017b5fa6..38ae1483 100644
Binary files a/docs/latex/structpinentry__coll__graph.pdf and b/docs/latex/structpinentry__coll__graph.pdf differ
diff --git a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf
index 9c926668..57e0cadf 100644
Binary files a/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf and b/docs/latex/structsecmem_1_1alloc_1_1rebind__coll__graph.pdf differ
|