aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyPairUIDTab.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfix: testing and solve bugs foundsaturneric1-2/+0
12 daysfix: found bugssaturneric1-2/+0
12 daysfeat: support key groupssaturneric1-14/+13
2025-04-12refactor: GpgKey and GpgSubKeysaturneric1-5/+4
2024-12-13refactor: using qt containers instead of std containerssaturneric1-6/+7
2024-11-26feat: improve subkeys and uids table displaysaturneric1-4/+14
2024-11-26feat: support uid revoke and uid delete operationssaturneric1-145/+141
2024-11-19feat: add ui some restrictions when primary key not existssaturneric1-0/+1
2024-10-26fix: should select channel before any gpg operationsaturneric1-5/+8
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-9/+19
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-2/+0
2024-01-18fix: slove discovered bugssaturneric1-5/+5
2024-01-16refactor: remove libgettext from projectsaturneric1-60/+57
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-23/+8
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-15/+13
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-5/+5
2023-12-01fix: discover and fix some bugssaturneric1-69/+73
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-02-11fix: reduce info level logsSaturneric1-4/+2
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-1/+14
2023-02-03feat: change the log style in source filesSaturneric1-3/+3
2022-11-26feat: support generate ecc keySaturneric1-1/+6
1. support elliptische kurve nist
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-2/+2
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-3/+3
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-3/+3
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-4/+4
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-24/+25
1. Use more modern ways. 2. Repair partial docking.
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-151/+151
1. tidy up keypair_details.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-24/+26
1. Rename related entities. 2. Add a comments.
2022-01-14<doc, refactor>(ci): Tidy up code in gpg/functionSaturneric1-5/+5
1. Rename related entities. 2. Add a comments.
2021-12-13Improve UI & Fixed.Saturneric1-2/+2
2021-12-07Support Windows BuildSaturneric1-9/+4
2021-12-06Test & Improve UISaturneric1-4/+9
2021-12-06Improve UI & FunctionsSaturneric1-19/+63
2021-12-04FixedSaturneric1-1/+1
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-01Add i18n SupportSaturneric1-57/+63
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Solve uid management, related update and other known issues.Saturneric1-8/+26
2021-11-29Fix Known Bugs.Saturneric1-3/+13
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
2021-10-02UI Framework Modified.Saturneric1-378/+372
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-07-19Add simplified Chinese translation.Saturneric1-2/+2
Repair and adjustment.
2021-07-12Update Documents; Update UISaturneric1-2/+2
2021-07-07UI Improvement;Saturneric1-0/+3
Update Documents;
2021-06-24Update Document.Saturneric1-6/+14
Fix Bugs in UI.
2021-06-06Add encryption and signature function.Saturneric1-13/+13
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>