aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/RevocationOptionsDialog.h (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfeat: generate cark keyssaturneric1-1/+1
2024-11-26feat: support uid revoke and uid delete operationssaturneric1-1/+1
2024-10-25feat: add more context of key database supportsaturneric1-1/+0
2024-10-18feat: set reason code and text at revoke-certificationsaturneric1-9/+19
2024-07-29feat: update copyright infosaturneric1-1/+1
2023-11-07refactor: separate typedef and implsaturneric1-1/+1
2023-11-06refactor: improve the code structure of coresaturneric1-0/+1
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-2/+2
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+2
1. store window size and position 2. store icon size and style
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-1/+1
1. tidy up keypair_details.
2022-01-02<refactor>(ui): take operations apart from key details.Saturneric1-3/+0
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-10-02UI Framework Modified.Saturneric1-11/+12
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
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