aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: allow add and show ADSKdev/2.1.6/adsksaturneric2025-02-038-17/+215
* refactor: make some function names shortersaturneric2025-02-0221-312/+284
* refactor: rewrite subkey generate dialog and fix some issues discoveredsaturneric2025-02-028-415/+370
* feat: improve KeyGenerateDialogsaturneric2025-02-0212-291/+366
* fix: solve lower/upper case name conflictsaturneric2025-02-014-7/+3
* feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric2025-02-0117-1270/+1192
* fix: issues found on unit test modesaturneric2025-02-012-1/+2
* fix: use yyy-MM-dd format of create date on key listsaturneric2025-01-311-1/+1
* refactor: code clean upsaturneric2025-01-2716-102/+53
* fix: tiny fixessaturneric2025-01-271-16/+13
* refactor: clean up code and reduce duplicationsaturneric2025-01-276-276/+70
* refactor: code clean up of main windowsaturneric2025-01-273-491/+432
* refactor: reduce code duplication of gnupg operationssaturneric2025-01-2710-435/+503
* refactor: reduce code duplication of gnupg file operationssaturneric2025-01-277-760/+620
* refactor: reduce code duplicationsaturneric2025-01-2710-570/+440
* feat: check gpg components before startsaturneric2025-01-271-21/+39
* fix: 'kCrashCode' is not a member of 'GpgFrontend'saturneric2025-01-271-0/+2
* fix: member variable 'GpgOperaContext::ascii' is not initialized in the const...saturneric2025-01-272-4/+5
* refactor: clean up codesaturneric2025-01-2724-103/+45
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-2715-266/+384
* feat: allow changing sort options by ui at file pagesaturneric2025-01-261-0/+1
* feat: users can choose which crypto tool bar buttons are displayedsaturneric2025-01-266-25/+85
* feat: add ui ability to switch batch modesaturneric2025-01-264-10/+17
* fix: improve code compatibilitysaturneric2025-01-2620-82/+56
* fix: optimums unknown fpr verifying helpersaturneric2025-01-268-117/+61
* feat: allow file batch operationssaturneric2025-01-2620-965/+1407
* fix: 'std::future' is defined in header '<future>'saturneric2025-01-261-0/+2
* feat: relative path by default at portable modesaturneric2025-01-211-0/+2
* fix: create app config path if possiblesaturneric2025-01-211-0/+5
* fix: make app fully portablesaturneric2025-01-213-3/+11
* feat: enhance key db functionssaturneric2025-01-2112-129/+239
* Merge branch 'develop' into dev/2.1.6/mainsaturneric2025-01-219-111/+89
|\
| * fix: avoid check action triggering the show of key detail dialogsaturneric2024-12-214-37/+2
| * fix: ResizeToContents behaviors of key listsaturneric2024-12-214-140/+70
| * fix: symbols link error on mingw64saturneric2024-12-202-6/+5
| * fix: adjust the width of key list cell correctlysaturneric2024-12-208-17/+101
* | refactor: using qt containers instead of std containerssaturneric2024-12-1383-552/+405
|/
* fix: solve commit hash mismatch issuesaturneric2024-12-031-1/+1
* fix: qt5 buildsaturneric2024-12-031-0/+3
* fix: eml encrypt error handlingsaturneric2024-12-031-6/+2
* fix: solve memory issues discovered on linuxsaturneric2024-12-032-17/+43
* fix: compiler warningssaturneric2024-12-039-46/+42
* fix: variable 'mods_path' is reassigned a value before the old one has been u...saturneric2024-12-033-34/+52
* fix: discovered issues by testingsaturneric2024-12-034-11/+43
* fix: integrated modules loading pathsaturneric2024-12-031-2/+7
* fix: discovered issuessaturneric2024-12-027-31/+53
* fix: solve memory issues of sdk apissaturneric2024-12-025-36/+58
* fix: ui initializes before core fully initializedsaturneric2024-12-022-7/+9
* fix: export subkey test cases on windowssaturneric2024-12-021-8/+12
* fix: support debug module loading by AppImagesaturneric2024-12-021-8/+8