aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfix: find out adsk problem of flatpaksaturneric1-1/+0
12 daysfeat: switch text-based model to workspace-based modelsaturneric1-32/+11
12 daysfix: testing and solve bugs foundsaturneric1-2/+0
13 daysfeat: support key groupssaturneric1-39/+37
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-18/+17
2025-02-02refactor: make some function names shortersaturneric1-8/+8
2025-01-27refactor: clean up codesaturneric1-8/+2
2024-12-02translation: update translationssaturneric1-3/+4
2024-11-25fix: no need to call trigger event from another threadsaturneric1-39/+29
2024-11-22feat: add option to disable auto fetch key publish status functionsaturneric1-2/+9
2024-11-19feat: add ui some restrictions when primary key not existssaturneric1-0/+3
2024-11-17feat: use keys.openpgp.org as default for key publishing and refreshingsaturneric1-8/+78
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-3/+12
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric1-0/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-18fix: slove discovered bugssaturneric1-16/+15
2024-01-18fix: add test cases and solve discovered issuessaturneric1-16/+22
2024-01-16refactor: remove libgettext from projectsaturneric1-38/+34
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-23/+7
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-86/+89
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-3/+3
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-11-06refactor: improve the code structure of coresaturneric1-1/+2
2023-10-30style: improve code style of coresaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-07-12feat: support owner trust level settings of gpg keySaturneric1-9/+14
2023-02-11fix: reduce info level logsSaturneric1-4/+2
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-0/+15
2023-02-03feat: change the log style in source filesSaturneric1-3/+3
2022-11-26feat: support generate ecc keySaturneric1-2/+7
1. support elliptische kurve nist
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-5/+7
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-2/+2
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
2022-02-01<refactor>(ui): tidy up code.Saturneric1-100/+101
1. rename class member variables. 2. rename slot function.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-2/+2
1. tidy up keypair_details.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-28/+34
1. Rename related entities. 2. Add a comments.
2022-01-03<fix, feature>(core, ui): add key in smart card support.Saturneric1-34/+37
1.fix problem that when key is in a smart card, the result of FetchKey() is not equal with which provided by GetKey().
2022-01-02<refactor>(ui): take operations apart from key details.Saturneric1-309/+0
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-7/+8
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-3/+3
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+1
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-16Fixed Known Issues on Export.Saturneric1-17/+23
2021-12-16Added & Improved & Fixed.Saturneric1-2/+8
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-13Improve UI & Fixed.Saturneric1-6/+10
2021-12-13Update Translate & Added.Saturneric1-21/+85
1. Added Export OpenSSH Format 2. Added Export Short Secret Key 3. Improve UI
2021-12-07Support Windows BuildSaturneric1-2/+0