aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: switch text-based model to workspace-based modelsaturneric11 days4-60/+47
* fix: testing and solve bugs foundsaturneric11 days6-45/+117
* feat: support key groupssaturneric12 days8-264/+268
* feat: add SmartCardControllersaturneric14 days1-0/+3
* feat: add openpgp smart card supportsaturneric2025-04-122-3/+13
* refactor: GpgKey and GpgSubKeysaturneric2025-04-123-18/+18
* fix: do not check commit hash in flatpak containersaturneric2025-02-161-1/+1
* fix: solve discovered issues before release v2.1.7saturneric2025-02-043-35/+38
* feat: ask user if automate check update on first startupsaturneric2025-02-031-2/+15
* fix: qt5 compile issuessaturneric2025-02-032-5/+8
* feat: allow switch ascii mode at file page optionssaturneric2025-02-033-33/+21
* refactor: make some function names shortersaturneric2025-02-021-10/+5
* feat: improve KeyGenerateDialogsaturneric2025-02-021-1/+1
* fix: solve lower/upper case name conflictsaturneric2025-02-011-1/+1
* feat: upgrade KeyGenDialog to meet easy and advanced requirementssaturneric2025-02-012-1/+3
* refactor: code clean upsaturneric2025-01-275-13/+9
* refactor: clean up code and reduce duplicationsaturneric2025-01-273-107/+23
* refactor: code clean up of main windowsaturneric2025-01-273-491/+432
* refactor: reduce code duplication of gnupg operationssaturneric2025-01-274-410/+131
* refactor: reduce code duplication of gnupg file operationssaturneric2025-01-272-696/+54
* refactor: clean up codesaturneric2025-01-274-18/+7
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-272-11/+5
* feat: users can choose which crypto tool bar buttons are displayedsaturneric2025-01-263-19/+42
* fix: improve code compatibilitysaturneric2025-01-262-17/+17
* fix: optimums unknown fpr verifying helpersaturneric2025-01-264-112/+56
* feat: allow file batch operationssaturneric2025-01-265-885/+1034
* Merge branch 'develop' into dev/2.1.6/mainsaturneric2025-01-211-4/+0
|\
| * fix: avoid check action triggering the show of key detail dialogsaturneric2024-12-211-4/+0
| * fix: adjust the width of key list cell correctlysaturneric2024-12-201-1/+1
* | refactor: using qt containers instead of std containerssaturneric2024-12-135-86/+86
|/
* fix: eml encrypt error handlingsaturneric2024-12-031-6/+2
* fix: compiler warningssaturneric2024-12-033-33/+24
* fix: discovered issues by testingsaturneric2024-12-031-1/+16
* fix: qt5 build issuessaturneric2024-12-024-58/+56
* fix: settings prohibit version checking at start not workingsaturneric2024-12-021-10/+16
* feat: skip version notifying on developing or testing buildsaturneric2024-12-021-3/+8
* feat: check commit hash from remotesaturneric2024-12-011-16/+26
* feat: add 'create date' column to key toolboxsaturneric2024-12-011-1/+1
* fix: discovered bugs on windows platformsaturneric2024-12-011-4/+10
* feat: improve icons and paddingsaturneric2024-11-291-16/+16
* fix: solve discoverd issues on email functionssaturneric2024-11-282-185/+87
* fix: solve issues on uisaturneric2024-11-281-356/+410
* feat: support decrypt & verify emailsaturneric2024-11-283-82/+384
* feat: support encrypting emailsaturneric2024-11-273-3/+64
* feat: improve ui logic and support more email operationssaturneric2024-11-277-95/+96
* feat: support uid revoke and uid delete operationssaturneric2024-11-261-1/+1
* feat: support eml data decryptionsaturneric2024-11-264-5/+197
* fix: add ui status control for email operationssaturneric2024-11-262-16/+26
* fix: change "Information Board" to "Status Panel"saturneric2024-11-261-2/+2
* refactor: optimum code and reduce duplicatesaturneric2024-11-267-491/+493