diff --git a/docs/html/AboutDialog_8h_source.html b/docs/html/AboutDialog_8h_source.html index 79fd9126..aff6ac04 100644 --- a/docs/html/AboutDialog_8h_source.html +++ b/docs/html/AboutDialog_8h_source.html @@ -145,17 +145,17 @@ $(document).ready(function(){initNavTree('AboutDialog_8h_source.html',''); initR
136 
137 } // namespace GpgFrontend::UI
GpgFrontend::UI::AboutDialog
Class for handling the about dialog.
Definition: AboutDialog.h:113
-
GpgFrontend::UI::AboutDialog::AboutDialog
AboutDialog(int defaultIndex, QWidget *parent)
Construct a new About Dialog object.
Definition: AboutDialog.cpp:39
-
GpgFrontend::UI::AboutDialog::showEvent
void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:74
+
GpgFrontend::UI::AboutDialog::AboutDialog
AboutDialog(int defaultIndex, QWidget *parent)
Construct a new About Dialog object.
Definition: AboutDialog.cpp:42
+
GpgFrontend::UI::AboutDialog::showEvent
void showEvent(QShowEvent *ev) override
Definition: AboutDialog.cpp:77
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::InfoTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:40
-
GpgFrontend::UI::InfoTab::InfoTab
InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:76
+
GpgFrontend::UI::InfoTab::InfoTab
InfoTab(QWidget *parent=nullptr)
Construct a new Info Tab object.
Definition: AboutDialog.cpp:79
GpgFrontend::UI::TranslatorsTab
Class containing the translator tab of about dialog.
Definition: AboutDialog.h:56
-
GpgFrontend::UI::TranslatorsTab::TranslatorsTab
TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:120
+
GpgFrontend::UI::TranslatorsTab::TranslatorsTab
TranslatorsTab(QWidget *parent=nullptr)
Construct a new Translators Tab object.
Definition: AboutDialog.cpp:121
GpgFrontend::UI::UpdateTab
Class containing the main tab of about dialog.
Definition: AboutDialog.h:72
-
GpgFrontend::UI::UpdateTab::slot_show_version_status
void slot_show_version_status()
Definition: AboutDialog.cpp:211
+
GpgFrontend::UI::UpdateTab::slot_show_version_status
void slot_show_version_status()
Definition: AboutDialog.cpp:216
GpgFrontend::UI::UpdateTab::SignalReplyFromUpdateServer
void SignalReplyFromUpdateServer(QByteArray data)
-
GpgFrontend::UI::UpdateTab::UpdateTab
UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:140
+
GpgFrontend::UI::UpdateTab::UpdateTab
UpdateTab(QWidget *parent=nullptr)
Construct a new Update Tab object.
Definition: AboutDialog.cpp:141
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/GnuPGControllerDialog_8h_source.html b/docs/html/GnuPGControllerDialog_8h_source.html index a9ff6f48..3c91be85 100644 --- a/docs/html/GnuPGControllerDialog_8h_source.html +++ b/docs/html/GnuPGControllerDialog_8h_source.html @@ -134,13 +134,13 @@ $(document).ready(function(){initNavTree('GnuPGControllerDialog_8h_source.html',
126 } // namespace GpgFrontend::UI
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::GnuPGControllerDialog
Definition: GnuPGControllerDialog.h:36
-
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_path
auto check_custom_gnupg_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:352
-
GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:348
+
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_path
auto check_custom_gnupg_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:350
+
GpgFrontend::UI::GnuPGControllerDialog::slot_set_restart_needed
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:346
GpgFrontend::UI::GnuPGControllerDialog::SignalRestartNeeded
void SignalRestartNeeded(int)
-
GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed
auto get_restart_needed() const -> int
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:344
+
GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed
auto get_restart_needed() const -> int
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:342
GpgFrontend::UI::GnuPGControllerDialog::set_settings
void set_settings()
Set the settings object.
Definition: GnuPGControllerDialog.cpp:269
GpgFrontend::UI::GnuPGControllerDialog::GnuPGControllerDialog
GnuPGControllerDialog(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: GnuPGControllerDialog.cpp:40
-
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_key_database_path
auto check_custom_gnupg_key_database_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:385
+
GpgFrontend::UI::GnuPGControllerDialog::check_custom_gnupg_key_database_path
auto check_custom_gnupg_key_database_path(QString) -> bool
Definition: GnuPGControllerDialog.cpp:383
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/GpgFrontendUIInit_8h_source.html b/docs/html/GpgFrontendUIInit_8h_source.html index a749e932..765f9d07 100644 --- a/docs/html/GpgFrontendUIInit_8h_source.html +++ b/docs/html/GpgFrontendUIInit_8h_source.html @@ -103,9 +103,9 @@ $(document).ready(function(){initNavTree('GpgFrontendUIInit_8h_source.html','');
57 
58 }; // namespace GpgFrontend::UI
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::DestroyGpgFrontendUI
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:211
-
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI(QApplication *)
init the UI library
Definition: GpgFrontendUIInit.cpp:109
-
GpgFrontend::UI::RunGpgFrontendUI
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition: GpgFrontendUIInit.cpp:190
+
GpgFrontend::UI::DestroyGpgFrontendUI
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:209
+
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI(QApplication *)
init the UI library
Definition: GpgFrontendUIInit.cpp:107
+
GpgFrontend::UI::RunGpgFrontendUI
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition: GpgFrontendUIInit.cpp:188
diff --git a/docs/html/KeyServerImportTask_8h_source.html b/docs/html/KeyServerImportTask_8h_source.html index e580e5f5..a68d8f3b 100644 --- a/docs/html/KeyServerImportTask_8h_source.html +++ b/docs/html/KeyServerImportTask_8h_source.html @@ -128,8 +128,8 @@ $(document).ready(function(){initNavTree('KeyServerImportTask_8h_source.html',''
GpgFrontend::Thread::Task
Definition: Task.h:39
GpgFrontend::UI::KeyServerImportTask
Definition: KeyServerImportTask.h:42
GpgFrontend::UI::KeyServerImportTask::SignalKeyServerImportResult
void SignalKeyServerImportResult(bool, QString, QByteArray, std::shared_ptr< GpgImportInformation >)
-
GpgFrontend::UI::KeyServerImportTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: KeyServerImportTask.cpp:52
-
GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask
KeyServerImportTask(QString keyserver_url, std::vector< QString > keyid)
Construct a new Key Server Search Task object.
Definition: KeyServerImportTask.cpp:36
+
GpgFrontend::UI::KeyServerImportTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: KeyServerImportTask.cpp:51
+
GpgFrontend::UI::KeyServerImportTask::KeyServerImportTask
KeyServerImportTask(QString keyserver_url, std::vector< QString > keyid)
Construct a new Key Server Search Task object.
Definition: KeyServerImportTask.cpp:35
GpgFrontend::UI
Definition: FileReadTask.cpp:31
GpgFrontend
Definition: app.cpp:39
diff --git a/docs/html/KeyServerSearchTask_8h_source.html b/docs/html/KeyServerSearchTask_8h_source.html index aaac9cda..528bf7c8 100644 --- a/docs/html/KeyServerSearchTask_8h_source.html +++ b/docs/html/KeyServerSearchTask_8h_source.html @@ -123,8 +123,8 @@ $(document).ready(function(){initNavTree('KeyServerSearchTask_8h_source.html',''
77 } // namespace GpgFrontend::UI
GpgFrontend::Thread::Task
Definition: Task.h:39
GpgFrontend::UI::KeyServerSearchTask
Definition: KeyServerSearchTask.h:38
-
GpgFrontend::UI::KeyServerSearchTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: KeyServerSearchTask.cpp:42
-
GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask
KeyServerSearchTask(QString keyserver_url, QString search_string)
Construct a new Key Server Search Task object.
Definition: KeyServerSearchTask.cpp:33
+
GpgFrontend::UI::KeyServerSearchTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: KeyServerSearchTask.cpp:40
+
GpgFrontend::UI::KeyServerSearchTask::KeyServerSearchTask
KeyServerSearchTask(QString keyserver_url, QString search_string)
Construct a new Key Server Search Task object.
Definition: KeyServerSearchTask.cpp:31
GpgFrontend::UI::KeyServerSearchTask::SignalKeyServerSearchResult
void SignalKeyServerSearchResult(QNetworkReply::NetworkError reply, QByteArray buffer)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/KeyUploadDialog_8h_source.html b/docs/html/KeyUploadDialog_8h_source.html index 13d699ac..73a682b4 100644 --- a/docs/html/KeyUploadDialog_8h_source.html +++ b/docs/html/KeyUploadDialog_8h_source.html @@ -120,8 +120,8 @@ $(document).ready(function(){initNavTree('KeyUploadDialog_8h_source.html',''); i
GpgFrontend::GFBuffer
Definition: GFBuffer.h:36
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::KeyUploadDialog
Definition: KeyUploadDialog.h:42
-
GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:44
-
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GFBuffer &)
Definition: KeyUploadDialog.cpp:95
+
GpgFrontend::UI::KeyUploadDialog::KeyUploadDialog
KeyUploadDialog(const KeyIdArgsListPtr &keys_ids, QWidget *parent)
Construct a new Key Upload Dialog object.
Definition: KeyUploadDialog.cpp:43
+
GpgFrontend::UI::KeyUploadDialog::slot_upload_key_to_server
void slot_upload_key_to_server(const GFBuffer &)
Definition: KeyUploadDialog.cpp:94
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/KeygenDialog_8h_source.html b/docs/html/KeygenDialog_8h_source.html index 8c209526..d9ad0517 100644 --- a/docs/html/KeygenDialog_8h_source.html +++ b/docs/html/KeygenDialog_8h_source.html @@ -163,30 +163,30 @@ $(document).ready(function(){initNavTree('KeygenDialog_8h_source.html',''); init
188 } // namespace GpgFrontend::UI
GpgFrontend::UI::GeneralDialog
Definition: GeneralDialog.h:35
GpgFrontend::UI::KeyGenDialog
Definition: KeygenDialog.h:44
-
GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:405
+
GpgFrontend::UI::KeyGenDialog::create_basic_info_group_box
QGroupBox * create_basic_info_group_box()
Create a basic info group box object.
Definition: KeygenDialog.cpp:404
GpgFrontend::UI::KeyGenDialog::error_messages_
QStringList error_messages_
Definition: KeygenDialog.h:90
-
GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:235
+
GpgFrontend::UI::KeyGenDialog::slot_signing_box_changed
void slot_signing_box_changed(int state)
Definition: KeygenDialog.cpp:234
GpgFrontend::UI::KeyGenDialog::expire_check_box_
QCheckBox * expire_check_box_
Checkbox, if key should expire.
Definition: KeygenDialog.h:105
GpgFrontend::UI::KeyGenDialog::date_edit_
QDateTimeEdit * date_edit_
Date edit for expiration date.
Definition: KeygenDialog.h:104
GpgFrontend::UI::KeyGenDialog::key_type_combo_box_
QComboBox * key_type_combo_box_
Combobox for Key type.
Definition: KeygenDialog.h:103
GpgFrontend::UI::KeyGenDialog::comment_edit_
QLineEdit * comment_edit_
Line edit for the keys comment.
Definition: KeygenDialog.h:101
GpgFrontend::UI::KeyGenDialog::email_edit_
QLineEdit * email_edit_
Line edit for the keys email.
Definition: KeygenDialog.h:100
GpgFrontend::UI::KeyGenDialog::KeyGenDialog
KeyGenDialog(QWidget *parent=nullptr)
Definition: KeygenDialog.cpp:43
-
GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:243
-
GpgFrontend::UI::KeyGenDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: KeygenDialog.cpp:286
-
GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: KeygenDialog.cpp:192
+
GpgFrontend::UI::KeyGenDialog::slot_certification_box_changed
void slot_certification_box_changed(int state)
Definition: KeygenDialog.cpp:242
+
GpgFrontend::UI::KeyGenDialog::refresh_widgets_state
void refresh_widgets_state()
Definition: KeygenDialog.cpp:285
+
GpgFrontend::UI::KeyGenDialog::slot_expire_box_changed
void slot_expire_box_changed()
Definition: KeygenDialog.cpp:191
GpgFrontend::UI::KeyGenDialog::key_usage_group_box_
QGroupBox * key_usage_group_box_
Definition: KeygenDialog.h:107
GpgFrontend::UI::KeyGenDialog::name_edit_
QLineEdit * name_edit_
Line edit for the keys name.
Definition: KeygenDialog.h:99
GpgFrontend::UI::KeyGenDialog::error_label_
QLabel * error_label_
Label containing error message.
Definition: KeygenDialog.h:98
-
GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:194
-
GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:251
-
GpgFrontend::UI::KeyGenDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:370
+
GpgFrontend::UI::KeyGenDialog::create_key_usage_group_box
QGroupBox * create_key_usage_group_box()
Create a key usage group box object.
Definition: KeygenDialog.cpp:193
+
GpgFrontend::UI::KeyGenDialog::slot_authentication_box_changed
void slot_authentication_box_changed(int state)
Definition: KeygenDialog.cpp:250
+
GpgFrontend::UI::KeyGenDialog::set_signal_slot
void set_signal_slot()
Set the signal slot object.
Definition: KeygenDialog.cpp:369
GpgFrontend::UI::KeyGenDialog::button_box_
QDialogButtonBox * button_box_
Box for standard buttons.
Definition: KeygenDialog.h:97
GpgFrontend::UI::KeyGenDialog::key_size_spin_box_
QSpinBox * key_size_spin_box_
Spinbox for the keys size (in bit)
Definition: KeygenDialog.h:102
GpgFrontend::UI::KeyGenDialog::key_usage_check_boxes_
std::vector< QCheckBox * > key_usage_check_boxes_
ENCR, SIGN, CERT, AUTH.
Definition: KeygenDialog.h:110
-
GpgFrontend::UI::KeyGenDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:259
-
GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:227
-
GpgFrontend::UI::KeyGenDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:401
+
GpgFrontend::UI::KeyGenDialog::slot_activated_key_type
void slot_activated_key_type(int index)
Definition: KeygenDialog.cpp:258
+
GpgFrontend::UI::KeyGenDialog::slot_encryption_box_changed
void slot_encryption_box_changed(int state)
Definition: KeygenDialog.cpp:226
+
GpgFrontend::UI::KeyGenDialog::check_email_address
bool check_email_address(const QString &str)
Definition: KeygenDialog.cpp:400
GpgFrontend::UI::KeyGenDialog::slot_key_gen_accept
void slot_key_gen_accept()
Definition: KeygenDialog.cpp:90
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/ListedKeyServerTestTask_8h_source.html b/docs/html/ListedKeyServerTestTask_8h_source.html index b52dec43..57b9ba01 100644 --- a/docs/html/ListedKeyServerTestTask_8h_source.html +++ b/docs/html/ListedKeyServerTestTask_8h_source.html @@ -131,9 +131,9 @@ $(document).ready(function(){initNavTree('ListedKeyServerTestTask_8h_source.html
GpgFrontend::Thread::Task
Definition: Task.h:39
GpgFrontend::UI::ListedKeyServerTestTask
Definition: ListedKeyServerTestTask.h:43
GpgFrontend::UI::ListedKeyServerTestTask::SignalKeyServerListTestResult
void SignalKeyServerListTestResult(std::vector< KeyServerTestResultType > result)
-
GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask
ListedKeyServerTestTask(QStringList urls, int timeout, QWidget *parent=nullptr)
Definition: ListedKeyServerTestTask.cpp:36
-
GpgFrontend::UI::ListedKeyServerTestTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: ListedKeyServerTestTask.cpp:48
-
GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply
void slot_process_network_reply(int index, QNetworkReply *reply)
Definition: ListedKeyServerTestTask.cpp:82
+
GpgFrontend::UI::ListedKeyServerTestTask::ListedKeyServerTestTask
ListedKeyServerTestTask(QStringList urls, int timeout, QWidget *parent=nullptr)
Definition: ListedKeyServerTestTask.cpp:34
+
GpgFrontend::UI::ListedKeyServerTestTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: ListedKeyServerTestTask.cpp:46
+
GpgFrontend::UI::ListedKeyServerTestTask::slot_process_network_reply
void slot_process_network_reply(int index, QNetworkReply *reply)
Definition: ListedKeyServerTestTask.cpp:76
TestListedKeyServerThread
Definition: ListedKeyServerTestTask.h:88
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/LocalizedUtils_8h_source.html b/docs/html/LocalizedUtils_8h_source.html index 96b4492b..401d83f2 100644 --- a/docs/html/LocalizedUtils_8h_source.html +++ b/docs/html/LocalizedUtils_8h_source.html @@ -91,11 +91,9 @@ $(document).ready(function(){initNavTree('LocalizedUtils_8h_source.html',''); in
30 
31 namespace GpgFrontend {
32 
-
33 auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString;
+
33 auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> QString;
34 
-
35 auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString;
-
36 
-
37 } // namespace GpgFrontend
+
35 }
GpgFrontend
Definition: app.cpp:39
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html index 84e19dbe..5234cae7 100644 --- a/docs/html/MainWindow_8h_source.html +++ b/docs/html/MainWindow_8h_source.html @@ -356,7 +356,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::GeneralMainWindow
Definition: GeneralMainWindow.h:38
GpgFrontend::UI::MainWindow
Definition: MainWindow.h:47
GpgFrontend::UI::MainWindow::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:471
-
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:190
+
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:189
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:677
GpgFrontend::UI::MainWindow::SlotEncrypt
void SlotEncrypt()
Definition: MainWindowGpgOperaFunction.cpp:46
GpgFrontend::UI::MainWindow::Init
void Init() noexcept
Definition: MainWindow.cpp:55
@@ -378,13 +378,13 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:67
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(int)
Definition: MainWindowSlotUI.cpp:181
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:65
-
GpgFrontend::UI::MainWindow::slot_version_upgrade_nofity
void slot_version_upgrade_nofity()
Definition: MainWindowSlotFunction.cpp:265
+
GpgFrontend::UI::MainWindow::slot_version_upgrade_nofity
void slot_version_upgrade_nofity()
Definition: MainWindowSlotFunction.cpp:264
GpgFrontend::UI::MainWindow::gpg_menu_
QMenu * gpg_menu_
Submenu for help-operations.
Definition: MainWindow.h:433
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:498
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:513
GpgFrontend::UI::MainWindow::SlotDecrypt
void SlotDecrypt()
Definition: MainWindowGpgOperaFunction.cpp:195
GpgFrontend::UI::MainWindow::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:448
-
GpgFrontend::UI::MainWindow::slot_copy_default_uid_to_clipboard
void slot_copy_default_uid_to_clipboard()
Definition: MainWindowSlotFunction.cpp:164
+
GpgFrontend::UI::MainWindow::slot_copy_default_uid_to_clipboard
void slot_copy_default_uid_to_clipboard()
Definition: MainWindowSlotFunction.cpp:163
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:459
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:504
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:455
@@ -418,7 +418,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::create_attachment_dock
void create_attachment_dock()
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:514
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:506
-
GpgFrontend::UI::MainWindow::slot_copy_key_id_to_clipboard
void slot_copy_key_id_to_clipboard()
Definition: MainWindowSlotFunction.cpp:177
+
GpgFrontend::UI::MainWindow::slot_copy_key_id_to_clipboard
void slot_copy_key_id_to_clipboard()
Definition: MainWindowSlotFunction.cpp:176
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:539
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:376
GpgFrontend::UI::MainWindow::SlotSign
void SlotSign()
Definition: MainWindowGpgOperaFunction.cpp:141
@@ -440,13 +440,13 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::SlotVerify
void SlotVerify()
Definition: MainWindowGpgOperaFunction.cpp:230
GpgFrontend::UI::MainWindow::SlotEncryptSign
void SlotEncryptSign()
Definition: MainWindowGpgOperaFunction.cpp:260
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:511
-
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:237
-
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(const QString &path)
Definition: MainWindowSlotFunction.cpp:244
+
GpgFrontend::UI::MainWindow::upload_key_to_server
void upload_key_to_server()
Definition: MainWindowSlotFunction.cpp:236
+
GpgFrontend::UI::MainWindow::SlotOpenFile
void SlotOpenFile(const QString &path)
Definition: MainWindowSlotFunction.cpp:243
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:465
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:495
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:451
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:508
-
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:222
+
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:221
GpgFrontend::UI::MainWindow::slot_find
void slot_find()
Definition: MainWindowSlotFunction.cpp:47
GpgFrontend::UI::MainWindow::SlotFileVerify
void SlotFileVerify(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:450
GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:133
@@ -454,7 +454,7 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:447
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:442
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:486
-
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:151
+
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:150
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:497
GpgFrontend::UI::MainWindow::SlotDirectoryEncryptSign
void SlotDirectoryEncryptSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:637
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:510
diff --git a/docs/html/ProxyConnectionTestTask_8h_source.html b/docs/html/ProxyConnectionTestTask_8h_source.html index 726b8350..7bfb5b8f 100644 --- a/docs/html/ProxyConnectionTestTask_8h_source.html +++ b/docs/html/ProxyConnectionTestTask_8h_source.html @@ -121,10 +121,10 @@ $(document).ready(function(){initNavTree('ProxyConnectionTestTask_8h_source.html
85 } // namespace GpgFrontend::UI
GpgFrontend::Thread::Task
Definition: Task.h:39
GpgFrontend::UI::ProxyConnectionTestTask
Definition: ProxyConnectionTestTask.h:43
-
GpgFrontend::UI::ProxyConnectionTestTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: ProxyConnectionTestTask.cpp:44
+
GpgFrontend::UI::ProxyConnectionTestTask::Run
auto Run() -> int override
can be overwrite by subclass
Definition: ProxyConnectionTestTask.cpp:42
GpgFrontend::UI::ProxyConnectionTestTask::SignalProxyConnectionTestResult
void SignalProxyConnectionTestResult(const QString &result)
-
GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply
void slot_process_network_reply(QNetworkReply *reply)
Definition: ProxyConnectionTestTask.cpp:69
-
GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask
ProxyConnectionTestTask(QString url, int timeout)
Construct a new Proxy Connection Test Thread object.
Definition: ProxyConnectionTestTask.cpp:35
+
GpgFrontend::UI::ProxyConnectionTestTask::slot_process_network_reply
void slot_process_network_reply(QNetworkReply *reply)
Definition: ProxyConnectionTestTask.cpp:64
+
GpgFrontend::UI::ProxyConnectionTestTask::ProxyConnectionTestTask
ProxyConnectionTestTask(QString url, int timeout)
Construct a new Proxy Connection Test Thread object.
Definition: ProxyConnectionTestTask.cpp:33
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/UserInterfaceUtils_8h_source.html b/docs/html/UserInterfaceUtils_8h_source.html index 19a9b5c2..08c815d6 100644 --- a/docs/html/UserInterfaceUtils_8h_source.html +++ b/docs/html/UserInterfaceUtils_8h_source.html @@ -201,25 +201,25 @@ $(document).ready(function(){initNavTree('UserInterfaceUtils_8h_source.html','')
303 } // namespace GpgFrontend::UI
GpgFrontend::GpgKey
Definition: GpgKey.h:40
GpgFrontend::UI::CommonUtils
Definition: UserInterfaceUtils.h:117
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:278
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:314
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromFile
void SlotImportKeyFromFile(QWidget *parent)
Definition: UserInterfaceUtils.cpp:277
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromClipboard
void SlotImportKeyFromClipboard(QWidget *parent)
Definition: UserInterfaceUtils.cpp:313
GpgFrontend::UI::CommonUtils::SignalKeyDatabaseRefreshDone
void SignalKeyDatabaseRefreshDone()
emit when the key database is refreshed
-
GpgFrontend::UI::CommonUtils::RaiseMessageBox
static void RaiseMessageBox(QWidget *parent, GpgError err)
Definition: UserInterfaceUtils.cpp:246
-
GpgFrontend::UI::CommonUtils::SlotExecuteCommand
void SlotExecuteCommand(const QString &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:319
-
GpgFrontend::UI::CommonUtils::RaiseFailureMessageBox
static void RaiseFailureMessageBox(QWidget *parent, GpgError err)
Definition: UserInterfaceUtils.cpp:258
-
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:150
-
GpgFrontend::UI::CommonUtils::CommonUtils
CommonUtils()
Construct a new Common Utils object.
Definition: UserInterfaceUtils.cpp:157
-
GpgFrontend::UI::CommonUtils::slot_update_key_status
void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:479
-
GpgFrontend::UI::CommonUtils::WaitForOpera
static void WaitForOpera(QWidget *parent, const QString &, const OperaWaitingCb &)
Definition: UserInterfaceUtils.cpp:222
-
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const QString &in_buffer)
Definition: UserInterfaceUtils.cpp:270
-
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:309
-
GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:351
+
GpgFrontend::UI::CommonUtils::RaiseMessageBox
static void RaiseMessageBox(QWidget *parent, GpgError err)
Definition: UserInterfaceUtils.cpp:245
+
GpgFrontend::UI::CommonUtils::SlotExecuteCommand
void SlotExecuteCommand(const QString &cmd, const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:318
+
GpgFrontend::UI::CommonUtils::RaiseFailureMessageBox
static void RaiseFailureMessageBox(QWidget *parent, GpgError err)
Definition: UserInterfaceUtils.cpp:257
+
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:149
+
GpgFrontend::UI::CommonUtils::CommonUtils
CommonUtils()
Construct a new Common Utils object.
Definition: UserInterfaceUtils.cpp:156
+
GpgFrontend::UI::CommonUtils::slot_update_key_status
void slot_update_key_status()
update the key status when signal is emitted
Definition: UserInterfaceUtils.cpp:474
+
GpgFrontend::UI::CommonUtils::WaitForOpera
static void WaitForOpera(QWidget *parent, const QString &, const OperaWaitingCb &)
Definition: UserInterfaceUtils.cpp:221
+
GpgFrontend::UI::CommonUtils::SlotImportKeys
void SlotImportKeys(QWidget *parent, const QString &in_buffer)
Definition: UserInterfaceUtils.cpp:269
+
GpgFrontend::UI::CommonUtils::SlotImportKeyFromKeyServer
void SlotImportKeyFromKeyServer(QWidget *parent)
Definition: UserInterfaceUtils.cpp:308
+
GpgFrontend::UI::CommonUtils::SlotExecuteGpgCommand
void SlotExecuteGpgCommand(const QStringList &arguments, const std::function< void(QProcess *)> &interact_func)
Definition: UserInterfaceUtils.cpp:350
GpgFrontend::UI
Definition: FileReadTask.cpp:31
-
GpgFrontend::UI::process_operation
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
-
GpgFrontend::UI::show_verify_details
void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:59
-
GpgFrontend::UI::import_unknown_key_from_keyserver
void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:68
-
GpgFrontend::UI::process_result_analyse
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:103
-
GpgFrontend::UI::refresh_info_board
void refresh_info_board(InfoBoardWidget *info_board, int status, const QString &report_text)
Definition: UserInterfaceUtils.cpp:92
+
GpgFrontend::UI::process_operation
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:120
+
GpgFrontend::UI::show_verify_details
void show_verify_details(QWidget *parent, InfoBoardWidget *info_board, GpgError error, const GpgVerifyResult &verify_result)
Definition: UserInterfaceUtils.cpp:58
+
GpgFrontend::UI::import_unknown_key_from_keyserver
void import_unknown_key_from_keyserver(QWidget *parent, const GpgVerifyResultAnalyse &verify_res)
Definition: UserInterfaceUtils.cpp:67
+
GpgFrontend::UI::process_result_analyse
void process_result_analyse(TextEdit *edit, InfoBoardWidget *info_board, const GpgResultAnalyse &result_analyse)
Definition: UserInterfaceUtils.cpp:102
+
GpgFrontend::UI::refresh_info_board
void refresh_info_board(InfoBoardWidget *info_board, int status, const QString &report_text)
Definition: UserInterfaceUtils.cpp:91
GpgFrontend
Definition: app.cpp:39
GpgFrontend::GpgError
gpgme_error_t GpgError
gpgme error
Definition: GpgTypedef.h:42
diff --git a/docs/html/Wizard_8h_source.html b/docs/html/Wizard_8h_source.html index 65423ba6..b499ebd0 100644 --- a/docs/html/Wizard_8h_source.html +++ b/docs/html/Wizard_8h_source.html @@ -167,20 +167,20 @@ $(document).ready(function(){initNavTree('Wizard_8h_source.html',''); initResiza
185 
186 } // namespace GpgFrontend::UI
GpgFrontend::UI::ChoosePage
Definition: Wizard.h:97
-
GpgFrontend::UI::ChoosePage::nextId
int nextId() const override
Definition: Wizard.cpp:162
-
GpgFrontend::UI::ChoosePage::ChoosePage
ChoosePage(QWidget *parent=nullptr)
Construct a new Choose Page object.
Definition: Wizard.cpp:107
-
GpgFrontend::UI::ChoosePage::slot_jump_page
void slot_jump_page(const QString &page)
Definition: Wizard.cpp:164
+
GpgFrontend::UI::ChoosePage::nextId
int nextId() const override
Definition: Wizard.cpp:157
+
GpgFrontend::UI::ChoosePage::ChoosePage
ChoosePage(QWidget *parent=nullptr)
Construct a new Choose Page object.
Definition: Wizard.cpp:111
+
GpgFrontend::UI::ChoosePage::slot_jump_page
void slot_jump_page(const QString &page)
Definition: Wizard.cpp:159
GpgFrontend::UI::ConclusionPage
Definition: Wizard.h:163
-
GpgFrontend::UI::ConclusionPage::nextId
int nextId() const override
Definition: Wizard.cpp:249
-
GpgFrontend::UI::ConclusionPage::ConclusionPage
ConclusionPage(QWidget *parent=nullptr)
Construct a new Conclusion Page object.
Definition: Wizard.cpp:213
+
GpgFrontend::UI::ConclusionPage::nextId
int nextId() const override
Definition: Wizard.cpp:242
+
GpgFrontend::UI::ConclusionPage::ConclusionPage
ConclusionPage(QWidget *parent=nullptr)
Construct a new Conclusion Page object.
Definition: Wizard.cpp:208
GpgFrontend::UI::IntroPage
Definition: Wizard.h:77
-
GpgFrontend::UI::IntroPage::nextId
int nextId() const override
Definition: Wizard.cpp:105
-
GpgFrontend::UI::IntroPage::IntroPage
IntroPage(QWidget *parent=nullptr)
Construct a new Intro Page object.
Definition: Wizard.cpp:70
+
GpgFrontend::UI::IntroPage::nextId
int nextId() const override
Definition: Wizard.cpp:109
+
GpgFrontend::UI::IntroPage::IntroPage
IntroPage(QWidget *parent=nullptr)
Construct a new Intro Page object.
Definition: Wizard.cpp:73
GpgFrontend::UI::KeyGenPage
Definition: Wizard.h:132
-
GpgFrontend::UI::KeyGenPage::KeyGenPage
KeyGenPage(QWidget *parent=nullptr)
Construct a new Key Gen Page object.
Definition: Wizard.cpp:173
-
GpgFrontend::UI::KeyGenPage::nextId
int nextId() const override
Definition: Wizard.cpp:206
+
GpgFrontend::UI::KeyGenPage::KeyGenPage
KeyGenPage(QWidget *parent=nullptr)
Construct a new Key Gen Page object.
Definition: Wizard.cpp:168
+
GpgFrontend::UI::KeyGenPage::nextId
int nextId() const override
Definition: Wizard.cpp:201
GpgFrontend::UI::Wizard
Definition: Wizard.h:43
-
GpgFrontend::UI::Wizard::Wizard
Wizard(QWidget *parent=nullptr)
Construct a new Wizard object.
Definition: Wizard.cpp:35
+
GpgFrontend::UI::Wizard::Wizard
Wizard(QWidget *parent=nullptr)
Construct a new Wizard object.
Definition: Wizard.cpp:36
GpgFrontend::UI::Wizard::SignalOpenHelp
void SignalOpenHelp(QString page)
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/namespaceGpgFrontend.html b/docs/html/namespaceGpgFrontend.html index 5ef24f7e..f996d6d4 100644 --- a/docs/html/namespaceGpgFrontend.html +++ b/docs/html/namespaceGpgFrontend.html @@ -558,12 +558,9 @@ auto GetFullExtension   auto GPGFRONTEND_CORE_EXPORT GetFullExtension (QString path) -> QString   - -auto GetLocalizedDateByTimestamp (time_t timestamp) -> QString -  - -auto GetUTCDateByTimestamp (time_t timestamp) -> QString -  + +auto GetFormatedDateByTimestamp (time_t timestamp) -> QString +  auto GetDefaultLogger () -> std::shared_ptr< spdlog::logger >   auto GetCoreLogger () -> std::shared_ptr< spdlog::logger > diff --git a/docs/html/namespaceGpgFrontend.js b/docs/html/namespaceGpgFrontend.js index 223b2049..af50232e 100644 --- a/docs/html/namespaceGpgFrontend.js +++ b/docs/html/namespaceGpgFrontend.js @@ -142,6 +142,7 @@ var namespaceGpgFrontend = [ "GetFileChecksum", "namespaceGpgFrontend.html#abb732c46d16c0e6650a2abccd339b828", null ], [ "GetFileExtension", "namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9", null ], [ "GetFileSizeByPath", "namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a", null ], + [ "GetFormatedDateByTimestamp", "namespaceGpgFrontend.html#ac03bed87f7ba61809b068330a7587b71", null ], [ "GetFullExtension", "namespaceGpgFrontend.html#aa4edab1fb9eebdd48aee5a9352e5f28f", null ], [ "GetFullExtension", "namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f", null ], [ "GetGlobalFunctionObjectChannelLock", "namespaceGpgFrontend.html#a10702b31104f50862fbbf9f275212817", null ], @@ -150,11 +151,9 @@ var namespaceGpgFrontend = [ "GetGpgmeErrorString", "namespaceGpgFrontend.html#aa4b8b000832efe97ea79e563023072a3", null ], [ "GetGpgmeErrorString", "namespaceGpgFrontend.html#ab566ecd4ccab47cabb66488ca88314d8", null ], [ "GetHumanFriendlyFileSize", "namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71", null ], - [ "GetLocalizedDateByTimestamp", "namespaceGpgFrontend.html#a0dd4be5ef35dd33df1497afec238778b", null ], [ "GetLogger", "namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe", null ], [ "GetOnlyFileNameWithPath", "namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1", null ], [ "GetTempFilePath", "namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249", null ], - [ "GetUTCDateByTimestamp", "namespaceGpgFrontend.html#a7dc46cc9459f510afaddc0861d87c72b", null ], [ "GFReadExCb", "namespaceGpgFrontend.html#a5873ec4eb8faca93ab83780d9bcfe3a6", null ], [ "GFReleaseExCb", "namespaceGpgFrontend.html#a15ad42419c64d9eacf082239e620bc98", null ], [ "GFWriteExCb", "namespaceGpgFrontend.html#a0f9d6483641fbea3af87addf155b1d67", null ], diff --git a/docs/html/namespaceGpgFrontend_1_1UI.html b/docs/html/namespaceGpgFrontend_1_1UI.html index 512b01c7..f3596f7a 100644 --- a/docs/html/namespaceGpgFrontend_1_1UI.html +++ b/docs/html/namespaceGpgFrontend_1_1UI.html @@ -309,9 +309,6 @@ Variables constexpr size_t kBufferSize = 8192   - -QList< QTranslator * > registered_translators

Detailed Description

Copyright (C) 2021 Saturneric eric@.nosp@m.bktu.nosp@m.s.com

diff --git a/docs/html/namespaceGpgFrontend_1_1UI.js b/docs/html/namespaceGpgFrontend_1_1UI.js index 4ba6fb7e..8ec3f14e 100644 --- a/docs/html/namespaceGpgFrontend_1_1UI.js +++ b/docs/html/namespaceGpgFrontend_1_1UI.js @@ -91,6 +91,5 @@ var namespaceGpgFrontend_1_1UI = [ "RunGpgFrontendUI", "namespaceGpgFrontend_1_1UI.html#ac53b300d580dcb56188aaed68c3de755", null ], [ "show_verify_details", "namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281", null ], [ "WaitEnvCheckingProcess", "namespaceGpgFrontend_1_1UI.html#a09b25a9e0be03c914c1d3d480fb6cdf0", null ], - [ "kBufferSize", "namespaceGpgFrontend_1_1UI.html#ab3c7c7a20a7e1d1c560082770ba28882", null ], - [ "registered_translators", "namespaceGpgFrontend_1_1UI.html#a8bc715a231f14deadd8d85dd66a92d92", null ] + [ "kBufferSize", "namespaceGpgFrontend_1_1UI.html#ab3c7c7a20a7e1d1c560082770ba28882", null ] ]; \ No newline at end of file diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index 1223cf0f..a9cb2d63 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -54,18 +54,18 @@ var NAVTREE = var NAVTREEINDEX = [ -"", -"classGpgFrontend_1_1DataObject_1_1Impl.html#a52d00fb15bee9947a8a3062254f3ad15", -"classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c", -"classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422", -"classGpgFrontend_1_1PassphraseGenerator.html", -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a41fdc92e83892a89404913232a89e5a4", -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf", -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839", -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4", -"dir_fc6c58bf49530122ab17df13a9869378.html", -"namespaceGpgFrontend_1_1Module_1_1SDK.html#a77f3de0edd4f66611431addcdc69e4c1", -"structGpgFrontend_1_1UI_1_1KeyServerSO.html#af0a58755c2b62dac4695a7dc0d407e0a" +"AboutDialog_8h_source.html", +"classGpgFrontend_1_1GFBuffer.html#a11850e9664ed9e1f6333bca539ecfde5", +"classGpgFrontend_1_1GpgGenerateKeyResult.html#a7b59cc89f2c9441783c3b87ddc2986d7", +"classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37", +"classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998", +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a5238316d0c0de7377302c62b7795fd5e", +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a", +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f", +"classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c", +"functions.html", +"namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f", +"structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex0.js b/docs/html/navtreeindex0.js index acb02cf2..c9f64c9f 100644 --- a/docs/html/navtreeindex0.js +++ b/docs/html/navtreeindex0.js @@ -1,9 +1,5 @@ var NAVTREEINDEX0 = { -"":[1,0,0], -"":[1,0,1], -"":[1,0,3], -"":[1,0,2,0,0], "AboutDialog_8h_source.html":[3,0,0,4,0,2,0], "AppearanceSO_8h_source.html":[3,0,0,4,3,0,0], "ArchiveFileOperator_8h_source.html":[3,0,0,0,0,3], @@ -249,5 +245,9 @@ var NAVTREEINDEX0 = "classGpgFrontend_1_1DataObject_1_1Impl.html":[2,0,1,38,0], "classGpgFrontend_1_1DataObject_1_1Impl.html#a37b2d9e563d6b89a3cff2c07151f3f3b":[2,0,1,38,0,0], "classGpgFrontend_1_1DataObject_1_1Impl.html#a495a9d81102b1700e127d30c17fd1399":[2,0,1,38,0,1], -"classGpgFrontend_1_1DataObject_1_1Impl.html#a4deafdee492ea0607f445cf6bbfb8264":[2,0,1,38,0,3] +"classGpgFrontend_1_1DataObject_1_1Impl.html#a4deafdee492ea0607f445cf6bbfb8264":[2,0,1,38,0,3], +"classGpgFrontend_1_1DataObject_1_1Impl.html#a52d00fb15bee9947a8a3062254f3ad15":[2,0,1,38,0,5], +"classGpgFrontend_1_1DataObject_1_1Impl.html#a86ac3dcb4c1b90e606ac49505dc9e672":[2,0,1,38,0,4], +"classGpgFrontend_1_1DataObject_1_1Impl.html#afddd49f6e41546d08fa7b01605e8e6b9":[2,0,1,38,0,2], +"classGpgFrontend_1_1GFBuffer.html":[2,0,1,39] }; diff --git a/docs/html/navtreeindex1.js b/docs/html/navtreeindex1.js index d448b13b..b9c1d3f5 100644 --- a/docs/html/navtreeindex1.js +++ b/docs/html/navtreeindex1.js @@ -1,9 +1,5 @@ var NAVTREEINDEX1 = { -"classGpgFrontend_1_1DataObject_1_1Impl.html#a52d00fb15bee9947a8a3062254f3ad15":[2,0,1,38,0,5], -"classGpgFrontend_1_1DataObject_1_1Impl.html#a86ac3dcb4c1b90e606ac49505dc9e672":[2,0,1,38,0,4], -"classGpgFrontend_1_1DataObject_1_1Impl.html#afddd49f6e41546d08fa7b01605e8e6b9":[2,0,1,38,0,2], -"classGpgFrontend_1_1GFBuffer.html":[2,0,1,39], "classGpgFrontend_1_1GFBuffer.html#a11850e9664ed9e1f6333bca539ecfde5":[2,0,1,39,4], "classGpgFrontend_1_1GFBuffer.html#a167ed0fa84aba84db410302cf1661f14":[2,0,1,39,10], "classGpgFrontend_1_1GFBuffer.html#a1a1b67002461f91a52e027bb3a1b8eca":[2,0,1,39,11], @@ -249,5 +245,9 @@ var NAVTREEINDEX1 = "classGpgFrontend_1_1GpgFileOpera.html#abbb5953b208399cc778faa5dd210a23f":[2,0,1,20,8], "classGpgFrontend_1_1GpgFileOpera.html#acbbc57156fd7aa984489a2397b942fef":[2,0,1,20,17], "classGpgFrontend_1_1GpgFileOpera.html#acd125de9f5d6c49b2e5cf796f27a3398":[2,0,1,20,15], -"classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657":[2,0,1,20,9] +"classGpgFrontend_1_1GpgFileOpera.html#ace69ece7bb107e350e1ab5b3ff443657":[2,0,1,20,9], +"classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c":[2,0,1,20,6], +"classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430":[2,0,1,20,19], +"classGpgFrontend_1_1GpgGenerateKeyResult.html":[2,0,1,44], +"classGpgFrontend_1_1GpgGenerateKeyResult.html#a500e904bb2af1e9805a08f5d382c200b":[2,0,1,44,5] }; diff --git a/docs/html/navtreeindex10.js b/docs/html/navtreeindex10.js index 6b1b3ec5..7506b359 100644 --- a/docs/html/navtreeindex10.js +++ b/docs/html/navtreeindex10.js @@ -1,10 +1,5 @@ var NAVTREEINDEX10 = { -"namespaceGpgFrontend_1_1Module_1_1SDK.html#a77f3de0edd4f66611431addcdc69e4c1":[1,0,2,0,1,3], -"namespaceGpgFrontend_1_1Module_1_1SDK.html#ab16a035830f089a32f873bb4c61b420f":[1,0,2,0,1,4], -"namespaceGpgFrontend_1_1Module_1_1SDK.html#acee0c8da2a824cc7c5eef423fefa5840":[1,0,2,0,1,1], -"namespaceGpgFrontend_1_1RawAPI.html":[1,0,2,1], -"namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697":[1,0,2,1,2], "namespaceGpgFrontend_1_1RawAPI.html#a2e388ecafc7b859eda84b4e3c4e2576f":[1,0,2,1,0], "namespaceGpgFrontend_1_1RawAPI.html#aa2bc88cf78b8da893f1b5c7e2e8ccf42":[1,0,2,1,1], "namespaceGpgFrontend_1_1Test.html":[1,0,2,2], @@ -58,7 +53,6 @@ var NAVTREEINDEX10 = "namespaceGpgFrontend_1_1UI.html#a590a26051105940a6d6e0743b147e281":[1,0,2,4,84], "namespaceGpgFrontend_1_1UI.html#a60b5887adabc74015700795dc3c07ae9":[1,0,2,4,81], "namespaceGpgFrontend_1_1UI.html#a87d1b5ad9d36cb3c11de8a7797289206":[1,0,2,4,70], -"namespaceGpgFrontend_1_1UI.html#a8bc715a231f14deadd8d85dd66a92d92":[1,0,2,4,87], "namespaceGpgFrontend_1_1UI.html#a8c56bcc19761bbc2fc3134878d9bae37":[1,0,2,4,73], "namespaceGpgFrontend_1_1UI.html#a9a7d9a69168c833186f6a7b1accdd050":[1,0,2,4,78], "namespaceGpgFrontend_1_1UI.html#a9ab218dde057182cb4911c4792acd925":[1,0,2,4,75], @@ -249,5 +243,11 @@ var NAVTREEINDEX10 = "structGpgFrontend_1_1UI_1_1KeyServerSO.html#a32574d86305aaaada5cff183bb166530":[2,0,1,3,46,1], "structGpgFrontend_1_1UI_1_1KeyServerSO.html#a3e95cb36870b643cbb1e511a1f8e5b16":[2,0,1,3,46,6], "structGpgFrontend_1_1UI_1_1KeyServerSO.html#aca56922027941e01781c7e0582fae562":[2,0,1,3,46,2], -"structGpgFrontend_1_1UI_1_1KeyServerSO.html#ae9e37fe378ad327b1cad97cd3f9d9693":[2,0,1,3,46,0] +"structGpgFrontend_1_1UI_1_1KeyServerSO.html#ae9e37fe378ad327b1cad97cd3f9d9693":[2,0,1,3,46,0], +"structGpgFrontend_1_1UI_1_1KeyServerSO.html#af0a58755c2b62dac4695a7dc0d407e0a":[2,0,1,3,46,5], +"structGpgFrontend_1_1UI_1_1KeyServerSO.html#af5f83b07717f206a069fae945be9c388":[2,0,1,3,46,4], +"structGpgFrontend_1_1UI_1_1KeyServerSO.html#afec2c455b7b57c66a2f034f49ba21105":[2,0,1,3,46,3], +"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,1,3,63], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,1,3,63,8], +"structGpgFrontend_1_1UI_1_1KeyTable.html#a1560962e3a6eac5f042ba4963f439f15":[2,0,1,3,63,12] }; diff --git a/docs/html/navtreeindex11.js b/docs/html/navtreeindex11.js index ed8426d3..3680c5b3 100644 --- a/docs/html/navtreeindex11.js +++ b/docs/html/navtreeindex11.js @@ -1,11 +1,5 @@ var NAVTREEINDEX11 = { -"structGpgFrontend_1_1UI_1_1KeyServerSO.html#af0a58755c2b62dac4695a7dc0d407e0a":[2,0,1,3,46,5], -"structGpgFrontend_1_1UI_1_1KeyServerSO.html#af5f83b07717f206a069fae945be9c388":[2,0,1,3,46,4], -"structGpgFrontend_1_1UI_1_1KeyServerSO.html#afec2c455b7b57c66a2f034f49ba21105":[2,0,1,3,46,3], -"structGpgFrontend_1_1UI_1_1KeyTable.html":[2,0,1,3,63], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a0719f023069e0f6e29db20b6cd0cf5ea":[2,0,1,3,63,8], -"structGpgFrontend_1_1UI_1_1KeyTable.html#a1560962e3a6eac5f042ba4963f439f15":[2,0,1,3,63,12], "structGpgFrontend_1_1UI_1_1KeyTable.html#a5bce4bf0dc41ac05390a4f93da8b8985":[2,0,1,3,63,14], "structGpgFrontend_1_1UI_1_1KeyTable.html#a77eba4055ecb7d32fab06f65b80ae07e":[2,0,1,3,63,3], "structGpgFrontend_1_1UI_1_1KeyTable.html#a9ef84e0b2d9146b962ca4ca79e7f0e9c":[2,0,1,3,63,2], @@ -126,5 +120,9 @@ var NAVTREEINDEX11 = "structpinentry.html#afa4e4b457995d3ca3907c65930d18e26":[2,0,6,62], "structpinentry.html#afaf96dbf5f96d41e4b3760ba498d3837":[2,0,6,53], "structsecmem_1_1alloc_1_1rebind.html":[2,0,2,0,0], -"structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0] +"structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0], +"":[1,0,2,0,0], +"":[1,0,1], +"":[1,0,0], +"":[1,0,3] }; diff --git a/docs/html/navtreeindex2.js b/docs/html/navtreeindex2.js index e3341221..fea51cff 100644 --- a/docs/html/navtreeindex2.js +++ b/docs/html/navtreeindex2.js @@ -1,9 +1,5 @@ var NAVTREEINDEX2 = { -"classGpgFrontend_1_1GpgFileOpera.html#af10bf1aa98a6717adbef57c11750094c":[2,0,1,20,6], -"classGpgFrontend_1_1GpgFileOpera.html#af4a26e42f0a3d49905777d22828fa430":[2,0,1,20,19], -"classGpgFrontend_1_1GpgGenerateKeyResult.html":[2,0,1,44], -"classGpgFrontend_1_1GpgGenerateKeyResult.html#a500e904bb2af1e9805a08f5d382c200b":[2,0,1,44,5], "classGpgFrontend_1_1GpgGenerateKeyResult.html#a7b59cc89f2c9441783c3b87ddc2986d7":[2,0,1,44,1], "classGpgFrontend_1_1GpgGenerateKeyResult.html#a7bedbb216a82219aad31d60103921dfe":[2,0,1,44,6], "classGpgFrontend_1_1GpgGenerateKeyResult.html#a7fdc3ba87f30ca6de4c0da382f0f4b7c":[2,0,1,44,7], @@ -249,5 +245,9 @@ var NAVTREEINDEX2 = "classGpgFrontend_1_1GpgTOFUInfo.html#a0387dad26d2fcc70189fbfad6a9b7936":[2,0,1,54,14], "classGpgFrontend_1_1GpgTOFUInfo.html#a196c3a373a425dca10631c5d4566732d":[2,0,1,54,9], "classGpgFrontend_1_1GpgTOFUInfo.html#a35510807eea162b83d71ecebf98cf25f":[2,0,1,54,12], -"classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82":[2,0,1,54,7] +"classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82":[2,0,1,54,7], +"classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422":[2,0,1,54,4], +"classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9":[2,0,1,54,8], +"classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437":[2,0,1,54,6], +"classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178":[2,0,1,54,10] }; diff --git a/docs/html/navtreeindex3.js b/docs/html/navtreeindex3.js index 0faf796e..c0fe3e1e 100644 --- a/docs/html/navtreeindex3.js +++ b/docs/html/navtreeindex3.js @@ -1,9 +1,5 @@ var NAVTREEINDEX3 = { -"classGpgFrontend_1_1GpgTOFUInfo.html#a4f46d32bc9bf1a1a3bbc32461538a422":[2,0,1,54,4], -"classGpgFrontend_1_1GpgTOFUInfo.html#a506686bed09a700157050824c4ec0db9":[2,0,1,54,8], -"classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437":[2,0,1,54,6], -"classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178":[2,0,1,54,10], "classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37":[2,0,1,54,5], "classGpgFrontend_1_1GpgTOFUInfo.html#a80acb09347a74cc35776d58b9874cf37":[2,0,1,54,1], "classGpgFrontend_1_1GpgTOFUInfo.html#a86f44d98d2109f0fe210604326393eb3":[2,0,1,54,0], @@ -249,5 +245,9 @@ var NAVTREEINDEX3 = "classGpgFrontend_1_1Module_1_1Module_1_1Impl.html#ac1163893225f8c16b5945e6bf1489282":[2,0,1,0,4,0,1], "classGpgFrontend_1_1Module_1_1Module_1_1Impl.html#ad58ee3fef7e93f74aadf8ab3227db5ed":[2,0,1,0,4,0,12], "classGpgFrontend_1_1Module_1_1Module_1_1Impl.html#af262a7f6c555eb4966bb51175280df5c":[2,0,1,0,4,0,0], -"classGpgFrontend_1_1Module_1_1Module_1_1Impl.html#afe85061d93568cabc555b05fff0e63e7":[2,0,1,0,4,0,4] +"classGpgFrontend_1_1Module_1_1Module_1_1Impl.html#afe85061d93568cabc555b05fff0e63e7":[2,0,1,0,4,0,4], +"classGpgFrontend_1_1PassphraseGenerator.html":[2,0,1,28], +"classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa":[2,0,1,28,3], +"classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892":[2,0,1,28,2], +"classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf":[2,0,1,28,0] }; diff --git a/docs/html/navtreeindex4.js b/docs/html/navtreeindex4.js index ff03bccf..1a703e9f 100644 --- a/docs/html/navtreeindex4.js +++ b/docs/html/navtreeindex4.js @@ -1,9 +1,5 @@ var NAVTREEINDEX4 = { -"classGpgFrontend_1_1PassphraseGenerator.html":[2,0,1,28], -"classGpgFrontend_1_1PassphraseGenerator.html#a12ee6f9b7fff4883074321c7e0de3dfa":[2,0,1,28,3], -"classGpgFrontend_1_1PassphraseGenerator.html#a19ac4999bbd5fb7e6c42a4aef9606892":[2,0,1,28,2], -"classGpgFrontend_1_1PassphraseGenerator.html#ac82ef545a54468ad02253a61cc62e3cf":[2,0,1,28,0], "classGpgFrontend_1_1PassphraseGenerator.html#ae53436e5b7dc44e96afe014ccd544998":[2,0,1,28,1], "classGpgFrontend_1_1PointerConverter.html":[2,0,1,57], "classGpgFrontend_1_1PointerConverter.html#a1a6b5b600655d46afc57b877c9b94a14":[2,0,1,57,0], @@ -249,5 +245,9 @@ var NAVTREEINDEX4 = "classGpgFrontend_1_1UI_1_1FileTreeView.html#a31251c64e0e44a1aa7c28ea6bfec6fac":[2,0,1,3,56,22], "classGpgFrontend_1_1UI_1_1FileTreeView.html#a37fc114d8f94ede3601e845e0b719913":[2,0,1,3,56,31], "classGpgFrontend_1_1UI_1_1FileTreeView.html#a3c1f1811b9022af5accf5dd6f408a4a5":[2,0,1,3,56,36], -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0":[2,0,1,3,56,15] +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a3f3f0feea01ce05304e48110d2f33af0":[2,0,1,3,56,15], +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a41fdc92e83892a89404913232a89e5a4":[2,0,1,3,56,27], +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a46daeb183f5f127c7d7f91e1ae506e38":[2,0,1,3,56,33], +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2":[2,0,1,3,56,10], +"classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1":[2,0,1,3,56,13] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index 2fc74db3..e3e4a22f 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -1,9 +1,5 @@ var NAVTREEINDEX5 = { -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a41fdc92e83892a89404913232a89e5a4":[2,0,1,3,56,27], -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a46daeb183f5f127c7d7f91e1ae506e38":[2,0,1,3,56,33], -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a4a02715e876d9a36b4bbdf505d8ad8a2":[2,0,1,3,56,10], -"classGpgFrontend_1_1UI_1_1FileTreeView.html#a4e4c6474f46750c5e78cbd10ce6c2cc1":[2,0,1,3,56,13], "classGpgFrontend_1_1UI_1_1FileTreeView.html#a5238316d0c0de7377302c62b7795fd5e":[2,0,1,3,56,35], "classGpgFrontend_1_1UI_1_1FileTreeView.html#a55ab0ccc16e3a1696e3b1ee47e884544":[2,0,1,3,56,37], "classGpgFrontend_1_1UI_1_1FileTreeView.html#a626b131b432c29f162aa9a47fd9f67f7":[2,0,1,3,56,16], @@ -249,5 +245,9 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a6ee90b63414038e9f840933a5b2c5e46":[2,0,1,3,42,2], "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a75e6e38da08275188c7a78fb57fa6641":[2,0,1,3,42,23], "classGpgFrontend_1_1UI_1_1KeyMgmt.html#a7623fa63b3c24ee86d923b434dee9c7f":[2,0,1,3,42,33], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,1,3,42,35] +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a876e257c8d8bb7e47ceb70e1da4f9da7":[2,0,1,3,42,35], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,1,3,42,15], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a9ec2dc6b623617496aa934a45256d695":[2,0,1,3,42,20], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,1,3,42,12], +"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,1,3,42,14] }; diff --git a/docs/html/navtreeindex6.js b/docs/html/navtreeindex6.js index 22719ab7..7d8c9215 100644 --- a/docs/html/navtreeindex6.js +++ b/docs/html/navtreeindex6.js @@ -1,9 +1,5 @@ var NAVTREEINDEX6 = { -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a905d55ac2c7de8579db9f5a7b91a0abf":[2,0,1,3,42,15], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#a9ec2dc6b623617496aa934a45256d695":[2,0,1,3,42,20], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa10636ab18ccf63bcd3dfa60bdd9cbc7":[2,0,1,3,42,12], -"classGpgFrontend_1_1UI_1_1KeyMgmt.html#aa5cd08927c720e1d545149e8318559c8":[2,0,1,3,42,14], "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab06b65fbb2581eb1245d45273ed3885a":[2,0,1,3,42,13], "classGpgFrontend_1_1UI_1_1KeyMgmt.html#ab3698ef93ee48a949915f205452f8743":[2,0,1,3,42,16], "classGpgFrontend_1_1UI_1_1KeyMgmt.html#abf0f05743185c40b3cd0936ddccf8f9d":[2,0,1,3,42,22], @@ -249,5 +245,9 @@ var NAVTREEINDEX6 = "classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[2,0,1,3,43,22], "classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,1,3,43,77], "classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,1,3,43,4], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,1,3,43,75] +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,1,3,43,75], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,1,3,43,131], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,1,3,43,141], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,1,3,43,140], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,1,3,43,109] }; diff --git a/docs/html/navtreeindex7.js b/docs/html/navtreeindex7.js index 6d3857c2..89be5591 100644 --- a/docs/html/navtreeindex7.js +++ b/docs/html/navtreeindex7.js @@ -1,9 +1,5 @@ var NAVTREEINDEX7 = { -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,1,3,43,131], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,1,3,43,141], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,1,3,43,140], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,1,3,43,109], "classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,1,3,43,34], "classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,1,3,43,3], "classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca":[2,0,1,3,43,124], @@ -249,5 +245,9 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555":[2,0,1,3,66,5], "classGpgFrontend_1_1UI_1_1TextEdit.html#a306999df608947dc0728d651893b20f6":[2,0,1,3,66,28], "classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,1,3,66,35], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,1,3,66,12] +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,1,3,66,12], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,1,3,66,18], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,1,3,66,14], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,1,3,66,33], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,1,3,66,31] }; diff --git a/docs/html/navtreeindex8.js b/docs/html/navtreeindex8.js index 9fba0ad0..6b2d9127 100644 --- a/docs/html/navtreeindex8.js +++ b/docs/html/navtreeindex8.js @@ -1,9 +1,5 @@ var NAVTREEINDEX8 = { -"classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,1,3,66,18], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,1,3,66,14], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,1,3,66,33], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,1,3,66,31], "classGpgFrontend_1_1UI_1_1TextEdit.html#a57a46ab5595622ae0b7bceef7d56bd7c":[2,0,1,3,66,19], "classGpgFrontend_1_1UI_1_1TextEdit.html#a60c73cc66a48a38c13e7890de49e86c3":[2,0,1,3,66,22], "classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf":[2,0,1,3,66,6], @@ -249,5 +245,9 @@ var NAVTREEINDEX8 = "dir_db6209eff64d15a114e6ff7aefbf1abd.html":[3,0,0,0,2], "dir_e2aa8803ed3498b184755f32f6c016d5.html":[3,0,0,4,0,2], "dir_f3911b9629b0e27ea480d06d47573cbf.html":[3,0,0,4,5], -"dir_f8a0abd6d3586538a5b71803e0ab7ffa.html":[3,0,0,0,0] +"dir_f8a0abd6d3586538a5b71803e0ab7ffa.html":[3,0,0,0,0], +"dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,0,2], +"dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,4], +"files.html":[3,0], +"functions.html":[2,3,0,0] }; diff --git a/docs/html/navtreeindex9.js b/docs/html/navtreeindex9.js index 9d03d986..f6f3c192 100644 --- a/docs/html/navtreeindex9.js +++ b/docs/html/navtreeindex9.js @@ -1,17 +1,13 @@ var NAVTREEINDEX9 = { -"dir_fc6c58bf49530122ab17df13a9869378.html":[3,0,0,0,0,2], -"dir_fd71accbf528c1576ca21e7ec5716833.html":[3,0,0,0,4], -"files.html":[3,0], "functions.html":[2,3,0], -"functions.html":[2,3,0,0], "functions_b.html":[2,3,0,1], "functions_c.html":[2,3,0,2], "functions_d.html":[2,3,0,3], "functions_e.html":[2,3,0,4], "functions_f.html":[2,3,0,5], -"functions_func.html":[2,3,1], "functions_func.html":[2,3,1,0], +"functions_func.html":[2,3,1], "functions_func_c.html":[2,3,1,1], "functions_func_d.html":[2,3,1,2], "functions_func_e.html":[2,3,1,3], @@ -53,84 +49,82 @@ var NAVTREEINDEX9 = "functions_z.html":[2,3,0,22], "functions_~.html":[2,3,0,23], "hierarchy.html":[2,2], -"index.html":[0], "index.html":[], +"index.html":[0], "init_8h_source.html":[3,0,0,8], "integrated_2gnupg__info__gathering__module_2GpgFrontendModuleExport_8h_source.html":[3,0,0,1,0,0,1], "integrated_2version__checking__module_2GpgFrontendModuleExport_8h_source.html":[3,0,0,1,0,1,0], "main_8h_source.html":[3,0,0,9], "namespaceGpgFrontend.html":[1,0,2], -"namespaceGpgFrontend.html#a014b2bbf69113d3856e42455650ae18c":[1,0,2,195], -"namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455":[1,0,2,177], -"namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db":[1,0,2,185], -"namespaceGpgFrontend.html#a0781ebc8c308a3bade1174355f9a0ff2":[1,0,2,135], -"namespaceGpgFrontend.html#a0a45485ea151b17c4eb756f929940a08":[1,0,2,171], +"namespaceGpgFrontend.html#a014b2bbf69113d3856e42455650ae18c":[1,0,2,194], +"namespaceGpgFrontend.html#a026a59b2fb217146cfcc4ca2b108d455":[1,0,2,176], +"namespaceGpgFrontend.html#a05c3fa7850da1b7fc2e89a9604beb1db":[1,0,2,184], +"namespaceGpgFrontend.html#a0781ebc8c308a3bade1174355f9a0ff2":[1,0,2,136], +"namespaceGpgFrontend.html#a0a45485ea151b17c4eb756f929940a08":[1,0,2,170], "namespaceGpgFrontend.html#a0c14f6d43175fadd9180621cffddcba5":[1,0,2,76], -"namespaceGpgFrontend.html#a0d3c3d137aca0e2168efa3c9c86a428a":[1,0,2,203], -"namespaceGpgFrontend.html#a0dd4be5ef35dd33df1497afec238778b":[1,0,2,139], +"namespaceGpgFrontend.html#a0d3c3d137aca0e2168efa3c9c86a428a":[1,0,2,202], "namespaceGpgFrontend.html#a0f6c508ed7db841c0eaf5907c7612ff6":[1,0,2,125], -"namespaceGpgFrontend.html#a0f9d6483641fbea3af87addf155b1d67":[1,0,2,146], -"namespaceGpgFrontend.html#a10702b31104f50862fbbf9f275212817":[1,0,2,133], +"namespaceGpgFrontend.html#a0f9d6483641fbea3af87addf155b1d67":[1,0,2,145], +"namespaceGpgFrontend.html#a10702b31104f50862fbbf9f275212817":[1,0,2,134], "namespaceGpgFrontend.html#a12d733ca5d10191048cbc45126cfab33":[1,0,2,70], "namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a":[1,0,2,124], -"namespaceGpgFrontend.html#a15ad42419c64d9eacf082239e620bc98":[1,0,2,145], +"namespaceGpgFrontend.html#a15ad42419c64d9eacf082239e620bc98":[1,0,2,144], "namespaceGpgFrontend.html#a1ca6897677586deeb81a3fc9140d510f":[1,0,2,105], -"namespaceGpgFrontend.html#a1f5b13d592d0ccd8472d4771660b6d48":[1,0,2,188], -"namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5":[1,0,2,159], +"namespaceGpgFrontend.html#a1f5b13d592d0ccd8472d4771660b6d48":[1,0,2,187], +"namespaceGpgFrontend.html#a1fad8d31c148bf81a9bea45b2918b9e5":[1,0,2,158], "namespaceGpgFrontend.html#a23c07a646573089f3d3fbcd5d8f5183e":[1,0,2,81], "namespaceGpgFrontend.html#a2470eb154743191c3454203f23d3a2f8":[1,0,2,72], "namespaceGpgFrontend.html#a24f0cdb48363f99db7cbb7312a9965d4":[1,0,2,62], -"namespaceGpgFrontend.html#a250ad950f8337bf5b7c4e35cd7a12ece":[1,0,2,149], -"namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de":[1,0,2,155], -"namespaceGpgFrontend.html#a26ae744ec7069879c3c1de36f62ab88c":[1,0,2,209], -"namespaceGpgFrontend.html#a29569a0fa7a10edd50e2383a6ad3baa8":[1,0,2,134], +"namespaceGpgFrontend.html#a250ad950f8337bf5b7c4e35cd7a12ece":[1,0,2,148], +"namespaceGpgFrontend.html#a253c30d60238c5c0ed1545d0c7bf31de":[1,0,2,154], +"namespaceGpgFrontend.html#a26ae744ec7069879c3c1de36f62ab88c":[1,0,2,208], +"namespaceGpgFrontend.html#a29569a0fa7a10edd50e2383a6ad3baa8":[1,0,2,135], "namespaceGpgFrontend.html#a298d0e911d189337157b1b23bc94d864":[1,0,2,120], -"namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da":[1,0,2,148], -"namespaceGpgFrontend.html#a2d302c8892e6d6505a86db40131d88c8":[1,0,2,190], +"namespaceGpgFrontend.html#a2b70b63c5a2173e62168123f6a2ad3da":[1,0,2,147], +"namespaceGpgFrontend.html#a2d302c8892e6d6505a86db40131d88c8":[1,0,2,189], "namespaceGpgFrontend.html#a2e06a0e88cef1c101977144ab8c7d324":[1,0,2,90], -"namespaceGpgFrontend.html#a2e3c816e22fd5e2728ca02ca65b4e248":[1,0,2,172], -"namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449":[1,0,2,201], +"namespaceGpgFrontend.html#a2e3c816e22fd5e2728ca02ca65b4e248":[1,0,2,171], +"namespaceGpgFrontend.html#a2e3fbfe1404b1f9d140d4177fd93e449":[1,0,2,200], "namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1":[1,0,2,141], -"namespaceGpgFrontend.html#a30710220097d61cff8bc59c3e643d87f":[1,0,2,186], -"namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc":[1,0,2,156], -"namespaceGpgFrontend.html#a324ae4dfad2f9cd8a5da9d553798b0c0":[1,0,2,183], -"namespaceGpgFrontend.html#a361a1d994bb15f5c6b84336523c062ea":[1,0,2,200], +"namespaceGpgFrontend.html#a30710220097d61cff8bc59c3e643d87f":[1,0,2,185], +"namespaceGpgFrontend.html#a316a209be1a4c403426c77b029e319fc":[1,0,2,155], +"namespaceGpgFrontend.html#a324ae4dfad2f9cd8a5da9d553798b0c0":[1,0,2,182], +"namespaceGpgFrontend.html#a361a1d994bb15f5c6b84336523c062ea":[1,0,2,199], "namespaceGpgFrontend.html#a37e8fe7369a69aa26dd6f90810ff34cd":[1,0,2,100], -"namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c":[1,0,2,174], -"namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff":[1,0,2,181], +"namespaceGpgFrontend.html#a398baf5153c1eb3534729d11edb01f9c":[1,0,2,173], +"namespaceGpgFrontend.html#a3ad5659719d261ea3142c2baa60d40ff":[1,0,2,180], "namespaceGpgFrontend.html#a3b5f18fd9cdc048974e357beac4927aa":[1,0,2,115], "namespaceGpgFrontend.html#a3d15fda681fcdd6ea07a8eb31f81b249":[1,0,2,142], "namespaceGpgFrontend.html#a3d735ed2f15dbf638cfa508daba16e5b":[1,0,2,94], "namespaceGpgFrontend.html#a3eb3e3e38d04e035e3c2d44b5a553d32":[1,0,2,112], "namespaceGpgFrontend.html#a445c070c37811b064e6e4dbb8979bc95":[1,0,2,118], "namespaceGpgFrontend.html#a4829a5cf1cd28ff53c22cc81b8742799":[1,0,2,93], -"namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0":[1,0,2,161], -"namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69":[1,0,2,180], -"namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9":[1,0,2,193], -"namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86":[1,0,2,191], +"namespaceGpgFrontend.html#a4c2a4a157e45e169682a99d7f5130dc0":[1,0,2,160], +"namespaceGpgFrontend.html#a4d05b4cdd90b01bb59d887e43df39e69":[1,0,2,179], +"namespaceGpgFrontend.html#a4df3f25e93d16e2dc60c7d680c22dcb9":[1,0,2,192], +"namespaceGpgFrontend.html#a4e780b0a2bddd1ce8735d3fa36dbfa86":[1,0,2,190], "namespaceGpgFrontend.html#a513719e9188327e5b773533156afb2cc":[1,0,2,103], -"namespaceGpgFrontend.html#a51a984685dad4a268877a335cc99df16":[1,0,2,202], +"namespaceGpgFrontend.html#a51a984685dad4a268877a335cc99df16":[1,0,2,201], "namespaceGpgFrontend.html#a54baa8d3ea3843c907a7644a85cb9699":[1,0,2,101], -"namespaceGpgFrontend.html#a5873ec4eb8faca93ab83780d9bcfe3a6":[1,0,2,144], -"namespaceGpgFrontend.html#a5af37847ea5afc05366af818405aea72":[1,0,2,170], -"namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f":[1,0,2,157], -"namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71":[1,0,2,138], -"namespaceGpgFrontend.html#a5bc56ca0af26f82a20f044e4acb3fba5":[1,0,2,150], -"namespaceGpgFrontend.html#a5c22b88f9b79bb13515bb73d7f44635e":[1,0,2,169], -"namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe":[1,0,2,175], +"namespaceGpgFrontend.html#a5873ec4eb8faca93ab83780d9bcfe3a6":[1,0,2,143], +"namespaceGpgFrontend.html#a5af37847ea5afc05366af818405aea72":[1,0,2,169], +"namespaceGpgFrontend.html#a5b02173b14e6ea7c0eee0e23e6bc879f":[1,0,2,156], +"namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71":[1,0,2,139], +"namespaceGpgFrontend.html#a5bc56ca0af26f82a20f044e4acb3fba5":[1,0,2,149], +"namespaceGpgFrontend.html#a5c22b88f9b79bb13515bb73d7f44635e":[1,0,2,168], +"namespaceGpgFrontend.html#a5e86f89a31d6514217b74dd1bbc59bfe":[1,0,2,174], "namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9":[1,0,2,129], -"namespaceGpgFrontend.html#a66ab3e2370f5e22389a6f14722203eba":[1,0,2,198], -"namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c":[1,0,2,162], -"namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06":[1,0,2,184], -"namespaceGpgFrontend.html#a7364d5871088cf2788b1b62f8e57cd0b":[1,0,2,196], +"namespaceGpgFrontend.html#a66ab3e2370f5e22389a6f14722203eba":[1,0,2,197], +"namespaceGpgFrontend.html#a6a865c31afb5384811ed69b72c31ad8c":[1,0,2,161], +"namespaceGpgFrontend.html#a730cce728b43f040f6b0cb2823146a06":[1,0,2,183], +"namespaceGpgFrontend.html#a7364d5871088cf2788b1b62f8e57cd0b":[1,0,2,195], "namespaceGpgFrontend.html#a75f249f0581b7886cad96fb8a47caebe":[1,0,2,116], "namespaceGpgFrontend.html#a76dbbc37c483668600134ecb593f6263":[1,0,2,110], "namespaceGpgFrontend.html#a78b1b599412775d1c8ef1d6e3a1fc898":[1,0,2,82], "namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe":[1,0,2,140], "namespaceGpgFrontend.html#a7afb2f49f666ad2ad4c0decd7a30098c":[1,0,2,89], -"namespaceGpgFrontend.html#a7dc46cc9459f510afaddc0861d87c72b":[1,0,2,143], -"namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4":[1,0,2,151], -"namespaceGpgFrontend.html#a80a8da094435f1d6ff7275024f58b0ee":[1,0,2,164], +"namespaceGpgFrontend.html#a7ffad7330067c9ab03842c656fa199f4":[1,0,2,150], +"namespaceGpgFrontend.html#a80a8da094435f1d6ff7275024f58b0ee":[1,0,2,163], "namespaceGpgFrontend.html#a820d6ec2f05b8dba4d72b4d73839219f":[1,0,2,122], "namespaceGpgFrontend.html#a8289d85d3d0ba11d77b6982c362ca33d":[1,0,2,95], "namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf":[1,0,2,109], @@ -141,74 +135,75 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a93c0ac9e329baa602e0bfdee7ea1273f":[1,0,2,84], "namespaceGpgFrontend.html#a96965d89a0dbe9a2787e8db26fd8df5e":[1,0,2,104], "namespaceGpgFrontend.html#a98b32faa9ee5378c6affc9af37a3cb93":[1,0,2,114], -"namespaceGpgFrontend.html#a996f730a5f063db494628fbe0bd64f94":[1,0,2,189], +"namespaceGpgFrontend.html#a996f730a5f063db494628fbe0bd64f94":[1,0,2,188], "namespaceGpgFrontend.html#a9a490a519b935a1c55039ae8b0cc3cf0":[1,0,2,73], -"namespaceGpgFrontend.html#a9a6caca2480e71bb58c178ad1c936d0d":[1,0,2,165], -"namespaceGpgFrontend.html#a9be39741eaea98c723dacb136d977c1e":[1,0,2,207], -"namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61":[1,0,2,163], +"namespaceGpgFrontend.html#a9a6caca2480e71bb58c178ad1c936d0d":[1,0,2,164], +"namespaceGpgFrontend.html#a9be39741eaea98c723dacb136d977c1e":[1,0,2,206], +"namespaceGpgFrontend.html#a9eb3f1dfac3cab84bb08712c3953eb61":[1,0,2,162], "namespaceGpgFrontend.html#aa22dc541423cb09a1dd250d458eb069c":[1,0,2,119], "namespaceGpgFrontend.html#aa245390caad33b810e2fef4a0e9de7e9":[1,0,2,77], "namespaceGpgFrontend.html#aa2e45f703a9bd027960936304b35072e":[1,0,2,121], "namespaceGpgFrontend.html#aa3019ec3e3454346434ba2235d304dd0":[1,0,2,123], -"namespaceGpgFrontend.html#aa4b8b000832efe97ea79e563023072a3":[1,0,2,136], -"namespaceGpgFrontend.html#aa4edab1fb9eebdd48aee5a9352e5f28f":[1,0,2,131], -"namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53":[1,0,2,176], -"namespaceGpgFrontend.html#aa6a99a5c150a1fc4a275443de00bcef1":[1,0,2,187], -"namespaceGpgFrontend.html#aa8b5320fe7408dcaf096afc81ec50ee0":[1,0,2,194], +"namespaceGpgFrontend.html#aa4b8b000832efe97ea79e563023072a3":[1,0,2,137], +"namespaceGpgFrontend.html#aa4edab1fb9eebdd48aee5a9352e5f28f":[1,0,2,132], +"namespaceGpgFrontend.html#aa639da20e2329c4471ab5612325aef53":[1,0,2,175], +"namespaceGpgFrontend.html#aa6a99a5c150a1fc4a275443de00bcef1":[1,0,2,186], +"namespaceGpgFrontend.html#aa8b5320fe7408dcaf096afc81ec50ee0":[1,0,2,193], "namespaceGpgFrontend.html#aa8c5cb4cb2c9421dc8f754d3652c5313":[1,0,2,117], -"namespaceGpgFrontend.html#aa9d15c8dfa6894ce6cd3afcd2692a004":[1,0,2,154], -"namespaceGpgFrontend.html#aab142fb7074042551b27101dd4c66e13":[1,0,2,167], +"namespaceGpgFrontend.html#aa9d15c8dfa6894ce6cd3afcd2692a004":[1,0,2,153], +"namespaceGpgFrontend.html#aab142fb7074042551b27101dd4c66e13":[1,0,2,166], "namespaceGpgFrontend.html#aabdfd3af05b9bd22ac212d17e5824ddb":[1,0,2,113], -"namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a":[1,0,2,179], +"namespaceGpgFrontend.html#aacb6d1475346e42afb8e0ea8427bac9a":[1,0,2,178], "namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51":[1,0,2,127], "namespaceGpgFrontend.html#ab0a0bf1c3231a455c85f5604f4ff219a":[1,0,2,61], "namespaceGpgFrontend.html#ab19bf8acd65218045313b120cf72333e":[1,0,2,80], -"namespaceGpgFrontend.html#ab40fa300f040973be4d89aff4497cb68":[1,0,2,166], -"namespaceGpgFrontend.html#ab566ecd4ccab47cabb66488ca88314d8":[1,0,2,137], +"namespaceGpgFrontend.html#ab40fa300f040973be4d89aff4497cb68":[1,0,2,165], +"namespaceGpgFrontend.html#ab566ecd4ccab47cabb66488ca88314d8":[1,0,2,138], "namespaceGpgFrontend.html#ab79dcab305ada8544a740c4ca9c4f9d5":[1,0,2,98], "namespaceGpgFrontend.html#ab9e8650a71965e35cb6a763dbf61a048":[1,0,2,83], "namespaceGpgFrontend.html#abb732c46d16c0e6650a2abccd339b828":[1,0,2,128], -"namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e":[1,0,2,182], -"namespaceGpgFrontend.html#abd2d1f26e265695f6bdaf23d42f33ddd":[1,0,2,205], +"namespaceGpgFrontend.html#abca29d455373e3278486ed20c4a63b6e":[1,0,2,181], +"namespaceGpgFrontend.html#abd2d1f26e265695f6bdaf23d42f33ddd":[1,0,2,204], "namespaceGpgFrontend.html#abdc336cc966afe6c1523cb7751cac9f8":[1,0,2,87], -"namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22":[1,0,2,160], +"namespaceGpgFrontend.html#abeb3c754e9529570abe5fef6a97f3c22":[1,0,2,159], +"namespaceGpgFrontend.html#ac03bed87f7ba61809b068330a7587b71":[1,0,2,131], "namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a":[1,0,2,130], "namespaceGpgFrontend.html#ac194dd440fad5bee3cdfb06404482ded":[1,0,2,71], "namespaceGpgFrontend.html#ac35a1eb416146226f5c6446ab61dbc82":[1,0,2,85], -"namespaceGpgFrontend.html#ac53dc8a86e1175d6d814273963046905":[1,0,2,206], +"namespaceGpgFrontend.html#ac53dc8a86e1175d6d814273963046905":[1,0,2,205], "namespaceGpgFrontend.html#ac6770434e5db32aad4c3f7ab6aecd854":[1,0,2,96], "namespaceGpgFrontend.html#ac75881bd0bf993fa53464dbf76342a39":[1,0,2,111], "namespaceGpgFrontend.html#ac765d356eb5df4d086a41da639928d86":[1,0,2,99], "namespaceGpgFrontend.html#ac7a8e1fcf6807a655ced067406cafc44":[1,0,2,66], -"namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f":[1,0,2,132], -"namespaceGpgFrontend.html#acc004de90a41bcd7dc684b0d267fef41":[1,0,2,153], -"namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1":[1,0,2,192], -"namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41":[1,0,2,147], +"namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f":[1,0,2,133], +"namespaceGpgFrontend.html#acc004de90a41bcd7dc684b0d267fef41":[1,0,2,152], +"namespaceGpgFrontend.html#acc93a10f79f6479f72940fba39b780e1":[1,0,2,191], +"namespaceGpgFrontend.html#acd17bf45c5a18c762d8638fd643eaf41":[1,0,2,146], "namespaceGpgFrontend.html#acddb1542dcc076b53ea2d29b94b4c0aa":[1,0,2,64], "namespaceGpgFrontend.html#ad437908d506d86137a0d2fdec4c6c957":[1,0,2,106], -"namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d":[1,0,2,178], -"namespaceGpgFrontend.html#ad6f5f187a7e547c30f899458de0e5714":[1,0,2,168], -"namespaceGpgFrontend.html#ad7811325535b6bd4c2c6fe0597dac7e1":[1,0,2,204], -"namespaceGpgFrontend.html#ad8bf6414391c3be3b1ca3bcb1dc31ed8":[1,0,2,197], +"namespaceGpgFrontend.html#ad5b2890d3b26624800fa482d23f0e48d":[1,0,2,177], +"namespaceGpgFrontend.html#ad6f5f187a7e547c30f899458de0e5714":[1,0,2,167], +"namespaceGpgFrontend.html#ad7811325535b6bd4c2c6fe0597dac7e1":[1,0,2,203], +"namespaceGpgFrontend.html#ad8bf6414391c3be3b1ca3bcb1dc31ed8":[1,0,2,196], "namespaceGpgFrontend.html#ada351a434b8c5643e7ff587bbbda3bc1":[1,0,2,78], "namespaceGpgFrontend.html#ada6a044ece8975e35b2a229f65249713":[1,0,2,60], "namespaceGpgFrontend.html#addea8a9496b97952a6268f14a392e981":[1,0,2,126], "namespaceGpgFrontend.html#ae1e137141c75ba9da518547559e093a3":[1,0,2,65], "namespaceGpgFrontend.html#ae2d29cfc48268a9b696d21c741a4d7e3":[1,0,2,86], "namespaceGpgFrontend.html#ae64a430cbbc86f7c217f635bfec87ebd":[1,0,2,63], -"namespaceGpgFrontend.html#ae8e2c74d50d72bb11d1dc4c87a94c38b":[1,0,2,199], -"namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859":[1,0,2,158], +"namespaceGpgFrontend.html#ae8e2c74d50d72bb11d1dc4c87a94c38b":[1,0,2,198], +"namespaceGpgFrontend.html#ae910f7b068d7bd832bff6bfabed34859":[1,0,2,157], "namespaceGpgFrontend.html#ae9d2d995a9f33b55a3cf5c395aa88b84":[1,0,2,79], -"namespaceGpgFrontend.html#aeecb411d650c7979a5b0fce7c7555658":[1,0,2,208], +"namespaceGpgFrontend.html#aeecb411d650c7979a5b0fce7c7555658":[1,0,2,207], "namespaceGpgFrontend.html#af20ea48d77ddbb5fd6fb756d23af3b2c":[1,0,2,74], "namespaceGpgFrontend.html#af365d0d6db6a3912dcaac37c0ce3141a":[1,0,2,75], "namespaceGpgFrontend.html#af395fb120a603d913ac040372ee5c651":[1,0,2,108], "namespaceGpgFrontend.html#af5893376e05809fc30ab6e82f25f1525":[1,0,2,107], "namespaceGpgFrontend.html#af83643d38350a7eadec60a01ba390bd3":[1,0,2,91], "namespaceGpgFrontend.html#af881e2cfcc45dca20be4435aeb528c4e":[1,0,2,97], -"namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5":[1,0,2,152], +"namespaceGpgFrontend.html#afb32e3d737c4bf2e6ad112a90fe7f1f5":[1,0,2,151], "namespaceGpgFrontend.html#afc78f2bf4f6d0c56c23adec60c29241d":[1,0,2,69], -"namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4":[1,0,2,173], +"namespaceGpgFrontend.html#afd01101bc53f022b7d4790c6855762c4":[1,0,2,172], "namespaceGpgFrontend.html#afe1d3dd35d8b9afda0fd95c3791c2ac4":[1,0,2,102], "namespaceGpgFrontend.html#afe1d3dd35d8b9afda0fd95c3791c2ac4a73a0695f00eadab3bc6631e3e690c2db":[1,0,2,102,1], "namespaceGpgFrontend.html#afe1d3dd35d8b9afda0fd95c3791c2ac4a8bbc65c9c23bb8a74239c2ec48ed5f90":[1,0,2,102,2], @@ -249,5 +244,10 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule.html":[1,0,2,0,0,1], "namespaceGpgFrontend_1_1Module_1_1SDK.html":[1,0,2,0,1], "namespaceGpgFrontend_1_1Module_1_1SDK.html#a62422a87a5202b5e1d86482c88a06958":[1,0,2,0,1,0], -"namespaceGpgFrontend_1_1Module_1_1SDK.html#a6a1dff88f1da053117d0614c0f94e52c":[1,0,2,0,1,2] +"namespaceGpgFrontend_1_1Module_1_1SDK.html#a6a1dff88f1da053117d0614c0f94e52c":[1,0,2,0,1,2], +"namespaceGpgFrontend_1_1Module_1_1SDK.html#a77f3de0edd4f66611431addcdc69e4c1":[1,0,2,0,1,3], +"namespaceGpgFrontend_1_1Module_1_1SDK.html#ab16a035830f089a32f873bb4c61b420f":[1,0,2,0,1,4], +"namespaceGpgFrontend_1_1Module_1_1SDK.html#acee0c8da2a824cc7c5eef423fefa5840":[1,0,2,0,1,1], +"namespaceGpgFrontend_1_1RawAPI.html":[1,0,2,1], +"namespaceGpgFrontend_1_1RawAPI.html#a1f2f6c82e9c904c3875a123a65564697":[1,0,2,1,2] }; diff --git a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf index 886a5107..765ed4b3 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 624207f0..b145b56a 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 c8e645c3..21006eb6 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 40d07e8d..2fb62dc2 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 7345af70..098c9578 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 b2444c27..87d1a2d5 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 826609e5..daf3002d 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 826609e5..daf3002d 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_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf index dde10851..6e8cd0b7 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 39fa4c03..73bfddc4 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 1a1134d8..eefe3701 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 959c9cb4..ab51cb4d 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 84b04e01..86ab77c1 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 e7ee485e..777ac036 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 be9d1728..8b9a09da 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 3337df24..797f5b7a 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 86a6fe9f..874562b8 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 f9e01ead..46c74fc2 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 eb8727c2..3fc01602 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 3c1b2101..91e33810 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 82759d99..51a9d73f 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 82759d99..51a9d73f 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 52dccf93..d6caa363 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 c4376718..d1c37821 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 5873be21..67567d70 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 5b14a6cc..acb2013b 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 be933666..ce4a1619 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 5bd4f88a..d8bc715d 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 5bd4f88a..d8bc715d 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 435e5f9e..52324dba 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 96d9e915..8278c91e 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 4941bc3a..06fb2113 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 1c774dfb..ccff25c8 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 93f228d7..fec1c12d 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 33206038..6968a4e8 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 2246dc3d..a3a9128a 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 519501c9..f1561948 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 4e68e7d9..a8b7aceb 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 eef492dd..30764e9f 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 faa6787b..644d5d03 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 1e56632b..c5e8584d 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 b0e61fc4..a0afc891 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 2a5666ce..9aff517e 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 f98bfcec..547b7ef7 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 f98bfcec..547b7ef7 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 aa676231..0ee5c8f2 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 696e704d..258f467b 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 8f8c69a6..fab2644d 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 a7cdb248..bf9857c1 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 40cbf341..50d0f1a9 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 56a6599b..fb0ae43c 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 48118b6e..7ebe1c39 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 cd110c97..f832825d 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 870f8afc..512be522 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 870f8afc..512be522 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 ef7e790c..b03f0bca 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 b8b6a431..9099f997 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 069eb5c9..2d2117f8 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 728b5a90..93420880 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 a6a5d815..638062dd 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 82a24552..3ca446ed 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 061dff38..c9b35b9b 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 05df7a5f..72410330 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 cc8bde57..0870b674 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 6cbc2809..45b801b3 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 c058f8df..ae9a39fc 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__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1GpgVerifyResultAnalyse__coll__graph.pdf index a2eeae1d..2a85b206 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 b8196b8f..5d03b11b 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 ec3d8612..5541e147 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 46c3e442..dffde94d 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 226e5f50..b50005fd 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 277f72db..9ca62269 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 eed1cee3..36a0aeb9 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 9eed25ce..2ba16a84 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 1ee07df7..131cdc29 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 fc16cc11..cd7dc4b3 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 fc16cc11..cd7dc4b3 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_1GlobalRegisterTable_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf index 75482367..27a0ff38 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 9e0a028e..ceec1e4b 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 9e0a028e..ceec1e4b 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_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__coll__graph.pdf index f2ff4b99..ae8db36d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__inherit__graph.pdf index f2ff4b99..ae8db36d 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GnuPGInfoGatheringModule__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgInfo__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgInfo__coll__graph.pdf index b90cfc0e..c0f88c0b 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgInfo__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__coll__graph.pdf index 4773aa0a..bc315501 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__inherit__graph.pdf index 6a221178..18d76e6c 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__coll__graph.pdf index 9a78d486..bb6834e8 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__inherit__graph.pdf index 9a78d486..bb6834e8 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1VersionCheckingModule__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 26d59d17..1cc1fd0d 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 f3b977ec..69db2a41 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 f3b977ec..69db2a41 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 976dd277..d38c0ead 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 fe66239a..8963b21d 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 9be71e12..abf72291 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 c4e8b2d8..5ce334ce 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 c4e8b2d8..5ce334ce 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 602e4328..ceaa90ab 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 ef1bb71e..bc331d97 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_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf index ab149415..4010b447 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 7fb09c00..edab75d1 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 f02f147a..0e82f0b7 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 ff897830..7f76a83d 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 b2c10f47..f78ef9cb 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 e87b1dcf..e8f0a6d7 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 5eeae94a..5102510e 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 5eeae94a..5102510e 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 6107f181..ceac6a42 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 0f598073..4b165d4f 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 fdf4e9b8..44dd5234 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 66291d72..2a0b48c1 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 a6833d41..6452e6ed 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 a6833d41..6452e6ed 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 860a635b..e052b005 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 860a635b..e052b005 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 4d02e307..09f21f95 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 35e625f3..780f11d3 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 5a9412bb..4c03f7f2 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 02b81d89..bea1f63a 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 87c29dee..a3143f22 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 31cd7db7..00cfa7dd 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 5e98123a..379ae5eb 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 f45c90ef..ad3594e0 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_1CacheObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__coll__graph.pdf index e87bb8db..3c1741f4 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__inherit__graph.pdf index e87bb8db..3c1741f4 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1CacheObject__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 93a644f4..fbdba042 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 93a644f4..fbdba042 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 be0e8020..52a07129 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 0a695a40..df0f5563 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 680bb89b..b3c1b32c 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 680bb89b..b3c1b32c 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 23ca9bb6..20a7d44e 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 2bb26fcc..b8bb8b2e 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 76cb2fda..e6242f90 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 632029d4..9a29a191 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 9a88a067..8c557e01 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 9a88a067..8c557e01 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 ce99b09f..e187c30a 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 ce99b09f..e187c30a 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 a553fdcf..65fc41ce 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 bef8266e..c6592aa6 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_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf index ef2f53b6..8b282c01 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 69aeaefa..c83d6713 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 59bf3fa5..fbc50e99 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 530801a2..60164868 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 dd65df13..f18f952e 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 c2313e05..ed0049f7 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 0d091758..700a91a7 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 364cfcb1..8fe0e3d8 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 364cfcb1..8fe0e3d8 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 5610fa6c..e798b3b3 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 79c093bf..10effa94 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 8948362d..6c5a5ac9 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 73a65395..f1f12a6b 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 96b0511b..badd33b5 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 96b0511b..badd33b5 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 d60c3288..7dab06cb 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 d60c3288..7dab06cb 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 2429821e..7642abc5 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 fc626b63..9cf9f925 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 27cd5ef0..a9deb2cb 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 27cd5ef0..a9deb2cb 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 6bc8742c..49398e96 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 6bc8742c..49398e96 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 e1395d60..fe23d6f1 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 e1395d60..fe23d6f1 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 35fa9fa8..69a51c24 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 51d0d61a..2ecfd7c5 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 e0023278..65c515df 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 e0023278..65c515df 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 764415a6..47c1f089 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 25d09154..68944a66 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 7765ec85..06195c96 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 2cde3915..11135a5a 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 6915e975..18f432ea 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 f769fcd9..3375b891 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 f07d2218..c991afa4 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 14694ab4..94afd2b3 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 6486d09a..9046d4ea 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 5adb9470..73bfe0a3 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 f961442d..74e04db1 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 36924f6b..5bce09ad 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 87455b35..00fd8dfa 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 cc50345c..a0c410fe 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 4c906433..5d82616f 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 7dc80b08..88e924a4 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 124920f5..3cc5bf3e 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 124920f5..3cc5bf3e 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 36757dc5..04e9bd85 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 bfb81462..1501ddcf 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 63960ab5..fb58f164 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 63960ab5..fb58f164 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 b13d4990..65292165 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 18ac02ad..d49726fa 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 71c9c304..1886e8ba 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 ea5dad7c..59e47c17 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 cf84160e..e3b7b8f4 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 3bce4abb..50dac472 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 235209b9..5fd7849d 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 68ac3c5c..2f30a782 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 9da3a320..64b1ed8f 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 e14de60d..63ded037 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 f88e501c..f8308518 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 e248c7af..3fa5d2ed 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_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf index bc5d2f5b..926cc33f 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 bf214443..642df52b 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 a3f0b837..d4c19ba3 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 2c044fb8..41142204 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 7e5d46da..932f72df 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 7e5d46da..932f72df 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 776a240b..799a9a38 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 776a240b..799a9a38 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 de6e06e6..37c36c94 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 de6e06e6..37c36c94 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 cb5b77e9..36448a76 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 cb5b77e9..36448a76 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 ca2bb447..f5f3e5ae 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 58e66278..322aaed5 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_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf index ec86c540..66838cbc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf index ec86c540..66838cbc 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsObject__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 4664f865..7ba73273 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 96689c34..854085d8 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 a2d42d9e..5fb9c861 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 d498f6c2..d518db29 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 85205d7a..37f899f2 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 85205d7a..37f899f2 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 9a0936c5..528133d9 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 9a0936c5..528133d9 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 0feecbc6..ea1fa2e1 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 0feecbc6..ea1fa2e1 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 8234b69a..9781831b 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 b1922268..9fc0d5e4 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 d6b9db87..9a40a28f 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 d6b9db87..9a40a28f 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 39d87994..bc68ef7d 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 8a803b8d..de4c7ea7 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 649498e1..3ccd2a5e 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 649498e1..3ccd2a5e 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 da265ff3..9ee2e4c8 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 da265ff3..9ee2e4c8 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 37185aa6..be19a2ed 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 37185aa6..be19a2ed 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/classPinEntryDialog__coll__graph.pdf b/docs/latex/classPinEntryDialog__coll__graph.pdf index de1fb919..f1b84d22 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 f8f253eb..3b76939e 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 0a82e315..e7d0e41c 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 f1b4830e..e72dbb69 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 4cb0c25a..cadddf3e 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 5b70693a..6821ec7e 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 5b70693a..6821ec7e 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 9387feb4..2f1c5155 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 9387feb4..2f1c5155 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 522d1450..f7914145 100644 Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf index 6c90c651..c5c1423d 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 23453647..5a0d4908 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.tex b/docs/latex/namespaceGpgFrontend.tex index 1daac360..3fedfde3 100644 --- a/docs/latex/namespaceGpgFrontend.tex +++ b/docs/latex/namespaceGpgFrontend.tex @@ -443,11 +443,8 @@ auto GPGFRONTEND\+\_\+\+CORE\+\_\+\+EXPORT \mbox{\hyperlink{namespaceGpgFrontend \item auto GPGFRONTEND\+\_\+\+CORE\+\_\+\+EXPORT \mbox{\hyperlink{namespaceGpgFrontend_ac855ff975b7f2571f5dab25c857e5a4f}{Get\+Full\+Extension}} (QString path) -\/$>$ QString \item -\mbox{\Hypertarget{namespaceGpgFrontend_a0dd4be5ef35dd33df1497afec238778b}\label{namespaceGpgFrontend_a0dd4be5ef35dd33df1497afec238778b}} -auto {\bfseries Get\+Localized\+Date\+By\+Timestamp} (time\+\_\+t timestamp) -\/$>$ QString -\item -\mbox{\Hypertarget{namespaceGpgFrontend_a7dc46cc9459f510afaddc0861d87c72b}\label{namespaceGpgFrontend_a7dc46cc9459f510afaddc0861d87c72b}} -auto {\bfseries Get\+UTCDate\+By\+Timestamp} (time\+\_\+t timestamp) -\/$>$ QString +\mbox{\Hypertarget{namespaceGpgFrontend_ac03bed87f7ba61809b068330a7587b71}\label{namespaceGpgFrontend_ac03bed87f7ba61809b068330a7587b71}} +auto {\bfseries Get\+Formated\+Date\+By\+Timestamp} (time\+\_\+t timestamp) -\/$>$ QString \item auto \mbox{\hyperlink{namespaceGpgFrontend_aadeb053cc9436a24f80ab4ec5b27cf51}{Get\+Default\+Logger}} () -\/$>$ std\+::shared\+\_\+ptr$<$ spdlog\+::logger $>$ \item diff --git a/docs/latex/namespaceGpgFrontend_1_1UI.tex b/docs/latex/namespaceGpgFrontend_1_1UI.tex index 08c27147..d6fad214 100644 --- a/docs/latex/namespaceGpgFrontend_1_1UI.tex +++ b/docs/latex/namespaceGpgFrontend_1_1UI.tex @@ -203,9 +203,6 @@ auto {\bfseries Binary\+To\+String} (const QByte\+Array \&source) -\/$>$ QString \item \mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_ab3c7c7a20a7e1d1c560082770ba28882}\label{namespaceGpgFrontend_1_1UI_ab3c7c7a20a7e1d1c560082770ba28882}} constexpr size\+\_\+t {\bfseries k\+Buffer\+Size} = 8192 -\item -\mbox{\Hypertarget{namespaceGpgFrontend_1_1UI_a8bc715a231f14deadd8d85dd66a92d92}\label{namespaceGpgFrontend_1_1UI_a8bc715a231f14deadd8d85dd66a92d92}} -QList$<$ QTranslator $\ast$ $>$ {\bfseries registered\+\_\+translators} \end{DoxyCompactItemize} diff --git a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf index f44ce04b..9c96e7d6 100644 Binary files a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf and b/docs/latex/structFunctionObjectTypeLockInfo__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 5407efcf..94815f9e 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 84a86bbb..7bdaf76a 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 e2e58bd8..bea0ab03 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 68e4c6fa..d26da3fe 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 397a580d..e366672e 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 2faf47f1..428edf90 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 608100d6..bfd11acb 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 985d7f41..8693ebe0 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 d8cf909c..3a8fa87e 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_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf index 1b96d17b..cb21e7fc 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 565133ff..c70f78ba 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 461f7ac3..b47315da 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_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgComponentInfo__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgComponentInfo__coll__graph.pdf index 4b1aea97..490e478e 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgComponentInfo__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgComponentInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgOptionsInfo__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgOptionsInfo__coll__graph.pdf index b6cf7028..264d9edd 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgOptionsInfo__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1GnuPGInfoGatheringModule_1_1GpgOptionsInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1SoftwareVersion__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1SoftwareVersion__coll__graph.pdf index 9aeb74f6..5a30a162 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1SoftwareVersion__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Integrated_1_1VersionCheckingModule_1_1SoftwareVersion__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 b7d79c76..b45f1961 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_1RefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf index dcdedfa8..9f973fb1 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 8ba7b461..ab855704 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 e923dc3c..1c5f8f8d 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 8a7fe944..4e752de5 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 ca06dca1..03c47bd9 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 9814c753..5138e4bc 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 51c11676..e839fc81 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 896d0396..19c2c3db 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 14deb173..b92ba786 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 40223f78..23c4e310 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 1042dfd9..54ff1fa1 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/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf index 8d20821f..70fdfea2 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 6d0c2310..efa168f0 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/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf index dd3d7812..cf1c5234 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 f849dde1..3be96334 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 d6f1903d..b473b85c 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 9b2871e1..e5a42938 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