aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-03fix: qt5 compile issuessaturneric1-3/+4
2025-01-27refactor: clean up codesaturneric2-11/+4
2025-01-21feat: enhance key db functionssaturneric2-39/+67
1. allow using relative key db path 2. allow editing default key db 3. use a key db in own directory at portable mode
2024-12-02fix: qt5 build issuessaturneric1-1/+1
2024-12-01fix: add some untranslated stringssaturneric1-0/+7
2024-12-01translation: update ts filessaturneric1-4/+4
2024-11-30fix: solve discovered issuessaturneric1-4/+6
2024-11-29feat: user should confirm the removal of key dbssaturneric1-0/+12
2024-11-28fix: spelling mistakessaturneric1-1/+1
2024-11-22feat: default key db is not editablesaturneric2-30/+42
2024-11-22fix: correct table header of key db indexsaturneric1-0/+3
2024-11-22feat: add more operations on key db itemssaturneric2-0/+189
2024-11-17feat: set max key db number to 8saturneric1-0/+9
2024-11-17feat: can open key db by menu action triggered by right clicksaturneric2-0/+23
2024-11-17fix: should restart app after editing key db infossaturneric1-0/+7
2024-10-25feat: add more context of key database supportsaturneric2-105/+112
2024-08-05fix: unchecking some check boxes at gnupg controller will not restartsaturneric1-0/+12
2024-07-30fix: use standard os detection macrosaturneric1-8/+7
2024-07-30fix: use standard qt version checking macrosaturneric1-5/+5
2024-07-29feat: update copyright infosaturneric4-4/+4
2024-07-28feat: user can prevent all modulessaturneric1-1/+11
2024-07-28feat: add paper key module supportsaturneric1-4/+4
2024-07-27feat: move pinentry out of source codesaturneric1-0/+4
2024-07-26feat: remove spdlog and clean up logsaturneric2-18/+0
2024-05-11fix: use keyValueBegin() and keyValueEnd() at qt5 envsaturneric1-0/+7
2024-05-03fix: solve a build issue and add a tip for integrated modulesaturneric1-0/+3
2024-05-03fix: discard changes but text still remainssaturneric2-3/+3
2024-05-03fix: update translationssaturneric1-3/+17
2024-05-03feat: add option to close all gnupg daemon at closesaturneric2-22/+33
2024-04-30feat: improve functions and ui on modulesaturneric1-0/+14
2024-04-15feat: prefer to show module name instead of module idsaturneric1-1/+1
2024-04-14fix: use qt designer placeholder instead of custom initializedsaturneric2-10/+3
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-15/+48
2024-04-11fix: find and solve some issues on module managementsaturneric2-12/+12
2024-03-01feat: validate module id format and compatibility of sdk and qt envsaturneric1-0/+4
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric2-10/+17
2024-02-29feat: add module controller and continue to work on module systemsaturneric4-0/+698
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system