aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/ModuleControllerDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-14fix: use qt designer placeholder instead of custom initializedsaturneric1-1/+0
2024-04-11fix: find and solve some issues on module managementsaturneric1-1/+1
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-0/+1
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-13/+19
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-23perf: reduce header includes and improve build speedsaturneric1-4/+1
2023-10-16fix: check and update copyright at filessaturneric1-4/+5
2023-01-07feat: add advanced gnupg operationsSaturneric1-4/+2
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-12-21feat: upgrade GnuPG Info TabSaturneric1-4/+10
2022-07-23feat(ui): add tab to show gnupg infoSaturneric1-18/+17
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+0
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-6/+10
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-0/+5
2021-10-02UI Framework Modified.Saturneric1-10/+11
2021-07-06Fix issues.Saturneric1-1/+1
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-13/+7
Fix Bugs.
2021-05-22Expand and improve GpgKey;Saturneric1-1/+2
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-11Change CXX Standard to C++14Saturneric1-4/+13
Headers Tidy and Reformat