diff --git a/docs/html/GFSDKBuildInfo_8h_source.html b/docs/html/GFSDKBuildInfo_8h_source.html index efa68724..4367588a 100644 --- a/docs/html/GFSDKBuildInfo_8h_source.html +++ b/docs/html/GFSDKBuildInfo_8h_source.html @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('GFSDKBuildInfo_8h_source.html',''); in
30 
31 #define GF_SDK_VERSION_MAJOR "2"
32 #define GF_SDK_VERSION_MINOR "1"
-
33 #define GF_SDK_VERSION_PATCH "2"
+
33 #define GF_SDK_VERSION_PATCH "3"
34 
35 #define GF_SDK_VERSION_STR \
36  GF_SDK_VERSION_MAJOR "." GF_SDK_VERSION_MINOR "." GF_SDK_VERSION_PATCH
diff --git a/docs/html/GnuPGControllerDialog_8h_source.html b/docs/html/GnuPGControllerDialog_8h_source.html index 606c0d6e..5670b6a4 100644 --- a/docs/html/GnuPGControllerDialog_8h_source.html +++ b/docs/html/GnuPGControllerDialog_8h_source.html @@ -117,7 +117,7 @@ $(document).ready(function(){initNavTree('GnuPGControllerDialog_8h_source.html',
83 
84  private:
85  std::shared_ptr<Ui_GnuPGControllerDialog> ui_;
-
86  int restart_needed_{0};
+
86  int restart_mode_{0};
87  QString custom_key_database_path_;
88  QString custom_gnupg_path_;
89 
diff --git a/docs/html/MainWindow_8h_source.html b/docs/html/MainWindow_8h_source.html index cbbea601..5718a0eb 100644 --- a/docs/html/MainWindow_8h_source.html +++ b/docs/html/MainWindow_8h_source.html @@ -251,216 +251,213 @@ $(document).ready(function(){initNavTree('MainWindow_8h_source.html',''); initRe
418 
422  void recover_editor_unsaved_pages_from_cache();
423 
-
427  [[nodiscard]] int get_restart_needed() const;
-
428 
-
429  TextEdit* edit_{};
-
430  QMenu* file_menu_{};
-
431  QMenu* edit_menu_{};
-
432  QMenu* crypt_menu_{};
-
433  QMenu* advance_menu_{};
-
434  QMenu* help_menu_{};
-
435  QMenu* key_menu_{};
-
436  QMenu* view_menu_{};
-
437  QMenu* import_key_menu_{};
-
438 #ifdef SMTP_SUPPORT
-
439  QMenu* email_menu_{};
-
440 #endif
-
441 
-
442  QMenu* steganography_menu_{};
-
443  QToolBar* crypt_tool_bar_{};
-
444  QToolBar* file_tool_bar_{};
-
445  QToolBar* edit_tool_bar_{};
-
446  QToolBar*
-
447  special_edit_tool_bar_{};
-
448  QToolBar* key_tool_bar_{};
-
449  QToolButton*
-
450  import_button_{};
-
451  QDockWidget* key_list_dock_{};
-
452  QDockWidget* attachment_dock_{};
-
453  QDockWidget* info_board_dock_{};
-
454 
-
455  QAction* new_tab_act_{};
-
456  QAction* switch_tab_up_act_{};
-
457  QAction* switch_tab_down_act_{};
-
458  QAction* open_act_{};
-
459  QAction* browser_act_{};
-
460  QAction* save_act_{};
-
461  QAction* save_as_act_{};
-
462  QAction* print_act_{};
-
463  QAction* close_tab_act_{};
-
464  QAction* quit_act_{};
-
465  QAction* encrypt_act_{};
-
466  QAction* encrypt_sign_act_{};
-
467  QAction* decrypt_verify_act_{};
-
468  QAction* decrypt_act_{};
-
469  QAction* sign_act_{};
-
470  QAction* verify_act_{};
-
471  QAction* import_key_from_edit_act_{};
-
472  QAction* clean_double_line_breaks_act_{};
-
474 
-
475  QAction* gnupg_controller_open_act_{};
-
476  QAction* module_controller_open_act_{};
-
477  QAction* clean_gpg_password_cache_act_{};
-
478  QAction* reload_components_act_{};
-
479  QAction* restart_components_act_{};
-
480 
-
481  QAction*
-
482  append_selected_keys_act_{};
-
483  QAction* append_key_fingerprint_to_editor_act_{};
-
484  QAction* append_key_create_date_to_editor_act_{};
-
485  QAction* append_key_expire_date_to_editor_act_{};
+
424  TextEdit* edit_{};
+
425  QMenu* file_menu_{};
+
426  QMenu* edit_menu_{};
+
427  QMenu* crypt_menu_{};
+
428  QMenu* advance_menu_{};
+
429  QMenu* help_menu_{};
+
430  QMenu* key_menu_{};
+
431  QMenu* view_menu_{};
+
432  QMenu* import_key_menu_{};
+
433 #ifdef SMTP_SUPPORT
+
434  QMenu* email_menu_{};
+
435 #endif
+
436 
+
437  QMenu* steganography_menu_{};
+
438  QToolBar* crypt_tool_bar_{};
+
439  QToolBar* file_tool_bar_{};
+
440  QToolBar* edit_tool_bar_{};
+
441  QToolBar*
+
442  special_edit_tool_bar_{};
+
443  QToolBar* key_tool_bar_{};
+
444  QToolButton*
+
445  import_button_{};
+
446  QDockWidget* key_list_dock_{};
+
447  QDockWidget* attachment_dock_{};
+
448  QDockWidget* info_board_dock_{};
+
449 
+
450  QAction* new_tab_act_{};
+
451  QAction* switch_tab_up_act_{};
+
452  QAction* switch_tab_down_act_{};
+
453  QAction* open_act_{};
+
454  QAction* browser_act_{};
+
455  QAction* save_act_{};
+
456  QAction* save_as_act_{};
+
457  QAction* print_act_{};
+
458  QAction* close_tab_act_{};
+
459  QAction* quit_act_{};
+
460  QAction* encrypt_act_{};
+
461  QAction* encrypt_sign_act_{};
+
462  QAction* decrypt_verify_act_{};
+
463  QAction* decrypt_act_{};
+
464  QAction* sign_act_{};
+
465  QAction* verify_act_{};
+
466  QAction* import_key_from_edit_act_{};
+
467  QAction* clean_double_line_breaks_act_{};
+
469 
+
470  QAction* gnupg_controller_open_act_{};
+
471  QAction* module_controller_open_act_{};
+
472  QAction* clean_gpg_password_cache_act_{};
+
473  QAction* reload_components_act_{};
+
474  QAction* restart_components_act_{};
+
475 
+
476  QAction*
+
477  append_selected_keys_act_{};
+
478  QAction* append_key_fingerprint_to_editor_act_{};
+
479  QAction* append_key_create_date_to_editor_act_{};
+
480  QAction* append_key_expire_date_to_editor_act_{};
+
481 
+
482  QAction* copy_mail_address_to_clipboard_act_{};
+
484  QAction* copy_key_id_to_clipboard_act_{};
+
485  QAction* copy_key_default_uid_to_clipboard_act_{};
486 
-
487  QAction* copy_mail_address_to_clipboard_act_{};
-
489  QAction* copy_key_id_to_clipboard_act_{};
-
490  QAction* copy_key_default_uid_to_clipboard_act_{};
-
491 
-
492  QAction* add_key_2_favourite_act_{};
-
493  QAction* remove_key_from_favourtie_act_{};
-
494  QAction* set_owner_trust_of_key_act_{};
-
495 
-
496  QAction* open_key_management_act_{};
-
497  QAction* copy_act_{};
-
498  QAction* quote_act_{};
-
499  QAction* cut_act_{};
-
500  QAction* paste_act_{};
-
501  QAction* select_all_act_{};
-
502  QAction* find_act_{};
-
503  QAction* undo_act_{};
-
504  QAction* redo_act_{};
-
505  QAction* zoom_in_act_{};
-
506  QAction* zoom_out_act_{};
-
507  QAction* about_act_{};
-
508  QAction* check_update_act_{};
-
509  QAction* translate_act_{};
-
510  QAction* gnupg_act_{};
-
511  QAction* open_settings_act_{};
-
512  QAction* show_key_details_act_{};
-
513  QAction* start_wizard_act_{};
-
514  QAction* cut_pgp_header_act_{};
-
515  QAction* add_pgp_header_act_{};
-
516  QAction* import_key_from_file_act_{};
-
517  QAction* import_key_from_clipboard_act_{};
-
518  QAction* import_key_from_key_server_act_{};
+
487  QAction* add_key_2_favourite_act_{};
+
488  QAction* remove_key_from_favourtie_act_{};
+
489  QAction* set_owner_trust_of_key_act_{};
+
490 
+
491  QAction* open_key_management_act_{};
+
492  QAction* copy_act_{};
+
493  QAction* quote_act_{};
+
494  QAction* cut_act_{};
+
495  QAction* paste_act_{};
+
496  QAction* select_all_act_{};
+
497  QAction* find_act_{};
+
498  QAction* undo_act_{};
+
499  QAction* redo_act_{};
+
500  QAction* zoom_in_act_{};
+
501  QAction* zoom_out_act_{};
+
502  QAction* about_act_{};
+
503  QAction* check_update_act_{};
+
504  QAction* translate_act_{};
+
505  QAction* gnupg_act_{};
+
506  QAction* open_settings_act_{};
+
507  QAction* show_key_details_act_{};
+
508  QAction* start_wizard_act_{};
+
509  QAction* cut_pgp_header_act_{};
+
510  QAction* add_pgp_header_act_{};
+
511  QAction* import_key_from_file_act_{};
+
512  QAction* import_key_from_clipboard_act_{};
+
513  QAction* import_key_from_key_server_act_{};
+
514 
+
515  QLabel* status_bar_icon_{};
+
516 
+
517  KeyList* m_key_list_{};
+
518  InfoBoardWidget* info_board_{};
519 
-
520  QLabel* status_bar_icon_{};
-
521 
-
522  KeyList* m_key_list_{};
-
523  InfoBoardWidget* info_board_{};
+
520  bool attachment_dock_created_{};
+
521  int restart_mode_{0};
+
522  bool prohibit_update_checking_ = false;
+
523 };
524 
-
525  bool attachment_dock_created_{};
-
526  int restart_needed_{0};
-
527  bool prohibit_update_checking_ = false;
-
528 };
-
529 
-
530 } // namespace GpgFrontend::UI
+
525 } // namespace GpgFrontend::UI
GpgFrontend::GpgPassphraseContext
Definition: GpgPassphraseContext.h:37
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::import_key_from_edit_act_
QAction * import_key_from_edit_act_
Action to import key from edit.
Definition: MainWindow.h:466
GpgFrontend::UI::MainWindow::slot_show_key_details
void slot_show_key_details()
Definition: MainWindowSlotFunction.cpp:190
GpgFrontend::UI::MainWindow::create_dock_windows
void create_dock_windows()
Definition: MainWindowUI.cpp:691
GpgFrontend::UI::MainWindow::SlotEncrypt
void SlotEncrypt()
Definition: MainWindowGpgOperaFunction.cpp:46
GpgFrontend::UI::MainWindow::Init
void Init() noexcept
Definition: MainWindow.cpp:54
-
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:463
+
GpgFrontend::UI::MainWindow::close_tab_act_
QAction * close_tab_act_
Action to print.
Definition: MainWindow.h:458
GpgFrontend::UI::MainWindow::create_actions
void create_actions()
Definition: MainWindowUI.cpp:42
-
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:472
-
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:469
-
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:436
-
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:470
-
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:435
-
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:58
+
GpgFrontend::UI::MainWindow::clean_double_line_breaks_act_
QAction * clean_double_line_breaks_act_
Definition: MainWindow.h:467
+
GpgFrontend::UI::MainWindow::sign_act_
QAction * sign_act_
Action to sign text.
Definition: MainWindow.h:464
+
GpgFrontend::UI::MainWindow::view_menu_
QMenu * view_menu_
Submenu for view operations.
Definition: MainWindow.h:431
+
GpgFrontend::UI::MainWindow::verify_act_
QAction * verify_act_
Action to verify text.
Definition: MainWindow.h:465
+
GpgFrontend::UI::MainWindow::key_menu_
QMenu * key_menu_
Submenu for key-operations.
Definition: MainWindow.h:430
+
GpgFrontend::UI::MainWindow::slot_open_key_management
void slot_open_key_management()
Definition: MainWindowSlotUI.cpp:59
GpgFrontend::UI::MainWindow::closeEvent
void closeEvent(QCloseEvent *event) override
Definition: MainWindow.cpp:232
GpgFrontend::UI::MainWindow::create_status_bar
void create_status_bar()
Definition: MainWindowUI.cpp:675
-
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:444
-
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:432
+
GpgFrontend::UI::MainWindow::file_tool_bar_
QToolBar * file_tool_bar_
Toolbar holding file actions.
Definition: MainWindow.h:439
+
GpgFrontend::UI::MainWindow::crypt_menu_
QMenu * crypt_menu_
Submenu for crypt-operations.
Definition: MainWindow.h:427
GpgFrontend::UI::MainWindow::restore_settings
void restore_settings()
Definition: MainWindow.cpp:163
-
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:461
-
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:466
-
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::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:499
-
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:514
+
GpgFrontend::UI::MainWindow::save_as_act_
QAction * save_as_act_
Action to save file as.
Definition: MainWindow.h:456
+
GpgFrontend::UI::MainWindow::encrypt_sign_act_
QAction * encrypt_sign_act_
Action to encrypt and sign text.
Definition: MainWindow.h:461
+
GpgFrontend::UI::MainWindow::slot_disable_tab_actions
void slot_disable_tab_actions(int number)
Definition: MainWindowSlotUI.cpp:68
+
GpgFrontend::UI::MainWindow::SlotSetRestartNeeded
void SlotSetRestartNeeded(int)
Definition: MainWindowSlotUI.cpp:185
+
GpgFrontend::UI::MainWindow::slot_open_file_tab
void slot_open_file_tab()
Definition: MainWindowSlotUI.cpp:66
+
GpgFrontend::UI::MainWindow::cut_act_
QAction * cut_act_
Action to cut text.
Definition: MainWindow.h:494
+
GpgFrontend::UI::MainWindow::cut_pgp_header_act_
QAction * cut_pgp_header_act_
Action for cutting the PGP header.
Definition: MainWindow.h:509
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::key_tool_bar_
QToolBar * key_tool_bar_
Toolbar holding key operations.
Definition: MainWindow.h:443
GpgFrontend::UI::MainWindow::slot_copy_default_uid_to_clipboard
void slot_copy_default_uid_to_clipboard()
Definition: MainWindowSlotFunction.cpp:164
-
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:505
-
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:455
+
GpgFrontend::UI::MainWindow::browser_act_
QAction * browser_act_
Action to open file browser.
Definition: MainWindow.h:454
+
GpgFrontend::UI::MainWindow::zoom_in_act_
QAction * zoom_in_act_
Action to zoom in.
Definition: MainWindow.h:500
+
GpgFrontend::UI::MainWindow::new_tab_act_
QAction * new_tab_act_
Action to create new tab.
Definition: MainWindow.h:450
GpgFrontend::UI::MainWindow::close_attachment_dock
void close_attachment_dock()
Definition: MainWindow.cpp:223
-
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:458
-
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:52
-
GpgFrontend::UI::MainWindow::get_restart_needed
int get_restart_needed() const
return true, if restart is needed
Definition: MainWindowSlotUI.cpp:186
+
GpgFrontend::UI::MainWindow::open_act_
QAction * open_act_
Action to open file.
Definition: MainWindow.h:453
+
GpgFrontend::UI::MainWindow::slot_import_key_from_edit
void slot_import_key_from_edit()
Definition: MainWindowSlotUI.cpp:53
GpgFrontend::UI::MainWindow::SlotFileDecrypt
void SlotFileDecrypt(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:275
-
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:502
-
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:500
-
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:508
-
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:431
-
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:506
-
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:467
-
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:497
+
GpgFrontend::UI::MainWindow::find_act_
QAction * find_act_
Action to find text.
Definition: MainWindow.h:497
+
GpgFrontend::UI::MainWindow::paste_act_
QAction * paste_act_
Action to paste text.
Definition: MainWindow.h:495
+
GpgFrontend::UI::MainWindow::check_update_act_
QAction * check_update_act_
Action to open about dialog.
Definition: MainWindow.h:503
+
GpgFrontend::UI::MainWindow::edit_menu_
QMenu * edit_menu_
Submenu for text-operations.
Definition: MainWindow.h:426
+
GpgFrontend::UI::MainWindow::zoom_out_act_
QAction * zoom_out_act_
Action to zoom out.
Definition: MainWindow.h:501
+
GpgFrontend::UI::MainWindow::decrypt_verify_act_
QAction * decrypt_verify_act_
Action to encrypt and sign text.
Definition: MainWindow.h:462
+
GpgFrontend::UI::MainWindow::copy_act_
QAction * copy_act_
Action to copy text.
Definition: MainWindow.h:492
GpgFrontend::UI::MainWindow::slot_append_selected_keys
void slot_append_selected_keys()
Definition: MainWindowSlotFunction.cpp:62
-
GpgFrontend::UI::MainWindow::gnupg_act_
QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:510
-
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:429
+
GpgFrontend::UI::MainWindow::gnupg_act_
QAction * gnupg_act_
Action to open about dialog.
Definition: MainWindow.h:505
+
GpgFrontend::UI::MainWindow::edit_
TextEdit * edit_
Tabwidget holding the edit-windows.
Definition: MainWindow.h:424
GpgFrontend::UI::MainWindow::SlotDecryptVerify
void SlotDecryptVerify()
Definition: MainWindowGpgOperaFunction.cpp:351
-
GpgFrontend::UI::MainWindow::slot_cut_pgp_header
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:157
-
GpgFrontend::UI::MainWindow::slot_add_pgp_header
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:143
-
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:450
-
GpgFrontend::UI::MainWindow::slot_open_settings_dialog
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:106
-
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:457
+
GpgFrontend::UI::MainWindow::slot_cut_pgp_header
void slot_cut_pgp_header()
Definition: MainWindowSlotUI.cpp:161
+
GpgFrontend::UI::MainWindow::slot_add_pgp_header
void slot_add_pgp_header()
Definition: MainWindowSlotUI.cpp:147
+
GpgFrontend::UI::MainWindow::import_button_
QToolButton * import_button_
Tool button for import dropdown menu in toolbar.
Definition: MainWindow.h:445
+
GpgFrontend::UI::MainWindow::slot_open_settings_dialog
void slot_open_settings_dialog()
Definition: MainWindowSlotUI.cpp:107
+
GpgFrontend::UI::MainWindow::switch_tab_down_act_
QAction * switch_tab_down_act_
Action to switch tab down.
Definition: MainWindow.h:452
GpgFrontend::UI::MainWindow::SlotFileEncrypt
void SlotFileEncrypt(const QString &)
Definition: MainWindowFileSlotFunction.cpp:45
-
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:434
-
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:456
-
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:437
+
GpgFrontend::UI::MainWindow::help_menu_
QMenu * help_menu_
Submenu for help-operations.
Definition: MainWindow.h:429
+
GpgFrontend::UI::MainWindow::switch_tab_up_act_
QAction * switch_tab_up_act_
Action to switch tab up.
Definition: MainWindow.h:451
+
GpgFrontend::UI::MainWindow::import_key_menu_
QMenu * import_key_menu_
Submenu for import operations.
Definition: MainWindow.h:432
GpgFrontend::UI::MainWindow::SlotArchiveDecryptVerify
void SlotArchiveDecryptVerify(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:810
-
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:462
+
GpgFrontend::UI::MainWindow::print_act_
QAction * print_act_
Action to print.
Definition: MainWindow.h:457
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:515
-
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:507
+
GpgFrontend::UI::MainWindow::add_pgp_header_act_
QAction * add_pgp_header_act_
Action for adding the PGP header.
Definition: MainWindow.h:510
+
GpgFrontend::UI::MainWindow::about_act_
QAction * about_act_
Action to open about dialog.
Definition: MainWindow.h:502
GpgFrontend::UI::MainWindow::slot_copy_key_id_to_clipboard
void slot_copy_key_id_to_clipboard()
Definition: MainWindowSlotFunction.cpp:177
GpgFrontend::UI::MainWindow::create_menus
void create_menus()
Definition: MainWindowUI.cpp:553
GpgFrontend::UI::MainWindow::SlotFileSign
void SlotFileSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:376
GpgFrontend::UI::MainWindow::SlotSign
void SlotSign()
Definition: MainWindowGpgOperaFunction.cpp:141
-
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:503
-
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:468
+
GpgFrontend::UI::MainWindow::undo_act_
QAction * undo_act_
Action to undo last action.
Definition: MainWindow.h:498
+
GpgFrontend::UI::MainWindow::decrypt_act_
QAction * decrypt_act_
Action to decrypt text.
Definition: MainWindow.h:463
GpgFrontend::UI::MainWindow::create_tool_bars
void create_tool_bars()
Definition: MainWindowUI.cpp:627
-
GpgFrontend::UI::MainWindow::slot_start_wizard
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:46
-
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:443
-
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:513
-
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:460
-
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:445
-
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:482
+
GpgFrontend::UI::MainWindow::slot_start_wizard
void slot_start_wizard()
Definition: MainWindowSlotUI.cpp:47
+
GpgFrontend::UI::MainWindow::crypt_tool_bar_
QToolBar * crypt_tool_bar_
Toolbar holding crypt actions.
Definition: MainWindow.h:438
+
GpgFrontend::UI::MainWindow::start_wizard_act_
QAction * start_wizard_act_
Action to open the wizard.
Definition: MainWindow.h:508
+
GpgFrontend::UI::MainWindow::save_act_
QAction * save_act_
Action to save file.
Definition: MainWindow.h:455
+
GpgFrontend::UI::MainWindow::edit_tool_bar_
QToolBar * edit_tool_bar_
Toolbar holding edit actions.
Definition: MainWindow.h:440
+
GpgFrontend::UI::MainWindow::append_selected_keys_act_
QAction * append_selected_keys_act_
Action to append selected keys to edit.
Definition: MainWindow.h:477
GpgFrontend::UI::MainWindow::SlotArchiveDecrypt
void SlotArchiveDecrypt(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:326
-
GpgFrontend::UI::MainWindow::advance_menu_
QMenu * advance_menu_
Submenu for help-operations.
Definition: MainWindow.h:433
-
GpgFrontend::UI::MainWindow::SlotUpdateCryptoMenuStatus
void SlotUpdateCryptoMenuStatus(unsigned int type)
Definition: MainWindowSlotUI.cpp:188
-
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:464
-
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:504
-
GpgFrontend::UI::MainWindow::SlotRaisePinentry
void SlotRaisePinentry(QSharedPointer< GpgPassphraseContext >)
Definition: MainWindowSlotUI.cpp:221
-
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:501
+
GpgFrontend::UI::MainWindow::advance_menu_
QMenu * advance_menu_
Submenu for help-operations.
Definition: MainWindow.h:428
+
GpgFrontend::UI::MainWindow::SlotUpdateCryptoMenuStatus
void SlotUpdateCryptoMenuStatus(unsigned int type)
Definition: MainWindowSlotUI.cpp:190
+
GpgFrontend::UI::MainWindow::quit_act_
QAction * quit_act_
Action to quit application.
Definition: MainWindow.h:459
+
GpgFrontend::UI::MainWindow::redo_act_
QAction * redo_act_
Action to redo last action.
Definition: MainWindow.h:499
+
GpgFrontend::UI::MainWindow::SlotRaisePinentry
void SlotRaisePinentry(QSharedPointer< GpgPassphraseContext >)
Definition: MainWindowSlotUI.cpp:223
+
GpgFrontend::UI::MainWindow::select_all_act_
QAction * select_all_act_
Action to select whole text.
Definition: MainWindow.h:496
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:512
+
GpgFrontend::UI::MainWindow::show_key_details_act_
QAction * show_key_details_act_
Action to open key-details dialog.
Definition: MainWindow.h:507
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::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:496
-
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:509
+
GpgFrontend::UI::MainWindow::encrypt_act_
QAction * encrypt_act_
Action to encrypt text.
Definition: MainWindow.h:460
+
GpgFrontend::UI::MainWindow::open_key_management_act_
QAction * open_key_management_act_
Action to open key management.
Definition: MainWindow.h:491
+
GpgFrontend::UI::MainWindow::key_list_dock_
QDockWidget * key_list_dock_
Encrypt Dock.
Definition: MainWindow.h:446
+
GpgFrontend::UI::MainWindow::translate_act_
QAction * translate_act_
Action to open about dialog.
Definition: MainWindow.h:504
GpgFrontend::UI::MainWindow::refresh_keys_from_key_server
void refresh_keys_from_key_server()
Definition: MainWindowSlotFunction.cpp:222
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
-
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:430
-
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:487
+
GpgFrontend::UI::MainWindow::slot_clean_double_line_breaks
void slot_clean_double_line_breaks()
Definition: MainWindowSlotUI.cpp:137
+
GpgFrontend::UI::MainWindow::file_menu_
QMenu * file_menu_
Submenu for file-operations.
Definition: MainWindow.h:425
+
GpgFrontend::UI::MainWindow::special_edit_tool_bar_
QToolBar * special_edit_tool_bar_
Toolbar holding special edit actions.
Definition: MainWindow.h:442
+
GpgFrontend::UI::MainWindow::steganography_menu_
QMenu * steganography_menu_
Submenu for steganography operations.
Definition: MainWindow.h:437
+
GpgFrontend::UI::MainWindow::copy_mail_address_to_clipboard_act_
QAction * copy_mail_address_to_clipboard_act_
Definition: MainWindow.h:482
GpgFrontend::UI::MainWindow::slot_copy_mail_address_to_clipboard
void slot_copy_mail_address_to_clipboard()
Definition: MainWindowSlotFunction.cpp:151
GpgFrontend::UI::MainWindow::slot_version_upgrade_notify
void slot_version_upgrade_notify()
Definition: MainWindowSlotFunction.cpp:265
-
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:498
+
GpgFrontend::UI::MainWindow::quote_act_
QAction * quote_act_
Action to quote text.
Definition: MainWindow.h:493
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:511
+
GpgFrontend::UI::MainWindow::open_settings_act_
QAction * open_settings_act_
Action to open settings dialog.
Definition: MainWindow.h:506
GpgFrontend::UI::MainWindow::SlotFileEncryptSign
void SlotFileEncryptSign(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:534
-
GpgFrontend::UI::MainWindow::attachment_dock_
QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:452
+
GpgFrontend::UI::MainWindow::attachment_dock_
QDockWidget * attachment_dock_
Attachment Dock.
Definition: MainWindow.h:447
GpgFrontend::UI::MainWindow::SlotFileDecryptVerify
void SlotFileDecryptVerify(const QString &path)
Definition: MainWindowFileSlotFunction.cpp:741
GpgFrontend::UI::TextEdit
TextEdit class.
Definition: TextEdit.h:40
GpgFrontend::UI
Definition: FileReadTask.cpp:31
diff --git a/docs/html/SettingsDialog_8h_source.html b/docs/html/SettingsDialog_8h_source.html index fb96253c..ac5de6d9 100644 --- a/docs/html/SettingsDialog_8h_source.html +++ b/docs/html/SettingsDialog_8h_source.html @@ -120,9 +120,9 @@ $(document).ready(function(){initNavTree('SettingsDialog_8h_source.html',''); in
82  void SignalRestartNeeded(int);
83 
84  private:
-
85  QTabWidget* tab_widget_;
-
86  QDialogButtonBox* button_box_;
-
87  int restart_needed_{kNonRestartCode};
+
85  QTabWidget* tab_widget_;
+
86  QDialogButtonBox* button_box_;
+
87  int restart_mode_{kNonRestartCode};
88 
89  private slots:
90 
diff --git a/docs/html/TextEdit_8h_source.html b/docs/html/TextEdit_8h_source.html index d10fbc27..7dabe701 100644 --- a/docs/html/TextEdit_8h_source.html +++ b/docs/html/TextEdit_8h_source.html @@ -154,7 +154,7 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
202 
209  static QString stripped_name(const QString& full_file_name);
210 
-
216  bool maybe_save_current_tab(bool askToSave);
+
216  bool maybe_save_current_tab(bool askToSave);
217 
218  int count_page_;
219 
@@ -203,6 +203,7 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
GpgFrontend::UI::TextEdit::SlotSaveAs
bool SlotSaveAs()
Definition: TextEdit.cpp:208
GpgFrontend::UI::TextEdit::SlotCopy
void SlotCopy() const
Definition: TextEdit.cpp:531
GpgFrontend::UI::TextEdit::slotNewHelpTab
void slotNewHelpTab(const QString &title, const QString &path) const
Definition: TextEdit.cpp:100
+
GpgFrontend::UI::TextEdit::maybe_save_current_tab
bool maybe_save_current_tab(bool askToSave)
Definition: TextEdit.cpp:264
GpgFrontend::UI::TextEdit::SlotCurPageTextEdit
PlainTextEditorPage * SlotCurPageTextEdit() const
Definition: TextEdit.cpp:377
GpgFrontend::UI::TextEdit::SlotUndo
void SlotUndo() const
Definition: TextEdit.cpp:549
GpgFrontend::UI::TextEdit::SlotSwitchTabDown
void SlotSwitchTabDown() const
Definition: TextEdit.cpp:493
@@ -216,7 +217,6 @@ $(document).ready(function(){initNavTree('TextEdit_8h_source.html',''); initResi
GpgFrontend::UI::TextEdit::count_page_
int count_page_
int containing the number of added tabs
Definition: TextEdit.h:218
GpgFrontend::UI::TextEdit::CurTextPage
PlainTextEditorPage * CurTextPage() const
Definition: TextEdit.cpp:358
GpgFrontend::UI::TextEdit::UnsavedDocuments
QHash< int, QString > UnsavedDocuments() const
Definition: TextEdit.cpp:504
-
GpgFrontend::UI::TextEdit::maybe_save_current_tab
bool maybe_save_current_tab(bool askToSave)
Definition: TextEdit.cpp:264
GpgFrontend::UI::TextEdit::SlotCloseTab
void SlotCloseTab()
Definition: TextEdit.cpp:224
GpgFrontend::UI::TextEdit::SlotPaste
void SlotPaste() const
Definition: TextEdit.cpp:541
GpgFrontend::UI::TextEdit::CurFilePage
FilePage * CurFilePage() const
Definition: TextEdit.cpp:367
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 index f17736e6..a8a7ac64 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -1 +1 @@ -cdd5a7f6d495dcf188e76bdf3a05576e \ No newline at end of file +c62fffe844b9ab88f7e912d79e489763 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png index fe85bf9d..3ca51719 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html index ef9fd16f..c9683a56 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow.html @@ -99,8 +99,8 @@ Inheritance diagram for GpgFrontend::UI::GeneralMainWindow:
Inheritance graph
- - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map index 71af2840..b795c85f 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.map @@ -1,6 +1,6 @@ - - + + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 index f40f29cd..eb8b7124 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 @@ -1 +1 @@ -c3877db842cd47298bc3e8eb30a52d68 \ No newline at end of file +f16939b4e560b2725c6efb1727a09253 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png index af320dfa..3c43bcc3 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html index 2c9ac44e..4cb20611 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog-members.html @@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1GnuPGControl parent_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate rect_restored_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate - restart_needed_ (defined in GpgFrontend::UI::GnuPGControllerDialog)GpgFrontend::UI::GnuPGControllerDialogprivate + restart_mode_ (defined in GpgFrontend::UI::GnuPGControllerDialog)GpgFrontend::UI::GnuPGControllerDialogprivate screen_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate set_settings()GpgFrontend::UI::GnuPGControllerDialogprivate setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html index 61300a4c..0da973aa 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html @@ -171,9 +171,9 @@ Private Attributes std::shared_ptr< Ui_GnuPGControllerDialog > ui_   - -int restart_needed_ {0} -  + +int restart_mode_ {0} +  QString custom_key_database_path_   diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js index d72223e2..09de04d7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.js @@ -13,6 +13,6 @@ var classGpgFrontend_1_1UI_1_1GnuPGControllerDialog = [ "SlotAccept", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520", null ], [ "custom_gnupg_path_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a8950c4389f4bbc4a3e62d769d6d14dc4", null ], [ "custom_key_database_path_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6040ef897e3fd82d4cec3c6802a5aa6a", null ], - [ "restart_needed_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a", null ], + [ "restart_mode_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#ad806c1d46b2a431ed2ba8cdc3ef9ae6b", null ], [ "ui_", "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#afda750c1511434cb0d3162d9bd1ab78f", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 index 76794f4d..87ab67e0 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 @@ -1 +1 @@ -f3d54b3816aa2f714c0afa1367820155 \ No newline at end of file +968b620cba2a46f69e844f9c2d1713ad \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png index 8e1c55b2..7f8a23ff 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 index 2cd4f19c..403108be 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 @@ -1 +1 @@ -ae856b56f0e9c24328f42c896c9c18db \ No newline at end of file +b4c967f056c62a49e8c1eef91a72ea90 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png index 45d71d0a..f5247eae 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html index bf0c024e..5aa6a520 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow-members.html @@ -132,123 +132,122 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1MainWindow.h find_act_GpgFrontend::UI::MainWindowprivate font_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected GeneralMainWindow(QString name, QWidget *parent=nullptr)GpgFrontend::UI::GeneralMainWindowexplicit - get_restart_needed() constGpgFrontend::UI::MainWindowprivate - gnupg_act_GpgFrontend::UI::MainWindowprivate - gnupg_controller_open_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - help_menu_GpgFrontend::UI::MainWindowprivate - icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected - icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected - import_button_GpgFrontend::UI::MainWindowprivate - import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - import_key_from_edit_act_GpgFrontend::UI::MainWindowprivate - import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - import_key_menu_GpgFrontend::UI::MainWindowprivate - info_board_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - info_board_dock_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - Init() noexceptGpgFrontend::UI::MainWindow - key_list_dock_GpgFrontend::UI::MainWindowprivate - key_menu_GpgFrontend::UI::MainWindowprivate - key_tool_bar_GpgFrontend::UI::MainWindowprivate - m_key_list_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - MainWindow() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindow - module_controller_open_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - movePosition2CenterOfParent() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected - name_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - new_tab_act_GpgFrontend::UI::MainWindowprivate - open_act_GpgFrontend::UI::MainWindowprivate - open_key_management_act_GpgFrontend::UI::MainWindowprivate - open_settings_act_GpgFrontend::UI::MainWindowprivate - parent_rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - paste_act_GpgFrontend::UI::MainWindowprivate - pos_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - print_act_GpgFrontend::UI::MainWindowprivate - prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - quit_act_GpgFrontend::UI::MainWindowprivate - quote_act_GpgFrontend::UI::MainWindowprivate - recover_editor_unsaved_pages_from_cache() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - redo_act_GpgFrontend::UI::MainWindowprivate - refresh_keys_from_key_server()GpgFrontend::UI::MainWindowprivateslot - reload_components_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - remove_key_from_favourtie_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - restart_components_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - restart_needed_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - restore_settings()GpgFrontend::UI::MainWindowprivate - save_act_GpgFrontend::UI::MainWindowprivate - save_as_act_GpgFrontend::UI::MainWindowprivate - screen_rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - select_all_act_GpgFrontend::UI::MainWindowprivate - set_owner_trust_of_key_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected - show_key_details_act_GpgFrontend::UI::MainWindowprivate - sign_act_GpgFrontend::UI::MainWindowprivate - SignalKeyDatabaseRefresh() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal - SignalLoaded() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal - SignalRestartApplication(int) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal - SignalUIRefresh() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal - size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate - slot_add_key_2_favourite() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_add_pgp_header()GpgFrontend::UI::MainWindowprivateslot - slot_append_keys_create_datetime() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_append_keys_expire_datetime() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_append_keys_fingerprint() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_append_selected_keys()GpgFrontend::UI::MainWindowprivateslot - slot_clean_double_line_breaks()GpgFrontend::UI::MainWindowprivateslot - slot_copy_default_uid_to_clipboard()GpgFrontend::UI::MainWindowprivateslot - slot_copy_key_id_to_clipboard()GpgFrontend::UI::MainWindowprivateslot - slot_copy_mail_address_to_clipboard()GpgFrontend::UI::MainWindowprivateslot - slot_cut_pgp_header()GpgFrontend::UI::MainWindowprivateslot - slot_disable_tab_actions(int number)GpgFrontend::UI::MainWindowprivateslot - slot_find()GpgFrontend::UI::MainWindowprivateslot - slot_import_key_from_edit()GpgFrontend::UI::MainWindowprivateslot - slot_open_file_tab()GpgFrontend::UI::MainWindowprivateslot - slot_open_key_management()GpgFrontend::UI::MainWindowprivateslot - slot_open_settings_dialog()GpgFrontend::UI::MainWindowprivateslot - slot_refresh_current_file_view() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_remove_key_from_favourite() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot - slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot - slot_set_owner_trust_level_of_key() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot - slot_show_key_details()GpgFrontend::UI::MainWindowprivateslot - slot_start_wizard()GpgFrontend::UI::MainWindowprivateslot - slot_version_upgrade_notify()GpgFrontend::UI::MainWindowprivateslot - SlotArchiveDecrypt(const QString &path)GpgFrontend::UI::MainWindowslot - SlotArchiveDecryptVerify(const QString &path)GpgFrontend::UI::MainWindowslot - SlotDecrypt()GpgFrontend::UI::MainWindowslot - SlotDecryptVerify()GpgFrontend::UI::MainWindowslot - SlotDirectoryEncrypt(const QString &) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowslot - SlotDirectoryEncryptSign(const QString &path)GpgFrontend::UI::MainWindowslot - SlotEncrypt()GpgFrontend::UI::MainWindowslot - SlotEncryptSign()GpgFrontend::UI::MainWindowslot - SlotFileDecrypt(const QString &path)GpgFrontend::UI::MainWindowslot - SlotFileDecryptVerify(const QString &path)GpgFrontend::UI::MainWindowslot - SlotFileEncrypt(const QString &)GpgFrontend::UI::MainWindowslot - SlotFileEncryptSign(const QString &path)GpgFrontend::UI::MainWindowslot - SlotFileSign(const QString &path)GpgFrontend::UI::MainWindowslot - SlotFileVerify(const QString &path)GpgFrontend::UI::MainWindowslot - SlotOpenFile(const QString &path)GpgFrontend::UI::MainWindowslot - SlotRaisePinentry(QSharedPointer< GpgPassphraseContext >)GpgFrontend::UI::MainWindowslot - SlotSetRestartNeeded(int)GpgFrontend::UI::MainWindowslot - SlotSetStatusBarText(const QString &text) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowslot - SlotSign()GpgFrontend::UI::MainWindowslot - SlotUpdateCryptoMenuStatus(unsigned int type)GpgFrontend::UI::MainWindowslot - SlotVerify()GpgFrontend::UI::MainWindowslot - special_edit_tool_bar_GpgFrontend::UI::MainWindowprivate - start_wizard_act_GpgFrontend::UI::MainWindowprivate - status_bar_icon_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate - steganography_menu_GpgFrontend::UI::MainWindowprivate - switch_tab_down_act_GpgFrontend::UI::MainWindowprivate - switch_tab_up_act_GpgFrontend::UI::MainWindowprivate - translate_act_GpgFrontend::UI::MainWindowprivate - undo_act_GpgFrontend::UI::MainWindowprivate - update_rect_cache() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot - upload_key_to_server()GpgFrontend::UI::MainWindowprivateslot - verify_act_GpgFrontend::UI::MainWindowprivate - view_menu_GpgFrontend::UI::MainWindowprivate - zoom_in_act_GpgFrontend::UI::MainWindowprivate - zoom_out_act_GpgFrontend::UI::MainWindowprivate - ~GeneralMainWindow() override (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindow + gnupg_act_GpgFrontend::UI::MainWindowprivate + gnupg_controller_open_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + help_menu_GpgFrontend::UI::MainWindowprivate + icon_size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected + icon_style_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected + import_button_GpgFrontend::UI::MainWindowprivate + import_key_from_clipboard_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + import_key_from_edit_act_GpgFrontend::UI::MainWindowprivate + import_key_from_file_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + import_key_from_key_server_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + import_key_menu_GpgFrontend::UI::MainWindowprivate + info_board_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + info_board_dock_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + Init() noexceptGpgFrontend::UI::MainWindow + key_list_dock_GpgFrontend::UI::MainWindowprivate + key_menu_GpgFrontend::UI::MainWindowprivate + key_tool_bar_GpgFrontend::UI::MainWindowprivate + m_key_list_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + MainWindow() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindow + module_controller_open_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + movePosition2CenterOfParent() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected + name_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + new_tab_act_GpgFrontend::UI::MainWindowprivate + open_act_GpgFrontend::UI::MainWindowprivate + open_key_management_act_GpgFrontend::UI::MainWindowprivate + open_settings_act_GpgFrontend::UI::MainWindowprivate + parent_rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + paste_act_GpgFrontend::UI::MainWindowprivate + pos_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + print_act_GpgFrontend::UI::MainWindowprivate + prohibit_update_checking_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + quit_act_GpgFrontend::UI::MainWindowprivate + quote_act_GpgFrontend::UI::MainWindowprivate + recover_editor_unsaved_pages_from_cache() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + redo_act_GpgFrontend::UI::MainWindowprivate + refresh_keys_from_key_server()GpgFrontend::UI::MainWindowprivateslot + reload_components_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + remove_key_from_favourtie_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + restart_components_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + restart_mode_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + restore_settings()GpgFrontend::UI::MainWindowprivate + save_act_GpgFrontend::UI::MainWindowprivate + save_as_act_GpgFrontend::UI::MainWindowprivate + screen_rect_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + select_all_act_GpgFrontend::UI::MainWindowprivate + set_owner_trust_of_key_act_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprotected + show_key_details_act_GpgFrontend::UI::MainWindowprivate + sign_act_GpgFrontend::UI::MainWindowprivate + SignalKeyDatabaseRefresh() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal + SignalLoaded() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal + SignalRestartApplication(int) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal + SignalUIRefresh() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowsignal + size_ (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivate + slot_add_key_2_favourite() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_add_pgp_header()GpgFrontend::UI::MainWindowprivateslot + slot_append_keys_create_datetime() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_append_keys_expire_datetime() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_append_keys_fingerprint() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_append_selected_keys()GpgFrontend::UI::MainWindowprivateslot + slot_clean_double_line_breaks()GpgFrontend::UI::MainWindowprivateslot + slot_copy_default_uid_to_clipboard()GpgFrontend::UI::MainWindowprivateslot + slot_copy_key_id_to_clipboard()GpgFrontend::UI::MainWindowprivateslot + slot_copy_mail_address_to_clipboard()GpgFrontend::UI::MainWindowprivateslot + slot_cut_pgp_header()GpgFrontend::UI::MainWindowprivateslot + slot_disable_tab_actions(int number)GpgFrontend::UI::MainWindowprivateslot + slot_find()GpgFrontend::UI::MainWindowprivateslot + slot_import_key_from_edit()GpgFrontend::UI::MainWindowprivateslot + slot_open_file_tab()GpgFrontend::UI::MainWindowprivateslot + slot_open_key_management()GpgFrontend::UI::MainWindowprivateslot + slot_open_settings_dialog()GpgFrontend::UI::MainWindowprivateslot + slot_refresh_current_file_view() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_remove_key_from_favourite() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_restore_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot + slot_save_settings() noexcept (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot + slot_set_owner_trust_level_of_key() (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivateslot + slot_show_key_details()GpgFrontend::UI::MainWindowprivateslot + slot_start_wizard()GpgFrontend::UI::MainWindowprivateslot + slot_version_upgrade_notify()GpgFrontend::UI::MainWindowprivateslot + SlotArchiveDecrypt(const QString &path)GpgFrontend::UI::MainWindowslot + SlotArchiveDecryptVerify(const QString &path)GpgFrontend::UI::MainWindowslot + SlotDecrypt()GpgFrontend::UI::MainWindowslot + SlotDecryptVerify()GpgFrontend::UI::MainWindowslot + SlotDirectoryEncrypt(const QString &) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowslot + SlotDirectoryEncryptSign(const QString &path)GpgFrontend::UI::MainWindowslot + SlotEncrypt()GpgFrontend::UI::MainWindowslot + SlotEncryptSign()GpgFrontend::UI::MainWindowslot + SlotFileDecrypt(const QString &path)GpgFrontend::UI::MainWindowslot + SlotFileDecryptVerify(const QString &path)GpgFrontend::UI::MainWindowslot + SlotFileEncrypt(const QString &)GpgFrontend::UI::MainWindowslot + SlotFileEncryptSign(const QString &path)GpgFrontend::UI::MainWindowslot + SlotFileSign(const QString &path)GpgFrontend::UI::MainWindowslot + SlotFileVerify(const QString &path)GpgFrontend::UI::MainWindowslot + SlotOpenFile(const QString &path)GpgFrontend::UI::MainWindowslot + SlotRaisePinentry(QSharedPointer< GpgPassphraseContext >)GpgFrontend::UI::MainWindowslot + SlotSetRestartNeeded(int)GpgFrontend::UI::MainWindowslot + SlotSetStatusBarText(const QString &text) (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowslot + SlotSign()GpgFrontend::UI::MainWindowslot + SlotUpdateCryptoMenuStatus(unsigned int type)GpgFrontend::UI::MainWindowslot + SlotVerify()GpgFrontend::UI::MainWindowslot + special_edit_tool_bar_GpgFrontend::UI::MainWindowprivate + start_wizard_act_GpgFrontend::UI::MainWindowprivate + status_bar_icon_ (defined in GpgFrontend::UI::MainWindow)GpgFrontend::UI::MainWindowprivate + steganography_menu_GpgFrontend::UI::MainWindowprivate + switch_tab_down_act_GpgFrontend::UI::MainWindowprivate + switch_tab_up_act_GpgFrontend::UI::MainWindowprivate + translate_act_GpgFrontend::UI::MainWindowprivate + undo_act_GpgFrontend::UI::MainWindowprivate + update_rect_cache() (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindowprivateslot + upload_key_to_server()GpgFrontend::UI::MainWindowprivateslot + verify_act_GpgFrontend::UI::MainWindowprivate + view_menu_GpgFrontend::UI::MainWindowprivate + zoom_in_act_GpgFrontend::UI::MainWindowprivate + zoom_out_act_GpgFrontend::UI::MainWindowprivate + ~GeneralMainWindow() override (defined in GpgFrontend::UI::GeneralMainWindow)GpgFrontend::UI::GeneralMainWindow diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html index 3409658c..34452b63 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.html @@ -101,7 +101,7 @@ Inheritance diagram for GpgFrontend::UI::MainWindow:
Inheritance graph
- + @@ -111,7 +111,7 @@ Collaboration diagram for GpgFrontend::UI::MainWindow:
Collaboration graph
- + @@ -305,10 +305,6 @@ Private Member Functions void recover_editor_unsaved_pages_from_cache ()   - -int get_restart_needed () const - return true, if restart is needed
-  @@ -603,9 +599,9 @@ QLabel *  - - + + @@ -1292,7 +1288,7 @@ Qt::ToolButtonStyle  - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html index 594d0f37..7bac2844 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.html @@ -197,9 +197,9 @@ QTabWidget *  - - + +

Private Attributes

status_bar_icon_<
bool attachment_dock_created_ {}
 
-int restart_needed_ {0}
 
+int restart_mode_ {0}
 
bool prohibit_update_checking_ = false
 
icon_s

Open settings-dialog.

-

References edit_, get_restart_needed(), import_button_, and GpgFrontend::UI::TextEdit::MaybeSaveAnyTab().

+

References edit_, GpgFrontend::SingletonFunctionObject< CacheManager >::GetInstance(), import_button_, and GpgFrontend::UI::TextEdit::MaybeSaveAnyTab().

Referenced by create_actions().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js index 05662b90..8daa3b41 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow.js @@ -10,7 +10,6 @@ var classGpgFrontend_1_1UI_1_1MainWindow = [ "create_menus", "classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216", null ], [ "create_status_bar", "classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585", null ], [ "create_tool_bars", "classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3", null ], - [ "get_restart_needed", "classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db", null ], [ "Init", "classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759", null ], [ "recover_editor_unsaved_pages_from_cache", "classGpgFrontend_1_1UI_1_1MainWindow.html#a4df2a05492bf237511d44c5e9cdd9413", null ], [ "refresh_keys_from_key_server", "classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98", null ], @@ -126,7 +125,7 @@ var classGpgFrontend_1_1UI_1_1MainWindow = [ "reload_components_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ab570d33667a3f8fe189f2d81b81f85be", null ], [ "remove_key_from_favourtie_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a1ddc7e6246dd5065bed0777dca4e6fb6", null ], [ "restart_components_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca", null ], - [ "restart_needed_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a5806e6f5e740e6aa311e0fa5f064302a", null ], + [ "restart_mode_", "classGpgFrontend_1_1UI_1_1MainWindow.html#afa9ed7e4274e59111227277c077425e5", null ], [ "save_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc", null ], [ "save_as_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112", null ], [ "select_all_act_", "classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc", null ], diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map index 9ff04762..574a35d3 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 index fc3f29f9..30308bf4 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 @@ -1 +1 @@ -3f8cd5b30f42b120058eac67e85bd5f8 \ No newline at end of file +8526d37afcc55fb85ca0cd53f2191a47 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png index 32fa4d12..0ff3187a 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map index 17709cbc..b2442d8b 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.map @@ -1,5 +1,5 @@ - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 index f38bf122..d88e04f8 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 @@ -1 +1 @@ -f2f325d112d7fac834754b7d30a764b2 \ No newline at end of file +bb86b90b5806dd0d18db7e3c1c68e0c5 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png index 98314b11..d095dc51 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html index d89d524b..00fd81c7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html @@ -275,7 +275,7 @@ bool 
is_crlf_ = false<

References full_file_path_.

-

Referenced by GpgFrontend::UI::TextEdit::maybe_save_current_tab(), and GpgFrontend::UI::TextEdit::SlotSaveAs().

+

Referenced by GpgFrontend::UI::TextEdit::maybe_save_current_tab(), and GpgFrontend::UI::TextEdit::SlotSaveAs().

@@ -295,7 +295,7 @@ bool 
is_crlf_ = false< @@ -325,7 +325,7 @@ bool is_crlf_ = false<
false
-

Referenced by GpgFrontend::UI::TextEdit::maybe_save_current_tab().

+

Referenced by GpgFrontend::UI::TextEdit::maybe_save_current_tab().

diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html index 45d469ae..9274cd73 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog-members.html @@ -102,7 +102,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1SettingsDial
parent_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
rect_restored_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
restart_needed_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
restart_mode_ (defined in GpgFrontend::UI::SettingsDialog)GpgFrontend::UI::SettingsDialogprivate
screen_rect_ (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprivate
setPosCenterOfScreen() (defined in GpgFrontend::UI::GeneralDialog)GpgFrontend::UI::GeneralDialogprotected
SettingsDialog(QWidget *parent=nullptr)GpgFrontend::UI::SettingsDialogexplicit
tab_widget_ QDialogButtonBox * button_box_
 
-int restart_needed_ {kNonRestartCode}
 
+int restart_mode_ {kNonRestartCode}
 
diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js index c4fceeda..6440ea06 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog.js @@ -11,6 +11,6 @@ var classGpgFrontend_1_1UI_1_1SettingsDialog = [ "general_tab_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f", null ], [ "key_server_tab_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#aac6feb4c12abb882446756c889d5fa78", null ], [ "network_tab_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#acfd6e61f789f022790e9a83ce6359fbe", null ], - [ "restart_needed_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a557219d1b82dd00e8d9f027a7cd561fa", null ], + [ "restart_mode_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1895b321f4189c138272c0d27f8827ee", null ], [ "tab_widget_", "classGpgFrontend_1_1UI_1_1SettingsDialog.html#ac43d73ffaadf316118ab0d7b46da4e41", null ] ]; \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index 22438dcc..94d8ef0a 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -523c7431adcd8d680e909ccf59d00179 \ No newline at end of file +c10694a00f1e7fe318a3a9a63f3a072e \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png index 9f8681e6..59b945c6 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index 289f8772..619d49a7 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -44b3a6aeac743e3ca2f35fd56c500ef5 \ No newline at end of file +53bf69cacb0f00d3096fd98ee47275e6 \ No newline at end of file diff --git a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png index 99143667..27234dbd 100644 Binary files a/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png and b/docs/html/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.png differ diff --git a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit-members.html b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit-members.html index 276d1919..ee96a0c5 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit-members.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit-members.html @@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree('classGpgFrontend_1_1UI_1_1TextEdit.htm - + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.html b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.html index c245efde..86102197 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.html +++ b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.html @@ -224,8 +224,8 @@ void 

Additional Inherited Members

CurFilePage() constGpgFrontend::UI::TextEdit
CurTextPage() constGpgFrontend::UI::TextEdit
LoadFile(const QString &fileName)GpgFrontend::UI::TextEdit
maybe_save_current_tab(bool askToSave)GpgFrontend::UI::TextEditprivate
maybe_save_current_tab(bool askToSave)GpgFrontend::UI::TextEditprivate
MaybeSaveAnyTab()GpgFrontend::UI::TextEdit
save_file(const QString &fileName)GpgFrontend::UI::TextEditprotected
slot_file_page_path_changed(const QString &path) const (defined in GpgFrontend::UI::TextEdit)GpgFrontend::UI::TextEditprivateslot
slot_file_page_path_c
- - + +

Private Member Functions

bool maybe_save_current_tab (bool askToSave)
 
bool maybe_save_current_tab (bool askToSave)
 
@@ -315,8 +315,8 @@ int 

Static Private Member Functions

-

◆ maybe_save_current_tab()

+ +

◆ maybe_save_current_tab()

@@ -325,7 +325,7 @@ int 
- + diff --git a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.js b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.js index d61be1e3..0a6d7f97 100644 --- a/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.js +++ b/docs/html/classGpgFrontend_1_1UI_1_1TextEdit.js @@ -4,7 +4,7 @@ var classGpgFrontend_1_1UI_1_1TextEdit = [ "CurFilePage", "classGpgFrontend_1_1UI_1_1TextEdit.html#aa30daf558cb85bbdcad55a805a106109", null ], [ "CurTextPage", "classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b", null ], [ "LoadFile", "classGpgFrontend_1_1UI_1_1TextEdit.html#a72ed46454c833adb038c36d8d4322d18", null ], - [ "maybe_save_current_tab", "classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c", null ], + [ "maybe_save_current_tab", "classGpgFrontend_1_1UI_1_1TextEdit.html#a3d6f1809bd686bc499c4421da1b239b5", null ], [ "MaybeSaveAnyTab", "classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555", null ], [ "save_file", "classGpgFrontend_1_1UI_1_1TextEdit.html#a66b6f6633e7ac71e5fe8b7814a81cadf", null ], [ "slot_file_page_path_changed", "classGpgFrontend_1_1UI_1_1TextEdit.html#aeb2048d8028907d521f5f35c077832c2", null ], diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html index 9656e505..a00699a2 100644 --- a/docs/html/functions_func_g.html +++ b/docs/html/functions_func_g.html @@ -144,7 +144,6 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
  • get_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog -, GpgFrontend::UI::MainWindow
  • get_selected_subkey() : GpgFrontend::UI::KeyPairSubkeyTab diff --git a/docs/html/functions_func_m.html b/docs/html/functions_func_m.html index 88c154ad..17bb7e84 100644 --- a/docs/html/functions_func_m.html +++ b/docs/html/functions_func_m.html @@ -86,7 +86,7 @@ $(document).ready(function(){initNavTree('functions_func_m.html',''); initResiza

    - m -

    • maybe_save_current_tab() -: GpgFrontend::UI::TextEdit +: GpgFrontend::UI::TextEdit
    • MaybeSaveAnyTab() : GpgFrontend::UI::TextEdit diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html index 9523ac06..c2546b77 100644 --- a/docs/html/functions_g.html +++ b/docs/html/functions_g.html @@ -144,7 +144,6 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
    • get_restart_needed() : GpgFrontend::UI::GnuPGControllerDialog -, GpgFrontend::UI::MainWindow
    • get_selected_subkey() : GpgFrontend::UI::KeyPairSubkeyTab diff --git a/docs/html/functions_m.html b/docs/html/functions_m.html index 815eb0e7..7cbb08a6 100644 --- a/docs/html/functions_m.html +++ b/docs/html/functions_m.html @@ -90,7 +90,7 @@ $(document).ready(function(){initNavTree('functions_m.html',''); initResizable() , GpgFrontend::UI::InfoBoardWidget
    • maybe_save_current_tab() -: GpgFrontend::UI::TextEdit +: GpgFrontend::UI::TextEdit
    • MaybeSaveAnyTab() : GpgFrontend::UI::TextEdit diff --git a/docs/html/navtreedata.js b/docs/html/navtreedata.js index 76add15e..cec0e674 100644 --- a/docs/html/navtreedata.js +++ b/docs/html/navtreedata.js @@ -62,11 +62,11 @@ var NAVTREEINDEX = "classGpgFrontend_1_1UI_1_1CommonUtils.html#a0c8bf56fc5371cd2c5e9d2a0f67bf72a", "classGpgFrontend_1_1UI_1_1KeyGenDialog.html#ab40bd826a5437124f8afd09824606c76", "classGpgFrontend_1_1UI_1_1KeyServerImportTask.html#a5e1fb2810c4b07bd9d8c6fe11c72c526", -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7", -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258", -"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789", -"structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122", -"structpinentry.html#a7e89de346d3ab6aa146c7cf70c592f07" +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db", +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143ab37c4cbae4e1b2d8b41617a230cf96fd", +"namespaceGpgFrontend.html#a92c42a4157576fc2386eb2295120fed3", +"structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7", +"structpinentry.html#a86b90be888ce66da86f4628ec406b4e4" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/html/navtreeindex10.js b/docs/html/navtreeindex10.js index 326c5516..cd458bcb 100644 --- a/docs/html/navtreeindex10.js +++ b/docs/html/navtreeindex10.js @@ -1,6 +1,5 @@ var NAVTREEINDEX10 = { -"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[1,0,2,91], "namespaceGpgFrontend.html#a92c42a4157576fc2386eb2295120fed3":[1,0,2,95], "namespaceGpgFrontend.html#a93c0ac9e329baa602e0bfdee7ea1273f":[1,0,2,87], "namespaceGpgFrontend.html#a96965d89a0dbe9a2787e8db26fd8df5e":[1,0,2,107], @@ -249,5 +248,6 @@ var NAVTREEINDEX10 = "structGpgFrontend_1_1GpgCommandExecutor_1_1ExecuteContext.html#ac8f9c29ee4dae95dd41e5b3d10d2f45b":[2,0,1,17,0,4], "structGpgFrontend_1_1GpgContextInitArgs.html":[2,0,1,18], "structGpgFrontend_1_1GpgContextInitArgs.html#a12e9e2e6ad393864a4b2d85727350edc":[2,0,1,18,0], -"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,1,18,5] +"structGpgFrontend_1_1GpgContextInitArgs.html#a25ca282a0a82ed7aa4cb677a86f53eef":[2,0,1,18,5], +"structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122":[2,0,1,18,6] }; diff --git a/docs/html/navtreeindex11.js b/docs/html/navtreeindex11.js index 9a422725..b02943a3 100644 --- a/docs/html/navtreeindex11.js +++ b/docs/html/navtreeindex11.js @@ -1,6 +1,5 @@ var NAVTREEINDEX11 = { -"structGpgFrontend_1_1GpgContextInitArgs.html#a2b09f18f4f10ca44370ed204d19de122":[2,0,1,18,6], "structGpgFrontend_1_1GpgContextInitArgs.html#a33cd883333581952ae49784ae86edae7":[2,0,1,18,4], "structGpgFrontend_1_1GpgContextInitArgs.html#a5f65e909a4fdb918a55a6e92193356af":[2,0,1,18,3], "structGpgFrontend_1_1GpgContextInitArgs.html#aa46e72b29dd89211f468047f45a7a31d":[2,0,1,18,1], @@ -196,27 +195,27 @@ var NAVTREEINDEX11 = "structSoftwareVersion.html#af4f48691c5797f623cd5634580973bd9":[2,0,17,10], "structSoftwareVersion.html#af95656d8841511839009539799f48704":[2,0,17,7], "structfmt_1_1formatter_3_01QByteArray_01_4.html":[2,0,0,1], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,1], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,2], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,3], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,0], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,1], "structfmt_1_1formatter_3_01QByteArray_01_4.html#a93b3bf7f7b33dddcc7b240c18ecd48b7":[2,0,0,1,4], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7], -"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6], "structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,8], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,6], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,9], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,7], +"structfmt_1_1formatter_3_01QByteArray_01_4.html#ac66a3903f2bc7caa320592840a9a2c91":[2,0,0,1,5], "structfmt_1_1formatter_3_01QString_01_4.html":[2,0,0,0], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], -"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,8], "structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,5], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,6], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,8], +"structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,7], "structfmt_1_1formatter_3_01QString_01_4.html#a0a51b8f0b49cfafb8bf46c32c5e7ea3d":[2,0,0,0,9], +"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,2], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,1], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,3], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,4], "structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,0], -"structfmt_1_1formatter_3_01QString_01_4.html#aca03925995464275861427727a4e709a":[2,0,0,0,2], "structpinentry.html":[2,0,12], "structpinentry.html#a01d023d70058225507186078938e26f7":[2,0,12,32], "structpinentry.html#a0246a61cab9de3ab251b0d481a2e0f55":[2,0,12,56], @@ -249,5 +248,6 @@ var NAVTREEINDEX11 = "structpinentry.html#a60be55e3699b1cb1832ad2a3ad0d2230":[2,0,12,39], "structpinentry.html#a6395cfc79de85c30660ca0ed9e39d6e2":[2,0,12,36], "structpinentry.html#a6810e60a64b360e46773f419403fb97e":[2,0,12,65], -"structpinentry.html#a6c2f16572834bdc885ca5534ed886591":[2,0,12,11] +"structpinentry.html#a6c2f16572834bdc885ca5534ed886591":[2,0,12,11], +"structpinentry.html#a7e89de346d3ab6aa146c7cf70c592f07":[2,0,12,55] }; diff --git a/docs/html/navtreeindex12.js b/docs/html/navtreeindex12.js index b42b5a27..6f772f7a 100644 --- a/docs/html/navtreeindex12.js +++ b/docs/html/navtreeindex12.js @@ -1,6 +1,5 @@ var NAVTREEINDEX12 = { -"structpinentry.html#a7e89de346d3ab6aa146c7cf70c592f07":[2,0,12,55], "structpinentry.html#a86b90be888ce66da86f4628ec406b4e4":[2,0,12,60], "structpinentry.html#a879bd98959f2681f32771838864d8c4a":[2,0,12,5], "structpinentry.html#a8befa3521f3c8501a24d456aa18b709c":[2,0,12,15], @@ -42,7 +41,7 @@ var NAVTREEINDEX12 = "structsecmem_1_1alloc_1_1rebind.html#ad8d07ef1da80f557d0814db49a919b14":[2,0,2,0,0,0], "ver__check_2GFModuleExport_8h_source.html":[3,0,0,1,0,1,0], "ver__check_2QtLoggerFmt_8h_source.html":[3,0,0,1,0,1,1], -"":[1,0,1], "":[1,0,0], -"":[1,0,3] +"":[1,0,3], +"":[1,0,1] }; diff --git a/docs/html/navtreeindex5.js b/docs/html/navtreeindex5.js index e2fe0469..6effb416 100644 --- a/docs/html/navtreeindex5.js +++ b/docs/html/navtreeindex5.js @@ -180,7 +180,7 @@ var NAVTREEINDEX5 = "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a6eeca78f12b49f095610d762d4cf7d7e":[2,0,1,3,1,5], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a8950c4389f4bbc4a3e62d769d6d14dc4":[2,0,1,3,1,11], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a917cf89e7920c1c5d7d8070b53bd49fc":[2,0,1,3,1,8], -"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#acd2918a181aa9c8c59e5d789ce34a92a":[2,0,1,3,1,13], +"classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#ad806c1d46b2a431ed2ba8cdc3ef9ae6b":[2,0,1,3,1,13], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#add69685b9c83ed03ed24d36f2badd835":[2,0,1,3,1,0], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af677680609f32ed65f78a0641bf05389":[2,0,1,3,1,2], "classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#af97fbd4ee0b57a20cc9a97c7e877d520":[2,0,1,3,1,10], diff --git a/docs/html/navtreeindex7.js b/docs/html/navtreeindex7.js index 0eb4ed00..ea3962c3 100644 --- a/docs/html/navtreeindex7.js +++ b/docs/html/navtreeindex7.js @@ -71,150 +71,149 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#abbb10300a75086649faba44cf4d2ed61":[2,0,1,3,50,8], "classGpgFrontend_1_1UI_1_1ListedKeyServerTestTask.html#af9350e0a8d5993e5be0a5478fcb161be":[2,0,1,3,50,4], "classGpgFrontend_1_1UI_1_1MainWindow.html":[2,0,1,3,44], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a01aed2790d84479bd3a2551d1cc6fb91":[2,0,1,3,44,37], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,1,3,44,102], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,1,3,44,39], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a01aed2790d84479bd3a2551d1cc6fb91":[2,0,1,3,44,36], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a01b85fb17c373d8f97ce439027c6d04e":[2,0,1,3,44,101], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a033d448541b44fa48b76dec828a4eb0e":[2,0,1,3,44,38], "classGpgFrontend_1_1UI_1_1MainWindow.html#a04668246525874760f47a340b4b7d8de":[2,0,1,3,44,6], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad":[2,0,1,3,44,48], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,1,3,44,11], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ff2e95d1fb0ac975fcbbdd9e9ae2ce":[2,0,1,3,44,65], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[2,0,1,3,44,22], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,1,3,44,78], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a07d02cdb29a8101f988e776ceecc49ad":[2,0,1,3,44,47], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ba4521f68c488b23b651e201011759":[2,0,1,3,44,10], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a08ff2e95d1fb0ac975fcbbdd9e9ae2ce":[2,0,1,3,44,64], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a091087c673fa86bcaaadbbfc7ec7caed":[2,0,1,3,44,21], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a09671c3aa26a750cfd6be6c092de8715":[2,0,1,3,44,77], "classGpgFrontend_1_1UI_1_1MainWindow.html#a0ab96012df041f2c2e47092db0600355":[2,0,1,3,44,4], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,1,3,44,76], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,1,3,44,132], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,1,3,44,142], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,1,3,44,141], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,1,3,44,109], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,1,3,44,34], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cb094e0409337cfd7dba1bb510ea96e":[2,0,1,3,44,75], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0cded37ef6e07856bbe439b0e90db839":[2,0,1,3,44,131], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a0e9920cf0fc974ac2f70d3f039f009f2":[2,0,1,3,44,141], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a14bb12fa25620e1a93bd23c9f7c84081":[2,0,1,3,44,140], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16bbfd12cd3a6f0df9e2c32cf7999e57":[2,0,1,3,44,108], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a16ddebec90a4bd0d13baa9d972c3445f":[2,0,1,3,44,33], "classGpgFrontend_1_1UI_1_1MainWindow.html#a1759412cb7ee71600c4b6e3c6e752d2e":[2,0,1,3,44,3], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca":[2,0,1,3,44,125], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a19d24772c88b55070f139b97806c10ca":[2,0,1,3,44,124], "classGpgFrontend_1_1UI_1_1MainWindow.html#a1ab1f3f57f9969447491e63f54420585":[2,0,1,3,44,8], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ddc7e6246dd5065bed0777dca4e6fb6":[2,0,1,3,44,124], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,1,3,44,95], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e7923dacd93eb498d8532bb887739b0":[2,0,1,3,44,70], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,1,3,44,83], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,1,3,44,14], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,1,3,44,128], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,1,3,44,17], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,1,3,44,93], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,1,3,44,30], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,1,3,44,119], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,1,3,44,59], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[2,0,1,3,44,21], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327":[2,0,1,3,44,58], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,1,3,44,33], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,1,3,44,85], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2caccd72d474177e571c07dd47038e58":[2,0,1,3,44,15], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,1,3,44,106], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,1,3,44,16], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,1,3,44,86], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a34d67c0c4f63695751616b5f6624b674":[2,0,1,3,44,130], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb":[2,0,1,3,44,44], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,1,3,44,110], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb":[2,0,1,3,44,26], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,1,3,44,74], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,1,3,44,143], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f51156763fc3d4cdfa747d037566bef":[2,0,1,3,44,81], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,1,3,44,113], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ddc7e6246dd5065bed0777dca4e6fb6":[2,0,1,3,44,123], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e0d23d361b8e339ca85410db2bdfb64":[2,0,1,3,44,94], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1e7923dacd93eb498d8532bb887739b0":[2,0,1,3,44,69], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a1ef17c566a764f707f43593a1f6b3c60":[2,0,1,3,44,82], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a210ab31f4d949a50507d0690c0d1598a":[2,0,1,3,44,13], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a22256763ef83ed35a81e446b553d8112":[2,0,1,3,44,127], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a23c517e1b4c63d03e0413bf3772ffb92":[2,0,1,3,44,16], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2417c807356e3b876ecb2f572568670b":[2,0,1,3,44,92], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24a0b0d974fc5f8fdda60c128a82d957":[2,0,1,3,44,29], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a24e58eb0b84709ea665db95e54da865b":[2,0,1,3,44,118], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2518a8a17ebcc217c7cc34c9c3a411f8":[2,0,1,3,44,58], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a261fb867b194d5b16ad15ed2ff6c60ec":[2,0,1,3,44,20], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a276e843e2f5eda8934fb350fb6f89327":[2,0,1,3,44,57], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a29a811d4d440c79c1bd2cc2bb40cdf7e":[2,0,1,3,44,32], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2c2f6c021219564846f1624f6bb5b9a2":[2,0,1,3,44,84], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2caccd72d474177e571c07dd47038e58":[2,0,1,3,44,14], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a2fb0dc34218da4963e3c37fd60b334a7":[2,0,1,3,44,105], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a30fe95cf76936d382ee0b67a24688a7a":[2,0,1,3,44,15], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a313a5d7d0847114a6f11e4d7870edd86":[2,0,1,3,44,85], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a34d67c0c4f63695751616b5f6624b674":[2,0,1,3,44,129], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3751c475a29a5827a5eea587ffa6abfb":[2,0,1,3,44,43], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a38f243880cfb9276545b08f0730811e7":[2,0,1,3,44,109], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3982432b140738859415e487e2c5f5eb":[2,0,1,3,44,25], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3c0a5305cf55fe5bee2f18298f983cad":[2,0,1,3,44,73], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3cb7daedbef61c1be27635c9ebc9e689":[2,0,1,3,44,142], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a3f51156763fc3d4cdfa747d037566bef":[2,0,1,3,44,80], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a472500fec64442b114e9ce9faf4b6a73":[2,0,1,3,44,112], "classGpgFrontend_1_1UI_1_1MainWindow.html#a473b679fa0dc3cdf4f6f98d6553fa0ec":[2,0,1,3,44,2], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,1,3,44,114], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a4df2a05492bf237511d44c5e9cdd9413":[2,0,1,3,44,12], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,1,3,44,32], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a5806e6f5e740e6aa311e0fa5f064302a":[2,0,1,3,44,126], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a5bbe43bdd25df9de8c1de23efd8d37a5":[2,0,1,3,44,77], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a5dce98bfc01ecbb0a90eaa2b304675ed":[2,0,1,3,44,98], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db":[2,0,1,3,44,10], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a5ebeba2ac2ec6858f16bff3f9d822d31":[2,0,1,3,44,36], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421":[2,0,1,3,44,50], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a61140b959cbdc0922b528a9c52d0dfa2":[2,0,1,3,44,69], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,1,3,44,96], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,1,3,44,117], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,1,3,44,75], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a4a1edafb8c67b181ff3c29394147571d":[2,0,1,3,44,113], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a4df2a05492bf237511d44c5e9cdd9413":[2,0,1,3,44,11], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a55926649e28a96318b89afba01b966bf":[2,0,1,3,44,31], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a5bbe43bdd25df9de8c1de23efd8d37a5":[2,0,1,3,44,76], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a5dce98bfc01ecbb0a90eaa2b304675ed":[2,0,1,3,44,97], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a5ebeba2ac2ec6858f16bff3f9d822d31":[2,0,1,3,44,35], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a60d82d4da1775ef21284543435a1f421":[2,0,1,3,44,49], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a61140b959cbdc0922b528a9c52d0dfa2":[2,0,1,3,44,68], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6154f5dbdc9cebc0644e5d1e25895df8":[2,0,1,3,44,95], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a62ea61c38e758022ba655c6faf54322b":[2,0,1,3,44,116], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a672f4ef07be6ad645613ecd49399700d":[2,0,1,3,44,74], "classGpgFrontend_1_1UI_1_1MainWindow.html#a6c64a01f3b1d5ff7b42da6e29a4d2c0c":[2,0,1,3,44,1], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,1,3,44,90], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,1,3,44,144], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,1,3,44,88], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,1,3,44,79], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,1,3,44,104], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,1,3,44,24], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227":[2,0,1,3,44,97], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,1,3,44,89], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72":[2,0,1,3,44,45], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7ec169e4ce829f37c3605491ac617973":[2,0,1,3,44,19], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,1,3,44,29], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,1,3,44,20], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,1,3,44,100], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,1,3,44,35], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,1,3,44,111], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,1,3,44,137], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9":[2,0,1,3,44,52], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,1,3,44,99], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d245e0f832a9533ba00fe400923b47f":[2,0,1,3,44,46], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,1,3,44,138], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,1,3,44,105], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8de27a8002376b61e32f617910846412":[2,0,1,3,44,18], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c":[2,0,1,3,44,43], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,1,3,44,118], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a6d681a306c137dc107088d60b09a925f":[2,0,1,3,44,89], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70397629ae3ffe039051b80a099c7979":[2,0,1,3,44,143], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a70d2b2311708ab023466d343f2e914b1":[2,0,1,3,44,87], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a71402943f4ed19e3aba0556b23eaa8f8":[2,0,1,3,44,78], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a72b5cfa9bf4b94a53d9bc14d84e60d6d":[2,0,1,3,44,103], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a76bf3784d751db78ed13bd9962e14472":[2,0,1,3,44,23], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a79b83f536a7c4299eaa3d22e4e875227":[2,0,1,3,44,96], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7aa41c90105fd4c2931895d8dfb5ec45":[2,0,1,3,44,88], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7d38ca18a8688b5df163157d26a14c72":[2,0,1,3,44,44], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7ec169e4ce829f37c3605491ac617973":[2,0,1,3,44,18], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a7f5a88922d06bee977335fb4b5f1d86d":[2,0,1,3,44,28], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a821247d738457c4ee046162aad6728f9":[2,0,1,3,44,19], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8538940a9a5dea7ddf53c89acdeb83be":[2,0,1,3,44,99], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a874b505fbc1046f579a736683f5a7f65":[2,0,1,3,44,34], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a877ec5dd357907e9c334e7ff18bf2c5c":[2,0,1,3,44,110], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a88af746cd550792ab6095d2ebbd29b41":[2,0,1,3,44,136], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a88c467b5be4712f7d2b16da0e96cd7e9":[2,0,1,3,44,51], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a89fa105ed54d2189d762668262d74c63":[2,0,1,3,44,98], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d245e0f832a9533ba00fe400923b47f":[2,0,1,3,44,45], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d5ce6514ef3fa8ac3223176f5fa2701":[2,0,1,3,44,137], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8d6fe32ab64797459443ed285d769745":[2,0,1,3,44,104], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8de27a8002376b61e32f617910846412":[2,0,1,3,44,17], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8ee995b7d1a21ebaab2333a5e79ae77c":[2,0,1,3,44,42], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a8f9dd7edba23321a13ed630cdef7fdcc":[2,0,1,3,44,117], "classGpgFrontend_1_1UI_1_1MainWindow.html#a92a6d8d46e197e25eaacc3ad7ed289ab":[2,0,1,3,44,5], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,1,3,44,66], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,1,3,44,64], -"classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9":[2,0,1,3,44,27], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a95b2c86afbefe47e79af87e56032e306":[2,0,1,3,44,65], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9dd292f55fba1fe62c83508fef7e43a1":[2,0,1,3,44,63], +"classGpgFrontend_1_1UI_1_1MainWindow.html#a9e2ddb2135df42d76134bea168fbdce9":[2,0,1,3,44,26], "classGpgFrontend_1_1UI_1_1MainWindow.html#a9fbd8a2f5b2b5869276db83a4ad20216":[2,0,1,3,44,7], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d":[2,0,1,3,44,54], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8":[2,0,1,3,44,60], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,1,3,44,140], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,1,3,44,87], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa0bb003f2f1209a4e4d10e94e3d5d06d":[2,0,1,3,44,53], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa2aeef298a7a05fc1b38bad75b62aad8":[2,0,1,3,44,59], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa498dfecac36590e4b60d50824dff58c":[2,0,1,3,44,139], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aa92246123272e3e1085f22612aedf48f":[2,0,1,3,44,86], "classGpgFrontend_1_1UI_1_1MainWindow.html#aaa1de043b71dbcf0e8d8c265b2a67bd3":[2,0,1,3,44,9], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,1,3,44,40], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,1,3,44,84], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,1,3,44,73], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,1,3,44,134], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,1,3,44,127], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,1,3,44,91], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab570d33667a3f8fe189f2d81b81f85be":[2,0,1,3,44,123], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,1,3,44,71], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd":[2,0,1,3,44,42], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90":[2,0,1,3,44,67], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5":[2,0,1,3,44,61], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,1,3,44,120], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,1,3,44,122], -"classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf":[2,0,1,3,44,57], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ac578922206608834c6c7ba862f02c0fa":[2,0,1,3,44,23], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,1,3,44,129], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5":[2,0,1,3,44,62], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8":[2,0,1,3,44,49], -"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,1,3,44,131], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ace4433f21dbb4b1859b81c120b675e1d":[2,0,1,3,44,38], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,1,3,44,101], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,1,3,44,63], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310":[2,0,1,3,44,56], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,1,3,44,92], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,1,3,44,115], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ad874ce344cce9f87bfbb31e7bf88aebe":[2,0,1,3,44,68], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ada8351319a2aaf032fc736f39bdcf9a5":[2,0,1,3,44,80], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,1,3,44,108], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,1,3,44,107], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,1,3,44,139], -"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,1,3,44,13], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,1,3,44,135], -"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,1,3,44,31], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac":[2,0,1,3,44,55], -"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,1,3,44,25], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,1,3,44,94], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af22cb696fad4c5296b3bdb8b28d8601b":[2,0,1,3,44,112], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,1,3,44,133], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,1,3,44,136], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,1,3,44,82], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,1,3,44,28], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565":[2,0,1,3,44,41], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,1,3,44,121], -"classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527":[2,0,1,3,44,47], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,1,3,44,116], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f":[2,0,1,3,44,53], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,1,3,44,72], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22":[2,0,1,3,44,51], -"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,1,3,44,103], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aabf3ddf6b624790369f164b4889c95be":[2,0,1,3,44,39], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aac320aef3b49cd068544aac54b927f7a":[2,0,1,3,44,83], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aad0c8d50952f4592eac7b7221b5d1ec5":[2,0,1,3,44,72], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0019ca316b971c594c2f20f418256a6":[2,0,1,3,44,133], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab0f148559d830fcf10b5a1937b0a47dc":[2,0,1,3,44,126], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab531823acdbfb117c82a9906ce2107b9":[2,0,1,3,44,90], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab570d33667a3f8fe189f2d81b81f85be":[2,0,1,3,44,122], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ab67486a71126073e7c39ca12603198f4":[2,0,1,3,44,70], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aba7c5572c2736701cc5799776876bbdd":[2,0,1,3,44,41], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abd4319366aa14f17a166c9f945d4ae90":[2,0,1,3,44,66], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abd5408ca5f908c330a15db24d959f3a5":[2,0,1,3,44,60], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe0683e48485f9fcff622d9519c37ed9":[2,0,1,3,44,119], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abe38474d4e81726147f9df8a9721ce6e":[2,0,1,3,44,121], +"classGpgFrontend_1_1UI_1_1MainWindow.html#abf4b09c9bc6242630c066eb7bf4636bf":[2,0,1,3,44,56], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ac578922206608834c6c7ba862f02c0fa":[2,0,1,3,44,22], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ac6a42e6e3af7e76f0bd2ecc62c9520cc":[2,0,1,3,44,128], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ac9bf2a20727eb8e727aa2e3ce5c248e5":[2,0,1,3,44,61], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aca691847190c39fe2d41d669b1e686b8":[2,0,1,3,44,48], +"classGpgFrontend_1_1UI_1_1MainWindow.html#acd41722ceedd20973b7d83852fab407b":[2,0,1,3,44,130], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ace4433f21dbb4b1859b81c120b675e1d":[2,0,1,3,44,37], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad0a47aadbd6ae3a4bd0fe3372d247e7d":[2,0,1,3,44,100], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad27dcf3f534f13d8df71df680c4d177c":[2,0,1,3,44,62], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad344606cf3c665fc73a3c0dd10a44310":[2,0,1,3,44,55], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad6a2cecb2846b324604c4abd1fb7d11a":[2,0,1,3,44,91], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad7b22560df7e3bb38b660d3ffc84dc83":[2,0,1,3,44,114], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ad874ce344cce9f87bfbb31e7bf88aebe":[2,0,1,3,44,67], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ada8351319a2aaf032fc736f39bdcf9a5":[2,0,1,3,44,79], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adaa66d9cdc51c946efc99bb94deda31c":[2,0,1,3,44,107], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adb05de6b4fa1f1d57ed63be1280050e9":[2,0,1,3,44,106], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adbac799672c43c90810366825d837e4e":[2,0,1,3,44,138], +"classGpgFrontend_1_1UI_1_1MainWindow.html#adfa3b3ae1de1fd04c5ea09e3c97c3e98":[2,0,1,3,44,12], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae2587b35d14bc64bc13d4e8ca1dcd502":[2,0,1,3,44,134], +"classGpgFrontend_1_1UI_1_1MainWindow.html#ae28089efbd236708601470f30f26faaa":[2,0,1,3,44,30], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aea395f8629aef1532bcec3de337fa6ac":[2,0,1,3,44,54], +"classGpgFrontend_1_1UI_1_1MainWindow.html#aea9274389c3b049793fe5aa5a6adf63c":[2,0,1,3,44,24], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af08c62c38a750382ee218191c8e13f4f":[2,0,1,3,44,93], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af22cb696fad4c5296b3bdb8b28d8601b":[2,0,1,3,44,111], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af2b3e3a0e9894633e1839df289f5ffe0":[2,0,1,3,44,132], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af763a506aed7d0fb2125d1859583b853":[2,0,1,3,44,135], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af77f66b6b869f6ddb3d2caa3bc40bb09":[2,0,1,3,44,81], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af93d72eaf58326f1f9e926752c6b1fc6":[2,0,1,3,44,27], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af943d62a7aeb866bed2a3f50cd9bb565":[2,0,1,3,44,40], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af9640e5732c2595d0c094e7ff7e371ac":[2,0,1,3,44,120], +"classGpgFrontend_1_1UI_1_1MainWindow.html#af999edaa3ce60ed0303ded5fcd4ed527":[2,0,1,3,44,46], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afa9ed7e4274e59111227277c077425e5":[2,0,1,3,44,125], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afab1e0363a4b97ff68228cd4bd7cbc62":[2,0,1,3,44,115], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afc86384de0913968ab767e930fc9e24f":[2,0,1,3,44,52], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd243a5f00f86d65431081ead2cae153":[2,0,1,3,44,71], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd80e8d6e6a1acad0cd12e26635cfc22":[2,0,1,3,44,50], +"classGpgFrontend_1_1UI_1_1MainWindow.html#afd8473d161515bded88cc9474f2d12c1":[2,0,1,3,44,102], "classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html":[2,0,1,3,2], "classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#a1128b804a7d39a131c3b7a94060b8ede":[2,0,1,3,2,2], "classGpgFrontend_1_1UI_1_1ModuleControllerDialog.html#a4f17062afd48bda0ee0a5fd1a185fba6":[2,0,1,3,2,3], @@ -249,5 +248,6 @@ var NAVTREEINDEX7 = "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a":[2,0,1,3,66,3], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a8759224e57d4c322933ed3df6d96e5f1":[2,0,1,3,66,0], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aa9e82690824c82e7628ba4ace9d6e2fe":[2,0,1,3,66,7], -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,1,3,66,5] +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac1902b063decfeebe7f0908cbfe618ce":[2,0,1,3,66,5], +"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,1,3,66,6] }; diff --git a/docs/html/navtreeindex8.js b/docs/html/navtreeindex8.js index 96132239..734ce963 100644 --- a/docs/html/navtreeindex8.js +++ b/docs/html/navtreeindex8.js @@ -1,6 +1,5 @@ var NAVTREEINDEX8 = { -"classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ac3404f71f0f93cd7f5cb64d5d56624d7":[2,0,1,3,66,6], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#ae867b6329fcb1978479a9d70f7b017db":[2,0,1,3,66,12], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aee4f46e54f29da671838ed232e526700":[2,0,1,3,66,1], "classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#af5dfdfd48ef64cc46e524ec70a22fe3a":[2,0,1,3,66,8], @@ -30,10 +29,10 @@ var NAVTREEINDEX8 = "classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a5339dcb3890afa6ca4f50fb833bafaa0":[2,0,1,3,39,1], "classGpgFrontend_1_1UI_1_1SetOwnerTrustLevel.html#a635e1ca7837abb556ffa589d52d8ce42":[2,0,1,3,39,0], "classGpgFrontend_1_1UI_1_1SettingsDialog.html":[2,0,1,3,26], +"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1895b321f4189c138272c0d27f8827ee":[2,0,1,3,26,11], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a1b7ddc7861d1b4b9dc3810ed98023ffc":[2,0,1,3,26,0], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a22e50d779f84ac7b3d83b1bccedf8e24":[2,0,1,3,26,3], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a4e2ce62b4f14bb77d577efe208655bcb":[2,0,1,3,26,7], -"classGpgFrontend_1_1UI_1_1SettingsDialog.html#a557219d1b82dd00e8d9f027a7cd561fa":[2,0,1,3,26,11], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a6532bcf29023e2d18209caae9960fd3f":[2,0,1,3,26,8], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#a77d24d981a6b0e60fd0afd9f3ba2ad3e":[2,0,1,3,26,4], "classGpgFrontend_1_1UI_1_1SettingsDialog.html#aa1a54f43f17388a07befb5f15e4906ea":[2,0,1,3,26,5], @@ -89,6 +88,7 @@ var NAVTREEINDEX8 = "classGpgFrontend_1_1UI_1_1TextEdit.html#a32327f592965d8922eb7095af117336d":[2,0,1,3,67,35], "classGpgFrontend_1_1UI_1_1TextEdit.html#a3599bd01636a873cf3437ab6b9d38780":[2,0,1,3,67,12], "classGpgFrontend_1_1UI_1_1TextEdit.html#a3c17fdf3abf9c4fb6ce35cfb8f0f8fc4":[2,0,1,3,67,18], +"classGpgFrontend_1_1UI_1_1TextEdit.html#a3d6f1809bd686bc499c4421da1b239b5":[2,0,1,3,67,4], "classGpgFrontend_1_1UI_1_1TextEdit.html#a48351dc1529da3b8da311f65b735b5f1":[2,0,1,3,67,14], "classGpgFrontend_1_1UI_1_1TextEdit.html#a4a81e69f6dc74ea649ca9a2358342fd5":[2,0,1,3,67,33], "classGpgFrontend_1_1UI_1_1TextEdit.html#a576e06390e65576465297d2ab8d7d474":[2,0,1,3,67,31], @@ -103,7 +103,6 @@ var NAVTREEINDEX8 = "classGpgFrontend_1_1UI_1_1TextEdit.html#a747d3740a88295e6c9565788d4cf56ec":[2,0,1,3,67,39], "classGpgFrontend_1_1UI_1_1TextEdit.html#a7aa1230fbf796225bd6b83d381e11a3b":[2,0,1,3,67,2], "classGpgFrontend_1_1UI_1_1TextEdit.html#a82fe98d45f54909ebea933b540367c39":[2,0,1,3,67,38], -"classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c":[2,0,1,3,67,4], "classGpgFrontend_1_1UI_1_1TextEdit.html#a965cf0edc3030ca5a88a490051a3d8ec":[2,0,1,3,67,20], "classGpgFrontend_1_1UI_1_1TextEdit.html#aa21659aa7acba98dfd6286d69e00ab9b":[2,0,1,3,67,11], "classGpgFrontend_1_1UI_1_1TextEdit.html#aa2230418dc8f72c400f5a90082a983c9":[2,0,1,3,67,23], @@ -249,5 +248,6 @@ var NAVTREEINDEX8 = "classPinEntryDialog.html#af12911bea59bd5df05346952c6b9382c":[2,0,14,53], "classPinEntryDialog.html#af8667cf3aebff7354d9a1eb92b7ca668":[2,0,14,38], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143":[2,0,14,2], -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a4285b0cd9faf99584dea1b20b81eb4a2":[2,0,14,2,2] +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a4285b0cd9faf99584dea1b20b81eb4a2":[2,0,14,2,2], +"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258":[2,0,14,2,0] }; diff --git a/docs/html/navtreeindex9.js b/docs/html/navtreeindex9.js index 1e32de92..26afe527 100644 --- a/docs/html/navtreeindex9.js +++ b/docs/html/navtreeindex9.js @@ -1,6 +1,5 @@ var NAVTREEINDEX9 = { -"classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143a8e3454c439c642eb78522bf43cd23258":[2,0,14,2,0], "classPinEntryDialog.html#affff341e7d03154b56d83a0278aa5143ab37c4cbae4e1b2d8b41617a230cf96fd":[2,0,14,2,1], "classPinLineEdit.html":[2,0,15], "classPinLineEdit.html#a14dd3fe7ed64aedfdeee1ba548a3c93b":[2,0,15,5], @@ -249,5 +248,6 @@ var NAVTREEINDEX9 = "namespaceGpgFrontend.html#a864178db4c07b932c2ae6e7a20fe87bf":[1,0,2,113], "namespaceGpgFrontend.html#a89c5fed8586b3f380fecc2040b42e344":[1,0,2,195], "namespaceGpgFrontend.html#a8aa750a6b51fb10e71a4bcbff7777a8a":[1,0,2,70], -"namespaceGpgFrontend.html#a8de4d38ede9da260d3e9b327a1f366f1":[1,0,2,71] +"namespaceGpgFrontend.html#a8de4d38ede9da260d3e9b327a1f366f1":[1,0,2,71], +"namespaceGpgFrontend.html#a8fe8112cc97385961a3f6a18129ea789":[1,0,2,91] }; diff --git a/docs/html/search/all_6.js b/docs/html/search/all_6.js index e0a49f15..e3c3919f 100644 --- a/docs/html/search/all_6.js +++ b/docs/html/search/all_6.js @@ -21,18 +21,18 @@ var searchData= ['genkeyinfo_204',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo::GenKeyInfo()'],['../classGpgFrontend_1_1GenKeyInfo.html',1,'GpgFrontend::GenKeyInfo']]], ['get_5fdata_5fobject_5fkey_205',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], ['get_5fkey_5fin_5fcache_206',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()']]], + ['get_5frestart_5fneeded_207',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog']]], ['get_5fselected_5fsubkey_208',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], ['get_5fsign_5fselected_209',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fstatus_5fstring_210',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], ['get_5fuid_5fchecked_211',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fuid_5fselected_212',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['getalgo_213',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_214',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallchannelid_214',['GetAllChannelId',['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()']]], ['getallprivatekeys_215',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], ['getapp_216',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], - ['getappdatapath_217',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], - ['getappdir_218',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()']]], + ['getappdatapath_217',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath() const -> QString']]], + ['getappdir_218',['GetAppDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a0493f07e63b300e272826561bbc6d9f7',1,'GpgFrontend::GlobalSettingStation::GetAppDir()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#abc4ed01c7a4cf9c3c7d9a9462027abd0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDir()']]], ['getbrowser_219',['GetBrowser',['../classGpgFrontend_1_1UI_1_1HelpPage.html#a92c31eea47b42be28c86431384b27846',1,'GpgFrontend::UI::HelpPage']]], ['getcachevalue_220',['GetCacheValue',['../namespaceGpgFrontend.html#a145ff996dfe117c16297483ce7bc053a',1,'GpgFrontend']]], ['getchannel_221',['GetChannel',['../classGpgFrontend_1_1ChannelObject.html#a085b36517fcc46916279b9d633da2d26',1,'GpgFrontend::ChannelObject::GetChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#a94ee1e1251023610590e675ae3de8bd5',1,'GpgFrontend::SingletonFunctionObject::GetChannel()']]], @@ -44,30 +44,30 @@ var searchData= ['getcreatetime_227',['GetCreateTime',['../classGpgFrontend_1_1GpgSubKey.html#acb69f7d19dd2e9278c59ed68033c95f6',1,'GpgFrontend::GpgSubKey::GetCreateTime()'],['../classGpgFrontend_1_1GpgSignature.html#a83cefe63b9410bd07ff123fe61f05e95',1,'GpgFrontend::GpgSignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#aa49800564631056c764fd412305f5a50',1,'GpgFrontend::GpgKeySignature::GetCreateTime()'],['../classGpgFrontend_1_1GpgKey.html#a51ec231fb31f5c968511eeb2ecc7a82f',1,'GpgFrontend::GpgKey::GetCreateTime()']]], ['getcurrentpath_228',['GetCurrentPath',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a984bd4a6f7d133d6e6356b46ba2d46d4',1,'GpgFrontend::UI::FileTreeView']]], ['getdataobjectsfilessize_229',['GetDataObjectsFilesSize',['../classGpgFrontend_1_1GlobalSettingStation.html#a67d731d4a2c0f3033c9f6b6f52094e25',1,'GpgFrontend::GlobalSettingStation']]], - ['getdefaultchannel_230',['GetDefaultChannel',['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()']]], + ['getdefaultchannel_230',['GetDefaultChannel',['../classGpgFrontend_1_1SingletonFunctionObject.html#ad983153cbe3a0c32c123c506e04f31fc',1,'GpgFrontend::SingletonFunctionObject::GetDefaultChannel()'],['../classGpgFrontend_1_1ChannelObject.html#a6a3672c8ff3d4fb5ef6bc1bda202bbb8',1,'GpgFrontend::ChannelObject::GetDefaultChannel()']]], ['getdefaultlogger_231',['GetDefaultLogger',['../namespaceGpgFrontend.html#aadeb053cc9436a24f80ab4ec5b27cf51',1,'GpgFrontend']]], ['getdescription_232',['GetDescription',['../classGpgFrontend_1_1GpgTOFUInfo.html#a7659c5c7483a7629be347d6a8f05fe37',1,'GpgFrontend::GpgTOFUInfo']]], - ['getemail_233',['GetEmail',['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()'],['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()']]], + ['getemail_233',['GetEmail',['../classGpgFrontend_1_1GenKeyInfo.html#af87474dd334abdc17f39bf5cc04cc464',1,'GpgFrontend::GenKeyInfo::GetEmail()'],['../classGpgFrontend_1_1GpgKey.html#acfde01907c1ec56cdb6dab519c7948e9',1,'GpgFrontend::GpgKey::GetEmail()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeef7bdd5d64493a585e77d4e4839e055',1,'GpgFrontend::GpgKeySignature::GetEmail()'],['../classGpgFrontend_1_1GpgUID.html#a72b06128992429e3fc730134d82f4a37',1,'GpgFrontend::GpgUID::GetEmail()']]], ['getencrcount_234',['GetEncrCount',['../classGpgFrontend_1_1GpgTOFUInfo.html#a55e9388dce5d0d695844cbbb03db0437',1,'GpgFrontend::GpgTOFUInfo']]], ['getencrlast_235',['GetEncrLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a4dc5e5573cabb90f55761bdc252f4f82',1,'GpgFrontend::GpgTOFUInfo']]], - ['getexpiretime_236',['GetExpireTime',['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()']]], + ['getexpiretime_236',['GetExpireTime',['../classGpgFrontend_1_1GpgKeySignature.html#a9da492e149e2e5ff8766aa7b925e8887',1,'GpgFrontend::GpgKeySignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgSubKey.html#a70e3268330b354ff99a1ec753ee71601',1,'GpgFrontend::GpgSubKey::GetExpireTime()'],['../classGpgFrontend_1_1GpgSignature.html#abaedefd31b8e3a1d59feb8a5f9f3527c',1,'GpgFrontend::GpgSignature::GetExpireTime()'],['../classGpgFrontend_1_1GpgKey.html#a430e4275ee13ceaf177138dd4be388c7',1,'GpgFrontend::GpgKey::GetExpireTime()'],['../classGpgFrontend_1_1GenKeyInfo.html#abba96c63d675a9bdd05926eaca64c268',1,'GpgFrontend::GenKeyInfo::GetExpireTime()']]], ['getfileextension_237',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], ['getfilepath_238',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['getfilesizebypath_239',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], - ['getfingerprint_240',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['getfingerprint_240',['GetFingerprint',['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], ['getfullextension_241',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], ['getfullid_242',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], ['gethashalgo_243',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], ['gethttprequestuseragent_244',['GetHttpRequestUserAgent',['../namespaceGpgFrontend.html#aa0393307275afa9b4f27f7ff0d74f9ae',1,'GpgFrontend']]], ['gethumanfriendlyfilesize_245',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], - ['getid_246',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], - ['getid_247',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], - ['getinstance_248',['GetInstance',['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()']]], + ['getid_246',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], + ['getid_247',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], + ['getinstance_248',['GetInstance',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()']]], ['getinvalid_249',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], ['getkey_250',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyalgo_251',['GetKeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()']]], + ['getkeyalgo_251',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], ['getkeyid_252',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_253',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeylength_253',['GetKeyLength',['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()'],['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()']]], ['getkeys_254',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], ['getkeyscopy_255',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], ['getkeysizestr_256',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], @@ -77,7 +77,7 @@ var searchData= ['getlogger_260',['GetLogger',['../namespaceGpgFrontend.html#a7a6ec562e4deb109d575f0e6baa66ffe',1,'GpgFrontend']]], ['getmodulesdir_261',['GetModulesDir',['../classGpgFrontend_1_1GlobalSettingStation.html#a2733ce88ee759f39bd182e27319e6795',1,'GpgFrontend::GlobalSettingStation::GetModulesDir()'],['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#adb93836c33829dd5d6e04179848a0e8e',1,'GpgFrontend::GlobalSettingStation::Impl::GetModulesDir()']]], ['getmousepointglobal_262',['GetMousePointGlobal',['../classGpgFrontend_1_1UI_1_1FileTreeView.html#a8addf93e844125d99c5a66fb7364a45d',1,'GpgFrontend::UI::FileTreeView']]], - ['getname_263',['GetName',['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()'],['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()']]], + ['getname_263',['GetName',['../classGpgFrontend_1_1GpgUID.html#a9117672ca4e5f1973ee687e2c006af96',1,'GpgFrontend::GpgUID::GetName()'],['../classGpgFrontend_1_1GpgKeySignature.html#aeecb8984b5c4e26d457df0dfe59215df',1,'GpgFrontend::GpgKeySignature::GetName()'],['../classGpgFrontend_1_1GpgKey.html#a5df8b2922b636f0811587c5bcd9e649f',1,'GpgFrontend::GpgKey::GetName()'],['../classGpgFrontend_1_1GenKeyInfo.html#a6c1277ad84cd4c2b3c6203c31581e8e4',1,'GpgFrontend::GenKeyInfo::GetName()']]], ['getonlyfilenamewithpath_264',['GetOnlyFileNameWithPath',['../namespaceGpgFrontend.html#a3025370b8e98cbb40c3a0c420162e5a1',1,'GpgFrontend']]], ['getownertrust_265',['GetOwnerTrust',['../classGpgFrontend_1_1GpgKey.html#ad59777bfb1a0c0d5a91b03e484583245',1,'GpgFrontend::GpgKey']]], ['getownertrustlevel_266',['GetOwnerTrustLevel',['../classGpgFrontend_1_1GpgKey.html#a4503423068d10413a9a66e2870db2513',1,'GpgFrontend::GpgKey']]], diff --git a/docs/html/search/all_b.js b/docs/html/search/all_b.js index 6a8021db..eaf9983b 100644 --- a/docs/html/search/all_b.js +++ b/docs/html/search/all_b.js @@ -2,7 +2,7 @@ var searchData= [ ['m_5ftext_5fpage_5f_491',['m_text_page_',['../classGpgFrontend_1_1UI_1_1InfoBoardWidget.html#a6380776ea1bf9a020370589e1e20efd3',1,'GpgFrontend::UI::InfoBoardWidget::m_text_page_()'],['../classGpgFrontend_1_1UI_1_1FindWidget.html#a11f9d0f07b704539ad1df15a5c15dca9',1,'GpgFrontend::UI::FindWidget::m_text_page_()']]], ['mainwindow_492',['MainWindow',['../classGpgFrontend_1_1UI_1_1MainWindow.html',1,'GpgFrontend::UI']]], - ['maybe_5fsave_5fcurrent_5ftab_493',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybe_5fsave_5fcurrent_5ftab_493',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3d6f1809bd686bc499c4421da1b239b5',1,'GpgFrontend::UI::TextEdit']]], ['maybesaveanytab_494',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], ['modifypassword_495',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], ['modifytofupolicy_496',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], diff --git a/docs/html/search/functions_6.js b/docs/html/search/functions_6.js index 866f5c5e..91f9ed07 100644 --- a/docs/html/search/functions_6.js +++ b/docs/html/search/functions_6.js @@ -19,14 +19,14 @@ var searchData= ['genkeyinfo_1183',['GenKeyInfo',['../classGpgFrontend_1_1GenKeyInfo.html#acfa8401da6425bf3b5fe63d897a33b69',1,'GpgFrontend::GenKeyInfo']]], ['get_5fdata_5fobject_5fkey_1184',['get_data_object_key',['../classGpgFrontend_1_1CacheManager_1_1Impl.html#a2e30e1288e5e7bff4cb54a9723fbcaeb',1,'GpgFrontend::CacheManager::Impl']]], ['get_5fkey_5fin_5fcache_1185',['get_key_in_cache',['../classGpgFrontend_1_1GpgKeyGetter_1_1Impl.html#a440653d7752aec61575b522d9b7bce25',1,'GpgFrontend::GpgKeyGetter::Impl']]], - ['get_5frestart_5fneeded_1186',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog::get_restart_needed()'],['../classGpgFrontend_1_1UI_1_1MainWindow.html#a5e95f62dac9fba1ead6ec69c145923db',1,'GpgFrontend::UI::MainWindow::get_restart_needed()']]], + ['get_5frestart_5fneeded_1186',['get_restart_needed',['../classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.html#a20c7a1887d6dddae4f5d78c35394fa3b',1,'GpgFrontend::UI::GnuPGControllerDialog']]], ['get_5fselected_5fsubkey_1187',['get_selected_subkey',['../classGpgFrontend_1_1UI_1_1KeyPairSubkeyTab.html#aa757320412a0a904bcbd2d6ee536c744',1,'GpgFrontend::UI::KeyPairSubkeyTab']]], ['get_5fsign_5fselected_1188',['get_sign_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ab090e19189ae4f03ab43f9a300b906f0',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fstatus_5fstring_1189',['get_status_string',['../classGpgFrontend_1_1UI_1_1KeyImportDetailDialog.html#a168bea15c50aa5c42601026124fb04f0',1,'GpgFrontend::UI::KeyImportDetailDialog']]], ['get_5fuid_5fchecked_1190',['get_uid_checked',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#ae8830624dd1e06f83cde4a1d9750aa85',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['get_5fuid_5fselected_1191',['get_uid_selected',['../classGpgFrontend_1_1UI_1_1KeyPairUIDTab.html#a88c454f97ba4bd140e23c8ff1054eff5',1,'GpgFrontend::UI::KeyPairUIDTab']]], ['getalgo_1192',['GetAlgo',['../classGpgFrontend_1_1GenKeyInfo.html#aadafd2fa289a5b8e69e03c5b2deeacd6',1,'GpgFrontend::GenKeyInfo']]], - ['getallchannelid_1193',['GetAllChannelId',['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()']]], + ['getallchannelid_1193',['GetAllChannelId',['../classGpgFrontend_1_1SingletonFunctionObject.html#aa7b5db19f3a130886f43607a345a0e1d',1,'GpgFrontend::SingletonFunctionObject::GetAllChannelId()'],['../classGpgFrontend_1_1SingletonStorage.html#aa5fd3f6f18f7c9435df0bb32707e3871',1,'GpgFrontend::SingletonStorage::GetAllChannelId()']]], ['getallprivatekeys_1194',['GetAllPrivateKeys',['../classGpgFrontend_1_1UI_1_1KeyList.html#ac9dc5eb5036314d230dffafef198197a',1,'GpgFrontend::UI::KeyList']]], ['getapp_1195',['GetApp',['../structGpgFrontend_1_1GpgFrontendContext.html#a56dd389a17c5f74482ade13635140bbb',1,'GpgFrontend::GpgFrontendContext']]], ['getappdatapath_1196',['GetAppDataPath',['../classGpgFrontend_1_1GlobalSettingStation_1_1Impl.html#ae051656e52a286cd9b3a891d82099ce0',1,'GpgFrontend::GlobalSettingStation::Impl::GetAppDataPath()'],['../classGpgFrontend_1_1GlobalSettingStation.html#a7da8fc60ba403d6addd8f671089faeaa',1,'GpgFrontend::GlobalSettingStation::GetAppDataPath()']]], @@ -52,7 +52,7 @@ var searchData= ['getfileextension_1216',['GetFileExtension',['../namespaceGpgFrontend.html#a603b75f118cc58b6f267df4347acd6e9',1,'GpgFrontend']]], ['getfilepath_1217',['GetFilePath',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#aff81f0f98a399fa55b6b0ebf2230d4cf',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['getfilesizebypath_1218',['GetFileSizeByPath',['../namespaceGpgFrontend.html#ac05bfb7efd56d3012777ed2e8e355a6a',1,'GpgFrontend']]], - ['getfingerprint_1219',['GetFingerprint',['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], + ['getfingerprint_1219',['GetFingerprint',['../classGpgFrontend_1_1GpgSignature.html#acd681c77a5c777cacd0b9866b209bac2',1,'GpgFrontend::GpgSignature::GetFingerprint()'],['../classGpgFrontend_1_1GpgKey.html#acc06ff78f50cfa9ec94cebd39e235a40',1,'GpgFrontend::GpgKey::GetFingerprint()'],['../classGpgFrontend_1_1GpgSubKey.html#a99a39cfbe53b79c1b56b854ce8e7088e',1,'GpgFrontend::GpgSubKey::GetFingerprint()']]], ['getfullextension_1220',['GetFullExtension',['../namespaceGpgFrontend.html#ac855ff975b7f2571f5dab25c857e5a4f',1,'GpgFrontend']]], ['getfullid_1221',['GetFullID',['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a2b844765ba5c75ee061fe19ccb663e1d',1,'GpgFrontend::Thread::Task::Impl::GetFullID()'],['../classGpgFrontend_1_1Thread_1_1Task.html#aabda16361fa50a05e72de5f6ac37a53e',1,'GpgFrontend::Thread::Task::GetFullID()']]], ['gethashalgo_1222',['GetHashAlgo',['../classGpgFrontend_1_1GpgSignature.html#a23084904b84dd0d2a619565c0ae18d2e',1,'GpgFrontend::GpgSignature']]], @@ -60,12 +60,12 @@ var searchData= ['gethumanfriendlyfilesize_1224',['GetHumanFriendlyFileSize',['../namespaceGpgFrontend.html#a5b86eb3adc57fa5f55e9f55a69031f71',1,'GpgFrontend']]], ['getid_1225',['GetId',['../classGpgFrontend_1_1GpgKey.html#a3dec62e06f6f8f43059b293ad192e0c1',1,'GpgFrontend::GpgKey']]], ['getid_1226',['GetID',['../classGpgFrontend_1_1GpgSubKey.html#a28be04ec888468dbd7341aa4cb28785d',1,'GpgFrontend::GpgSubKey']]], - ['getinstance_1227',['GetInstance',['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()'],['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()']]], + ['getinstance_1227',['GetInstance',['../classGpgFrontend_1_1UI_1_1CommonUtils.html#a530688726ce3a319de8d4bdcc291db87',1,'GpgFrontend::UI::CommonUtils::GetInstance()'],['../classGpgFrontend_1_1UI_1_1UISignalStation.html#a6294f44348070707b4b6abcfd1b6509d',1,'GpgFrontend::UI::UISignalStation::GetInstance()'],['../classGpgFrontend_1_1CoreSignalStation.html#a4ab63c97545b007d2b720c9b59ed1c47',1,'GpgFrontend::CoreSignalStation::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#a4bba0f1f2880648909af6824bcef9568',1,'GpgFrontend::SingletonStorageCollection::GetInstance()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#a9cdea3d2b2d2776f241d2a871d233dd5',1,'GpgFrontend::SingletonStorageCollection::Impl::GetInstance()'],['../classGpgFrontend_1_1SingletonFunctionObject.html#ac963fee992753970bfb5c81608d4070f',1,'GpgFrontend::SingletonFunctionObject::GetInstance()']]], ['getinvalid_1228',['GetInvalid',['../classGpgFrontend_1_1GpgUID.html#a1e7436091a5de3c08727608880afedd2',1,'GpgFrontend::GpgUID']]], ['getkey_1229',['GetKey',['../classGpgFrontend_1_1GpgKeyGetter.html#a74075299f1dee8cbccbf46939a1871f5',1,'GpgFrontend::GpgKeyGetter']]], - ['getkeyalgo_1230',['GetKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()']]], + ['getkeyalgo_1230',['GetKeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a6274ea63d3bc49d7a1222a415f04a371',1,'GpgFrontend::GpgSubKey::GetKeyAlgo()'],['../classGpgFrontend_1_1GpgKey.html#a9f69b569f048c2a8ce2894ea06a62622',1,'GpgFrontend::GpgKey::GetKeyAlgo()']]], ['getkeyid_1231',['GetKeyID',['../classGpgFrontend_1_1GpgKeySignature.html#ae0291189b67734a61a9b34f5c206cefd',1,'GpgFrontend::GpgKeySignature']]], - ['getkeylength_1232',['GetKeyLength',['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()'],['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()']]], + ['getkeylength_1232',['GetKeyLength',['../classGpgFrontend_1_1GpgSubKey.html#a05dc0b70902e5ce13c1e83c36f31fabe',1,'GpgFrontend::GpgSubKey::GetKeyLength()'],['../classGpgFrontend_1_1GenKeyInfo.html#afd12578dde272902cfbf76368103f95b',1,'GpgFrontend::GenKeyInfo::GetKeyLength()']]], ['getkeys_1233',['GetKeys',['../classGpgFrontend_1_1GpgKeyGetter.html#ac12f4117c5b4b596d9788dc816a6112b',1,'GpgFrontend::GpgKeyGetter']]], ['getkeyscopy_1234',['GetKeysCopy',['../classGpgFrontend_1_1GpgKeyGetter.html#a94b99caf87636d80988a7b9f5c65d444',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyListPtr &keys) -> KeyListPtr'],['../classGpgFrontend_1_1GpgKeyGetter.html#afa73240503bbb2bd0ad2a58584d02551',1,'GpgFrontend::GpgKeyGetter::GetKeysCopy(const KeyLinkListPtr &keys) -> KeyLinkListPtr']]], ['getkeysizestr_1235',['GetKeySizeStr',['../classGpgFrontend_1_1GenKeyInfo.html#aa0d9942210df18e21e5f7feb127a4080',1,'GpgFrontend::GenKeyInfo']]], @@ -92,7 +92,7 @@ var searchData= ['getprojectversion_1256',['GetProjectVersion',['../namespaceGpgFrontend.html#ad12a69caa5829b9c343f82e0294d4e59',1,'GpgFrontend']]], ['getprotocol_1257',['GetProtocol',['../classGpgFrontend_1_1GpgKey.html#a3788cd6c7c8a4ebb4e873d2f0176c1ef',1,'GpgFrontend::GpgKey']]], ['getpubkey_1258',['GetPubkey',['../classGpgFrontend_1_1GpgKeyGetter.html#aadefece15fe73e5c0285b7e9278700e2',1,'GpgFrontend::GpgKeyGetter']]], - ['getpubkeyalgo_1259',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()']]], + ['getpubkeyalgo_1259',['GetPubkeyAlgo',['../classGpgFrontend_1_1GpgSubKey.html#a00962f82450971c4e31a3ad302458a12',1,'GpgFrontend::GpgSubKey::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgSignature.html#a7013e8c97f93fae4c29174247bc9306f',1,'GpgFrontend::GpgSignature::GetPubkeyAlgo()'],['../classGpgFrontend_1_1GpgKeySignature.html#a72dd3c028ab417c66fad90d84836cce4',1,'GpgFrontend::GpgKeySignature::GetPubkeyAlgo()']]], ['getpublickeyalgo_1260',['GetPublicKeyAlgo',['../classGpgFrontend_1_1GpgKey.html#aa3925328d425e674207fb9304d58ce0d',1,'GpgFrontend::GpgKey']]], ['getresultreport_1261',['GetResultReport',['../classGpgFrontend_1_1GpgResultAnalyse.html#af271ad9aa3bc37e8445abf56f5fb0274',1,'GpgFrontend::GpgResultAnalyse']]], ['getrevoked_1262',['GetRevoked',['../classGpgFrontend_1_1GpgUID.html#afa1ac208b688bc2b9d306a73961bcf3e',1,'GpgFrontend::GpgUID']]], @@ -106,7 +106,7 @@ var searchData= ['getsigners_1270',['GetSigners',['../classGpgFrontend_1_1GpgBasicOperator.html#ad8ee6cea649bd5bba1f68f4ff53cdf41',1,'GpgFrontend::GpgBasicOperator']]], ['getsignfirst_1271',['GetSignFirst',['../classGpgFrontend_1_1GpgTOFUInfo.html#a6931d87dab449d0c635a354364c69178',1,'GpgFrontend::GpgTOFUInfo']]], ['getsignlast_1272',['GetSignLast',['../classGpgFrontend_1_1GpgTOFUInfo.html#a97547f55a360d7b46b881624d31954df',1,'GpgFrontend::GpgTOFUInfo']]], - ['getsingletonstorage_1273',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()']]], + ['getsingletonstorage_1273',['GetSingletonStorage',['../classGpgFrontend_1_1SingletonStorageCollection.html#aeb36a7e69c74c1212b44b841b9114953',1,'GpgFrontend::SingletonStorageCollection::GetSingletonStorage()'],['../classGpgFrontend_1_1SingletonStorageCollection_1_1Impl.html#ab57bdb5e019e4c1d0b56931b51347507',1,'GpgFrontend::SingletonStorageCollection::Impl::GetSingletonStorage()']]], ['getsizechangestep_1274',['GetSizeChangeStep',['../classGpgFrontend_1_1GenKeyInfo.html#a33c7ea176587bbd317a39938e9ecec59',1,'GpgFrontend::GenKeyInfo']]], ['getstatus_1275',['GetStatus',['../classGpgFrontend_1_1GpgResultAnalyse.html#ad1bd7527f7481ca4f2d6e84add30bbf2',1,'GpgFrontend::GpgResultAnalyse::GetStatus()'],['../classGpgFrontend_1_1GpgKeySignature.html#a8fdcf12315905cef8d5e1a57be810eb1',1,'GpgFrontend::GpgKeySignature::GetStatus()'],['../classGpgFrontend_1_1GpgSignature.html#a605db21b5fcca4d19f2b3341516aaaed',1,'GpgFrontend::GpgSignature::GetStatus()'],['../classGpgFrontend_1_1UI_1_1SignersPicker.html#ae435075cf072e2f42924a1c3915e40b2',1,'GpgFrontend::UI::SignersPicker::GetStatus()']]], ['getsubkeys_1276',['GetSubKeys',['../classGpgFrontend_1_1GpgKey.html#a7b7ae99f2a7d68716cf7a01390931a5f',1,'GpgFrontend::GpgKey']]], @@ -120,7 +120,7 @@ var searchData= ['gettextpage_1284',['GetTextPage',['../classGpgFrontend_1_1UI_1_1PlainTextEditorPage.html#a6218e6e12bdba0228e4ab4276f7fed7a',1,'GpgFrontend::UI::PlainTextEditorPage']]], ['getthread_1285',['GetThread',['../classGpgFrontend_1_1Thread_1_1TaskRunner.html#a57e29f0dde8ceec05c68841985b43f42',1,'GpgFrontend::Thread::TaskRunner']]], ['gettofuinfos_1286',['GetTofuInfos',['../classGpgFrontend_1_1GpgUID.html#a9f4be917324455d5ac9a0eb2bf55b494',1,'GpgFrontend::GpgUID']]], - ['getuid_1287',['GetUID',['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()'],['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()']]], + ['getuid_1287',['GetUID',['../classGpgFrontend_1_1GpgUID.html#a31f4959f947f9845dcd3caaf1834403a',1,'GpgFrontend::GpgUID::GetUID()'],['../classGpgFrontend_1_1GpgKeySignature.html#a64bdcc24645565356a5f70a75d53e3db',1,'GpgFrontend::GpgKeySignature::GetUID()']]], ['getuids_1288',['GetUIDs',['../classGpgFrontend_1_1GpgKey.html#aef18b3735a229af34f85deb111d97e2b',1,'GpgFrontend::GpgKey']]], ['getuserid_1289',['GetUserid',['../classGpgFrontend_1_1GenKeyInfo.html#a225c683da9766afd8fd7e733e9f5fdd4',1,'GpgFrontend::GenKeyInfo']]], ['getuuid_1290',['GetUUID',['../classGpgFrontend_1_1Thread_1_1Task.html#acf42a45a657d8dc8658ed0e322ff161b',1,'GpgFrontend::Thread::Task::GetUUID()'],['../classGpgFrontend_1_1Thread_1_1Task_1_1Impl.html#a80cea2ad3b8049cc5c71c79952eaaeb8',1,'GpgFrontend::Thread::Task::Impl::GetUUID()']]], diff --git a/docs/html/search/functions_b.js b/docs/html/search/functions_b.js index 66068458..5ebb09e0 100644 --- a/docs/html/search/functions_b.js +++ b/docs/html/search/functions_b.js @@ -1,6 +1,6 @@ var searchData= [ - ['maybe_5fsave_5fcurrent_5ftab_1405',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a8fad090a19479a9fe89432300cca2b6c',1,'GpgFrontend::UI::TextEdit']]], + ['maybe_5fsave_5fcurrent_5ftab_1405',['maybe_save_current_tab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a3d6f1809bd686bc499c4421da1b239b5',1,'GpgFrontend::UI::TextEdit']]], ['maybesaveanytab_1406',['MaybeSaveAnyTab',['../classGpgFrontend_1_1UI_1_1TextEdit.html#a2ef7669b3b92d4a8c2b0782787653555',1,'GpgFrontend::UI::TextEdit']]], ['modifypassword_1407',['ModifyPassword',['../classGpgFrontend_1_1GpgKeyOpera.html#a5e65fa1edd5db89b38cf021975a60465',1,'GpgFrontend::GpgKeyOpera']]], ['modifytofupolicy_1408',['ModifyTOFUPolicy',['../classGpgFrontend_1_1GpgKeyOpera.html#a9e8efd9e57e05059396f0120535eef30',1,'GpgFrontend::GpgKeyOpera']]], diff --git a/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf b/docs/latex/classCapsLockWatcher_1_1Private__coll__graph.pdf index 9b4b0054..ccf440e3 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 75596b1d..ada99604 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 8794e043..7efe72b8 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 681d8218..53df3ae6 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 9f42ea78..c1f43a52 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 af5bf62e..625263b4 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 3ebed192..abc3aeca 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 3ebed192..abc3aeca 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheManager__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf index 4a99f620..42e58b7c 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf index 4a99f620..42e58b7c 100644 Binary files a/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1CacheObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1ChannelObject__coll__graph.pdf index 583f0ef4..1ee5ea9f 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 6ecd27e0..1f5a5162 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 6c543e0c..1dfb70cb 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 ad80d56d..011395ee 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 03780dee..5f8a81a1 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 5318a961..ad459d7d 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 62a4d5bf..306c62a2 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 392b74e1..a45121f1 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 409c78c4..5a654c42 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 8d7a849e..db701a59 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 5eef3781..97cf1dde 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 21306642..6099a38b 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 e53094c3..3d15b583 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 e53094c3..3d15b583 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 57a130c8..5c183d61 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 e0184d95..453f0f59 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 ce0eee88..2df1c4f8 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 39e74d67..a464eb4a 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 cc066305..e629686b 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 b3cb8831..a3beb60d 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 b3cb8831..a3beb60d 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 f1d0ca51..c93981a3 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 54eeb23a..db0e91a8 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 d6c160af..202e3e0b 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 8a4ec9cf..30f17994 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 fa743f23..064cf079 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 5cf781f6..632e46ef 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 0e18b368..0885fdc2 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 21c576d6..6b5e55e0 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 39e878c1..4967e279 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 5eaee66b..e3d1e8a3 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 1b9c1e0e..79e7d248 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 e62c5c42..00a02b76 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 1dd1a833..f72bda60 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 d3455dc0..9b72c1a7 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 e0a86d7d..ac3be91e 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 e0a86d7d..ac3be91e 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 2f03e3c9..0308ad64 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 544dfc07..541d1199 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 205167fd..ff587e63 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 0b6b08bd..c5e510f1 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 bc14ca88..7441aba9 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 2791ad60..658a4611 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 45c82991..1d2f502a 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 0e1bf28c..ed428b87 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 c074c8bf..bfa4ab0f 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 c074c8bf..bfa4ab0f 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 a37fceef..ac302937 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 62ecfb33..85f16fd5 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 d99b3287..4fca52a4 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 0f2ba45d..11fcd622 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 c8e2bc2a..336e2322 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 729c849d..99be8ec8 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 3620b0c9..fa23ce5f 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 0e911a73..f4d2b823 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 25b83e82..70cb5650 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 804cc37e..8718644f 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 bc8149d4..cbded599 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 ce4b0a20..0d79e31d 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 bc89f359..dc3e62e9 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 e133948c..89ad7ff5 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 20ec7204..78b16bc9 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 81ab3f3b..ed6d4b7a 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 52d106fa..29f7753b 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 3813b47b..c638d68a 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 bddc789e..facebe4c 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 f3451768..3663597c 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 b501bcd4..54359786 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 b501bcd4..54359786 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalModuleContext__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf index 6c8c402a..dd439af9 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel_1_1Impl__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf index 7a0e8573..53420d80 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf index 7a0e8573..53420d80 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTableTreeModel__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl__coll__graph.pdf index 6f3e3710..2a4048d7 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 88419be6..9086bf79 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 88419be6..9086bf79 100644 Binary files a/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1Module_1_1GlobalRegisterTable__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1Module_1_1ModuleManager_1_1Impl__coll__graph.pdf index ff2f1880..91831000 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 9e2efda9..9ecd99e0 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 9e2efda9..9ecd99e0 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 17d74488..6fd0f8f2 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 e5ae6610..240c95ee 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 e5ae6610..240c95ee 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 cb3897f3..04dccac1 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 cb3897f3..04dccac1 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 e4170c0b..8161891a 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 84cd9a15..fd3f620e 100644 Binary files a/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SecureMemoryAllocator__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf index 0e691c61..05d26df7 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf index 0e691c61..05d26df7 100644 Binary files a/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1SettingsObject__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1SingletonFunctionObject__coll__graph.pdf index 6f4661fd..43892ea9 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 9846581e..29816528 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 8a965910..ed111849 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 a417d549..84a42a6e 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 9fb92b40..d95984e4 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 6dfa6984..338d043e 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 ed391669..a494decf 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 ed391669..a494decf 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 42215b56..baa3f5b6 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 1b000fe5..31773425 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 685300c3..2b1a295d 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 4826fc2b..2cff90b2 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 39746591..086493ce 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 39746591..086493ce 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 2a1cade1..29359b2f 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 2a1cade1..29359b2f 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 f7f602cc..969f3326 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 42032dc9..49d8fe23 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 af5c3cca..0f3313a7 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 94ddb84b..c65830ea 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 172810d7..2f9135e2 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 172810d7..2f9135e2 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 443c7314..cda8e7dd 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 aa9606db..5b562844 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1AppearanceTab__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ChoosePage__coll__graph.pdf index f5ed56ad..e0f2db2a 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 f5ed56ad..e0f2db2a 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 c5d9b4cd..b6fc71f9 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 cbe7972a..f44ad8f8 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 ea3b098e..de64cba2 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 ea3b098e..de64cba2 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 33fb20a2..fcf79dbd 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 8ffe9ada..ca41fca0 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 737c9b21..13383d7a 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 068b6eed..48f08e86 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 3afafd2f..c5a71887 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 3afafd2f..c5a71887 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 00b27229..0ba1f01b 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 00b27229..0ba1f01b 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 264e4bf2..8a5f04d3 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 34ccb9bc..56a3b144 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1FindWidget__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf index 7f642342..1ed1373f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf index 7f642342..1ed1373f 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1GRTTreeView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__coll__graph.pdf index 9a691696..17e5aad6 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 index 269bbbad..91b21baa 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralDialog__inherit__graph.md5 @@ -1 +1 @@ -7fb54b127e9810626bdc6322ab49ef02 \ No newline at end of file +b84a2032d031092633f9fe2cd341095b \ No newline at end of file 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 400afe81..b05e9740 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 b1b5262e..f56c1ad6 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 index e6238a6c..dc192e1e 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GeneralMainWindow__inherit__graph.md5 @@ -1 +1 @@ -ad872a1dca4912fa72fb7d32616cab1e \ No newline at end of file +70cf9b1ba75f49fd1d74c2fc2844b412 \ No newline at end of file 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 7c6ca0fa..04a473eb 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 c7de24ea..7f5bfd1e 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 d391d67d..3e1c622f 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 0fda57e8..f126c00d 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 3a1f8baf..5f0934d3 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 3a1f8baf..5f0934d3 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex index f264d893..1da893fb 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog.tex @@ -68,8 +68,8 @@ auto \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_af67768060 \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_afda750c1511434cb0d3162d9bd1ab78f}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_afda750c1511434cb0d3162d9bd1ab78f}} std\+::shared\+\_\+ptr$<$ Ui\+\_\+\+Gnu\+PGController\+Dialog $>$ {\bfseries ui\+\_\+} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_acd2918a181aa9c8c59e5d789ce34a92a}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_acd2918a181aa9c8c59e5d789ce34a92a}} -int {\bfseries restart\+\_\+needed\+\_\+} \{0\} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_ad806c1d46b2a431ed2ba8cdc3ef9ae6b}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_ad806c1d46b2a431ed2ba8cdc3ef9ae6b}} +int {\bfseries restart\+\_\+mode\+\_\+} \{0\} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6040ef897e3fd82d4cec3c6802a5aa6a}\label{classGpgFrontend_1_1UI_1_1GnuPGControllerDialog_a6040ef897e3fd82d4cec3c6802a5aa6a}} QString {\bfseries custom\+\_\+key\+\_\+database\+\_\+path\+\_\+} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 index aff06419..22dfbfe7 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__coll__graph.md5 @@ -1 +1 @@ -04c83714e7f96e185b12e588b6d73620 \ No newline at end of file +73048ad7b1c010353734fc4441339502 \ No newline at end of file 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 592c7cf8..9f8db6c9 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 index 636da903..a1841436 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1GnuPGControllerDialog__inherit__graph.md5 @@ -1 +1 @@ -ae9d1d302f0b3dd4e500a489f9a73af8 \ No newline at end of file +e0dc1789e490682a27c00e86373de788 \ No newline at end of file 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 4fd932ce..258383ee 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 4ab594d5..366319e6 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 ff776b10..18e6f710 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 5cd3f658..806344bb 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 5cd3f658..806344bb 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 88ea03ed..fc03e1f7 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 88ea03ed..fc03e1f7 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 693d260a..c44584e8 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 4479aa0a..94d7a767 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 24196ed4..6d95783c 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 24196ed4..6d95783c 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 74bd0555..252463ed 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 74bd0555..252463ed 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 05d32a6d..e4cd7aa7 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 05d32a6d..e4cd7aa7 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 6ec752a3..c4d3956e 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 e6c9b801..c6b3e55d 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 0427aa10..8982ac82 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 0427aa10..8982ac82 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 be3104cf..148bc8c7 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 33d3d1c1..20a2281a 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 ce0e4020..e1c897d7 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 29e37e73..0b5595c4 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 fe5bc9f6..7494e936 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 420da70f..a43f05a5 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 d2fd3594..10daef96 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 1d43a8bb..2a897b7e 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 b5c2d6f0..4ef7c4bc 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 42eb48db..3ca70614 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 db2c9190..ccb952b1 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 a371c3b2..8d70724c 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 bda6b885..4808f917 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 ee627da3..d08310f3 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 f82ff3d0..661be399 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 d9c945a8..83d48799 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 37ef5e76..ca127c09 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 37ef5e76..ca127c09 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 7b269dcf..cc75694b 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 08848dd7..87b7316c 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 e6c63e7e..78fd2078 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 e6c63e7e..78fd2078 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 fe9721e4..df3de3f1 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 792e646c..e0e18ce0 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 c76299d3..402b0371 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 6979ebc7..b207b689 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 708d9c89..fc77f7cc 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 37f5bb63..a4393be2 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 5826f1c9..4eb27203 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 25fb344c..5b66f74d 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 3e8d27e1..afbf7045 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 e79434cc..0f626f53 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex index 06b45744..bc538d15 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow.tex @@ -178,10 +178,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a210ab31f4d949a50507d \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a4df2a05492bf237511d44c5e9cdd9413}\label{classGpgFrontend_1_1UI_1_1MainWindow_a4df2a05492bf237511d44c5e9cdd9413}} void {\bfseries recover\+\_\+editor\+\_\+unsaved\+\_\+pages\+\_\+from\+\_\+cache} () -\item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a5e95f62dac9fba1ead6ec69c145923db}\label{classGpgFrontend_1_1UI_1_1MainWindow_a5e95f62dac9fba1ead6ec69c145923db}} -int \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1MainWindow_a5e95f62dac9fba1ead6ec69c145923db}{get\+\_\+restart\+\_\+needed}} () const -\begin{DoxyCompactList}\small\item\em return true, if restart is needed \end{DoxyCompactList}\end{DoxyCompactItemize} +\end{DoxyCompactItemize} \doxysubsection*{Private Attributes} \begin{DoxyCompactItemize} \item @@ -420,8 +417,8 @@ QLabel $\ast$ {\bfseries status\+\_\+bar\+\_\+icon\+\_\+} \{\} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_aad0c8d50952f4592eac7b7221b5d1ec5}\label{classGpgFrontend_1_1UI_1_1MainWindow_aad0c8d50952f4592eac7b7221b5d1ec5}} bool {\bfseries attachment\+\_\+dock\+\_\+created\+\_\+} \{\} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a5806e6f5e740e6aa311e0fa5f064302a}\label{classGpgFrontend_1_1UI_1_1MainWindow_a5806e6f5e740e6aa311e0fa5f064302a}} -int {\bfseries restart\+\_\+needed\+\_\+} \{0\} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_afa9ed7e4274e59111227277c077425e5}\label{classGpgFrontend_1_1UI_1_1MainWindow_afa9ed7e4274e59111227277c077425e5}} +int {\bfseries restart\+\_\+mode\+\_\+} \{0\} \item \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}\label{classGpgFrontend_1_1UI_1_1MainWindow_a24e58eb0b84709ea665db95e54da865b}} bool {\bfseries prohibit\+\_\+update\+\_\+checking\+\_\+} = false @@ -654,7 +651,7 @@ Open key management dialog. \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1MainWin Open settings-\/dialog. -References edit\+\_\+, get\+\_\+restart\+\_\+needed(), import\+\_\+button\+\_\+, and Gpg\+Frontend\+::\+UI\+::\+Text\+Edit\+::\+Maybe\+Save\+Any\+Tab(). +References edit\+\_\+, Gpg\+Frontend\+::\+Singleton\+Function\+Object$<$ Cache\+Manager $>$\+::\+Get\+Instance(), import\+\_\+button\+\_\+, and Gpg\+Frontend\+::\+UI\+::\+Text\+Edit\+::\+Maybe\+Save\+Any\+Tab(). diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 index 909e1adb..bcc9820a 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__coll__graph.md5 @@ -1 +1 @@ -62665447716cf031429438315688825f \ No newline at end of file +1f7d2babaecde087307829c68b59e8f1 \ No newline at end of file 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 feb28af8..8c5f068b 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 index 04ef917d..e9c6df47 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.md5 @@ -1 +1 @@ -3a5f7205fde971fdcbc4efdffb96d1c9 \ No newline at end of file +3ac0303f143a62a040f2f54749a5f644 \ No newline at end of file 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 49a4252b..2dd87c5d 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1MainWindow__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf index b5b9cc81..289b3556 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf index 5026d5e8..44cc74c0 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleControllerDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf index 6a1b55e1..056d4431 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__coll__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf index 6a1b55e1..056d4431 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1ModuleListView__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1NetworkTab__coll__graph.pdf index 053e95d9..d6a490d7 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 b95e2ad6..a106c2af 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 ce8591f2..ac6a03c6 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 b51be2fd..4c7389f1 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 a5ffad5c..ada9de8a 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 a5ffad5c..ada9de8a 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 064d9edd..5628a092 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 064d9edd..5628a092 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 1725a854..f19165f2 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 1725a854..f19165f2 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 be2a00a9..871feb2a 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 be2a00a9..871feb2a 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex index ff4d0c76..7a6d371c 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog.tex @@ -74,8 +74,8 @@ QTab\+Widget $\ast$ {\bfseries tab\+\_\+widget\+\_\+} \mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a4e2ce62b4f14bb77d577efe208655bcb}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a4e2ce62b4f14bb77d577efe208655bcb}} QDialog\+Button\+Box $\ast$ {\bfseries button\+\_\+box\+\_\+} \item -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a557219d1b82dd00e8d9f027a7cd561fa}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a557219d1b82dd00e8d9f027a7cd561fa}} -int {\bfseries restart\+\_\+needed\+\_\+} \{k\+Non\+Restart\+Code\} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1SettingsDialog_a1895b321f4189c138272c0d27f8827ee}\label{classGpgFrontend_1_1UI_1_1SettingsDialog_a1895b321f4189c138272c0d27f8827ee}} +int {\bfseries restart\+\_\+mode\+\_\+} \{k\+Non\+Restart\+Code\} \end{DoxyCompactItemize} \doxysubsection*{Additional Inherited Members} diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 index 5f8c9b24..b2ad3179 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__coll__graph.md5 @@ -1 +1 @@ -28434d981c8f4322344de741c5135c5d \ No newline at end of file +c6f166af4b7f19d8261837de77d801b0 \ No newline at end of file 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 d791510c..eab6a0ed 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.md5 b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 index ce5195c0..c26fc0c1 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 +++ b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.md5 @@ -1 +1 @@ -5e1be47d28f66c21a6bb255325651342 \ No newline at end of file +8bd21034279d477cd97fd2a7c937cb36 \ No newline at end of file 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 565e90ef..1dc94bb5 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1SettingsDialog__inherit__graph.pdf differ diff --git a/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf b/docs/latex/classGpgFrontend_1_1UI_1_1SignersPicker__coll__graph.pdf index 1a886029..3e50b286 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 0fc4a9b9..5814109f 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 b43a3d6f..89db53a0 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 3aaf4235..778aa423 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 e37641a8..a817a5fc 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 e37641a8..a817a5fc 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.tex b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit.tex index ffed752a..d8e6eb5d 100644 --- a/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit.tex +++ b/docs/latex/classGpgFrontend_1_1UI_1_1TextEdit.tex @@ -131,7 +131,7 @@ void \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TextEdit_a1bf57ebe1e32b12c48bb63 \doxysubsection*{Private Member Functions} \begin{DoxyCompactItemize} \item -bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TextEdit_a8fad090a19479a9fe89432300cca2b6c}{maybe\+\_\+save\+\_\+current\+\_\+tab}} (bool ask\+To\+Save) +bool \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1TextEdit_a3d6f1809bd686bc499c4421da1b239b5}{maybe\+\_\+save\+\_\+current\+\_\+tab}} (bool ask\+To\+Save) \end{DoxyCompactItemize} \doxysubsection*{Static Private Member Functions} \begin{DoxyCompactItemize} @@ -197,11 +197,11 @@ Load the content of file into the current textpage \begin{DoxyReturn}{Returns} nothing \end{DoxyReturn} -\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1TextEdit_a8fad090a19479a9fe89432300cca2b6c}\label{classGpgFrontend_1_1UI_1_1TextEdit_a8fad090a19479a9fe89432300cca2b6c}} +\mbox{\Hypertarget{classGpgFrontend_1_1UI_1_1TextEdit_a3d6f1809bd686bc499c4421da1b239b5}\label{classGpgFrontend_1_1UI_1_1TextEdit_a3d6f1809bd686bc499c4421da1b239b5}} \index{GpgFrontend::UI::TextEdit@{GpgFrontend::UI::TextEdit}!maybe\_save\_current\_tab@{maybe\_save\_current\_tab}} \index{maybe\_save\_current\_tab@{maybe\_save\_current\_tab}!GpgFrontend::UI::TextEdit@{GpgFrontend::UI::TextEdit}} \doxysubsubsection{\texorpdfstring{maybe\_save\_current\_tab()}{maybe\_save\_current\_tab()}} -{\footnotesize\ttfamily bool Gpg\+Frontend\+::\+UI\+::\+Text\+Edit\+::maybe\+\_\+save\+\_\+current\+\_\+tab (\begin{DoxyParamCaption}\item[{bool}]{ask\+To\+Save }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}} +{\footnotesize\ttfamily auto Gpg\+Frontend\+::\+UI\+::\+Text\+Edit\+::maybe\+\_\+save\+\_\+current\+\_\+tab (\begin{DoxyParamCaption}\item[{bool}]{ask\+To\+Save }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}} \begin{DoxyParams}{Parameters} 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 5ff7132d..5e08ab9d 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 5ff7132d..5e08ab9d 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 4ac8dac4..296c2383 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 4ac8dac4..296c2383 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 946d71fe..f3051aaf 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 d60de0ed..5ec8ac83 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 b58439b3..f52fa314 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 b58439b3..f52fa314 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 07d17f3e..386aa980 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 d402ec42..eddf359d 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 dfe40a99..8cf98c37 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 dfe40a99..8cf98c37 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 c64c89e5..05c984cb 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 c64c89e5..05c984cb 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 cd71cb25..b0e477c8 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 cd71cb25..b0e477c8 100644 Binary files a/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf and b/docs/latex/classGpgFrontend_1_1UI_1_1Wizard__inherit__graph.pdf differ diff --git a/docs/latex/classGpgInfo__coll__graph.pdf b/docs/latex/classGpgInfo__coll__graph.pdf index d5073bb0..8c8a9586 100644 Binary files a/docs/latex/classGpgInfo__coll__graph.pdf and b/docs/latex/classGpgInfo__coll__graph.pdf differ diff --git a/docs/latex/classPinEntryDialog__coll__graph.pdf b/docs/latex/classPinEntryDialog__coll__graph.pdf index 0cab077e..19fa8c8a 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 a03fccd5..65bae569 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 c1f93667..502c461b 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 d102e80d..18bb203d 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 c571941e..f80a0da2 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 a21e4dc7..202f6512 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 a21e4dc7..202f6512 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 e9ad6857..409c00c2 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 e9ad6857..409c00c2 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 c3ffedb4..268e628d 100644 Binary files a/docs/latex/classTestListedKeyServerThread__coll__graph.pdf and b/docs/latex/classTestListedKeyServerThread__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__coll__graph.pdf b/docs/latex/classVersionCheckTask__coll__graph.pdf index c9362394..795b6a9a 100644 Binary files a/docs/latex/classVersionCheckTask__coll__graph.pdf and b/docs/latex/classVersionCheckTask__coll__graph.pdf differ diff --git a/docs/latex/classVersionCheckTask__inherit__graph.pdf b/docs/latex/classVersionCheckTask__inherit__graph.pdf index 41b57e6b..7c0478cb 100644 Binary files a/docs/latex/classVersionCheckTask__inherit__graph.pdf and b/docs/latex/classVersionCheckTask__inherit__graph.pdf differ diff --git a/docs/latex/classclass__coll__graph.pdf b/docs/latex/classclass__coll__graph.pdf index bb79bff7..7cbfefda 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 f76101b6..c26c0259 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/structFunctionObjectTypeLockInfo__coll__graph.pdf b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf index 97e532da..fe2417bc 100644 Binary files a/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf and b/docs/latex/structFunctionObjectTypeLockInfo__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEventParam__coll__graph.pdf b/docs/latex/structGFModuleEventParam__coll__graph.pdf index 8dc739ce..4d7f34a5 100644 Binary files a/docs/latex/structGFModuleEventParam__coll__graph.pdf and b/docs/latex/structGFModuleEventParam__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleEvent__coll__graph.pdf b/docs/latex/structGFModuleEvent__coll__graph.pdf index c74332d5..2ffe7e74 100644 Binary files a/docs/latex/structGFModuleEvent__coll__graph.pdf and b/docs/latex/structGFModuleEvent__coll__graph.pdf differ diff --git a/docs/latex/structGFModuleMetaData__coll__graph.pdf b/docs/latex/structGFModuleMetaData__coll__graph.pdf index 1b349191..57a58995 100644 Binary files a/docs/latex/structGFModuleMetaData__coll__graph.pdf and b/docs/latex/structGFModuleMetaData__coll__graph.pdf differ diff --git a/docs/latex/structGpgComponentInfo__coll__graph.pdf b/docs/latex/structGpgComponentInfo__coll__graph.pdf index bbc15921..7f4c3cef 100644 Binary files a/docs/latex/structGpgComponentInfo__coll__graph.pdf and b/docs/latex/structGpgComponentInfo__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ArchiveReadClientData__coll__graph.pdf index 7f9c52b6..e117099b 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 7071e1c6..346f5b1c 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 e31095cf..d3ae9f49 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 232421b7..ae7ba343 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 7af82d75..5ef90d52 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 89c29d09..815723ed 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 a626a87a..1dd7e49c 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 267a0a0f..12ae3b59 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 b01d96cf..d2b94a31 100644 Binary files a/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1GpgRecipient__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf index f87a1e2d..6cbba70e 100644 Binary files a/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1ModuleSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Event_1_1ParameterInitializer__coll__graph.pdf index 79fc67f2..24024d88 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 e42a6506..63908573 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 8c3affcc..e2a479bd 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1GlobalRegisterTable_1_1Impl_1_1RTNode__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf index 2ed0fe29..64b4d483 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1ModuleInitArgs__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf index 89a0a7f2..fc0640eb 100644 Binary files a/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1Module_1_1Module_1_1Impl_1_1Symbol__coll__graph.pdf differ diff --git a/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf b/docs/latex/structGpgFrontend_1_1RefDeleter__coll__graph.pdf index 722a1800..f4ac1d73 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 b896b5c0..a2b4c803 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 7b43e075..4fae53d4 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 709f8f31..c1f12e2d 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 1f3228fa..28760730 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 bc258ad8..1f816519 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 fcf4ccb5..5eb74d65 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 487b9546..a3e3d13b 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 f1215e7a..35e47c75 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 8b869a35..83bd3166 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 4a2d4c48..bdb49cad 100644 Binary files a/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf and b/docs/latex/structGpgFrontend_1_1UI_1_1WindowStateSO__coll__graph.pdf differ diff --git a/docs/latex/structGpgOptionsInfo__coll__graph.pdf b/docs/latex/structGpgOptionsInfo__coll__graph.pdf index 3c04dfa8..e60df148 100644 Binary files a/docs/latex/structGpgOptionsInfo__coll__graph.pdf and b/docs/latex/structGpgOptionsInfo__coll__graph.pdf differ diff --git a/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf b/docs/latex/structPinEntryDialog_1_1ConstraintsOptions__coll__graph.pdf index 970c069d..43c955a1 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 b7acb904..c8afdb60 100644 Binary files a/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf and b/docs/latex/structPinEntryDialog_1_1FormattedPassphraseOptions__coll__graph.pdf differ diff --git a/docs/latex/structSoftwareVersion__coll__graph.pdf b/docs/latex/structSoftwareVersion__coll__graph.pdf index a0cd7778..c0877d0c 100644 Binary files a/docs/latex/structSoftwareVersion__coll__graph.pdf and b/docs/latex/structSoftwareVersion__coll__graph.pdf differ diff --git a/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf b/docs/latex/structfmt_1_1formatter_3_01QByteArray_01_4__coll__graph.pdf index 2bc6aea4..13346f99 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 ce470b90..6ef1987a 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 dfdd4854..4cb17e54 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 f9a76603..1bec1c34 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
  • bool GpgFrontend::UI::TextEdit::maybe_save_current_tab auto GpgFrontend::UI::TextEdit::maybe_save_current_tab ( bool  askToSave)