aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin/sdk/Task.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-16feat: using piml tech on plugin systemsaturneric1-62/+0
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-31/+19
2022-07-22style(src): reformat codeSaturneric1-4/+4
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-0/+0
2022-02-04<feat>(core): Introduce aes implementation of openssl.Saturneric1-10/+32
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-0/+0
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-1/+9
1. Rename related entities. 2. Add a comments.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-10/+12
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-05Improve UISaturneric1-0/+4
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Solve key generation and related update issues.Saturneric1-9/+8
2021-10-02UI Framework Modified.Saturneric1-13/+8
2021-07-06Fix issues.Saturneric1-1/+1
Improve UI.
2021-07-05Introduce multithreading.Saturneric1-13/+7
Fix Bugs.
2021-05-22Expand and improve GpgKey;Saturneric1-1/+2
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
2021-05-21Expand Key Details Dialog;Saturneric1-57/+3
Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-1/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-11Change CXX Standard to C++14Saturneric1-4/+13
Headers Tidy and Reformat