aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct (unfollow)
Commit message (Collapse)AuthorFilesLines
14 daysfeat: support key groupssaturneric1-2/+2
2025-02-04chore: clean up codesaturneric1-2/+0
2025-01-27refactor: code clean upsaturneric2-1/+6
2025-01-27refactor: reduce code duplication of gnupg operationssaturneric3-5/+26
2025-01-27refactor: reduce code duplication of gnupg file operationssaturneric2-39/+29
2025-01-27fix: member variable 'GpgOperaContext::ascii' is not initialized in the ↵saturneric2-4/+5
constructor
2025-01-27fix: kill all gnupg daemons in a proper waysaturneric4-47/+126
2025-01-26feat: users can choose which crypto tool bar buttons are displayedsaturneric1-0/+9
2025-01-26fix: improve code compatibilitysaturneric1-13/+13
2025-01-26feat: allow file batch operationssaturneric2-0/+159
2024-08-05fix: key server adding or switching is actually not workingsaturneric1-0/+3
2024-07-29feat: update copyright infosaturneric4-6/+5
2024-07-12feat: add some ui apis to sdksaturneric1-0/+58
2024-04-12feat: add auto activate function and optimums for some structuressaturneric7-235/+0
2024-01-17fix: find and slove some bugssaturneric1-3/+2
2024-01-16fix: make task and threading system safersaturneric1-2/+0
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric7-80/+346
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric2-20/+24
2024-01-05feat: integrate logging api to coresaturneric1-10/+10
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric2-186/+0
2023-10-23perf: reduce header includes and improve build speedsaturneric2-8/+2
2023-10-16fix: check and update copyright at filessaturneric4-8/+8
2023-02-11fix: reduce info level logsSaturneric1-7/+7
2023-02-07fix: solve an issue in version checkingSaturneric2-4/+9
2023-02-03feat: change the log style in source filesSaturneric2-53/+52
2023-01-07feat: add advanced gnupg operationsSaturneric2-12/+75
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-07-22style(src): reformat codeSaturneric1-1/+2
2022-05-20refactor: change version checking to taskSaturneric1-0/+8
2022-03-12<fix>(core): Fix the setting loading IO problem under WindowsSaturneric1-0/+1
2022-02-07<fix>(core, ui): Fix the remaining problems in the data objectSaturneric1-5/+2
2022-02-06<feat>(ui): Improve the security settings auxiliary classSaturneric2-13/+50
1. Do a type check 2. Do a null check 3. Add some necessary logs
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric2-3/+3
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-3/+8
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric4-0/+265
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.