aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/key_generate/KeygenDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-01fix: solve lower/upper case name conflictsaturneric1-589/+0
2025-02-01feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric1-348/+459
2025-01-27refactor: code clean upsaturneric1-2/+2
2025-01-27refactor: clean up codesaturneric1-6/+2
2024-10-26fix: should select channel before any gpg operationsaturneric1-2/+4
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-41/+64
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-4/+0
2024-02-14fix: use bundled pinentry as default in flatpak containersaturneric1-1/+2
2024-02-01fix: set use system pinentry as a default optionsaturneric1-1/+1
2024-01-25feat: enhance gnupg control boardsaturneric1-1/+1
2024-01-18fix: add test cases and solve discovered issuessaturneric1-8/+22
2024-01-17fix: find and slove some bugssaturneric1-5/+17
2024-01-16refactor: remove libgettext from projectsaturneric1-24/+24
2024-01-15fix: slove the languange settings issuesaturneric1-1/+1
2024-01-15refactor: remove libconfig++ form projectsaturneric1-2/+4
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-13/+2
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-6/+6
2024-01-09feat: add more genkey algorithms and modessaturneric1-25/+66
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2023-12-24fix: test the initialization of gui applicationsaturneric1-2/+3
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-104/+71
2023-12-02fix: add set owner struct action in keymanager menusaturneric1-3/+4
2023-12-01fix: discover and fix some bugssaturneric1-4/+5
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-11-07refactor: remove CommonUtils at coresaturneric1-4/+4
2023-10-25fix: solve some code tidy issuessaturneric1-1/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-04-05feat: simplify settings lookupSaturneric1-18/+6
2023-03-31fix: solve codacy issuessaturneric1-1/+3
2023-03-30feat: add an option to use pinentrySaturneric1-6/+19
2023-02-11fix: reduce info level logsSaturneric1-6/+4
2023-02-11feat: upgrade qt framework to 6.3Saturneric1-0/+5
2023-02-07fix: solve bugs in subkey generationSaturneric1-2/+2
2023-02-07feat: use custom password dialog nowSaturneric1-7/+23
2023-02-03feat: change the log style in source filesSaturneric1-6/+6
2022-11-26feat: support generate ecc keySaturneric1-3/+4
1. support elliptische kurve nist
2022-07-22refactor(ui): adjust file structureSaturneric1-1/+1
2022-07-22style(src): reformat codeSaturneric1-1/+2
2022-07-22feat(ui): use general main window and dialog classSaturneric1-1/+1
1. store window size and position 2. store icon size and style
2022-05-19fix: solve general problems for compilingSaturneric1-1/+1
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-4/+8
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>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-19/+21
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-2/+2
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-6/+10
2022-01-15<doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric1-77/+80
1. Rename related entities. 2. Add comments.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-32/+32
1. Rename related entities. 2. Add a comments.