Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: simplify logging | saturneric | 2024-07-30 | 1 | -0/+2 |
| | |||||
* | fix: untrack GFSDKBuildInfo.h | saturneric | 2024-07-29 | 1 | -0/+1 |
| | |||||
* | feat: using piml tech on plugin system | saturneric | 2023-10-16 | 1 | -0/+7 |
| | |||||
* | fix: slove build problem for flatpack builder | saturneric | 2023-10-14 | 1 | -0/+7 |
| | |||||
* | fix: solve problem on .gitignore | Saturneric | 2022-05-12 | 1 | -1/+1 |
| | | | | 1. fix ignore item for GpgFrontendUIExport | ||||
* | feat: improve UI library's encapsulation | Saturneric | 2022-05-09 | 1 | -0/+1 |
| | |||||
* | fix: add GpgFrontendCoreExport.h into .gitignore | Saturneric | 2022-05-07 | 1 | -0/+1 |
| | |||||
* | <doc>(project): Improve code document-related Settings | Saturneric | 2022-02-02 | 1 | -1/+1 |
| | | | | | 1. Generated code documentation should not be included in Git. 2. The contents of the project's home page in the code document should be placed in main.cpp. | ||||
* | <chore>(project, ui, core): update ci for release-deb-package.yml | Saturneric | 2022-01-12 | 1 | -2/+0 |
| | | | | | 1. Enable the latest one-off build. 2. Fix submodule dependency problem. | ||||
* | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 2022-01-12 | 1 | -1/+2 |
| | | | | | | | | 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead. | ||||
* | <refactor, fix, test>(core, test): test key generation for standalone mode | Saturneric | 2021-12-31 | 1 | -0/+1 |
| | | | | | | | 1. add key generation test for standalone mode 2. add supported algos in standalone mode 3. changed support algo vectors from static value to static getter 4. modified name of some variables. | ||||
* | Add Deb Build Support & Install Support For Linux. | Saturneric | 2021-12-14 | 1 | -0/+1 |
| | |||||
* | Add i18n Support | Saturneric | 2021-12-01 | 1 | -0/+3 |
| | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | ||||
* | Improve and optimize the code. | Saturneric | 2021-09-11 | 1 | -2/+2 |
| | |||||
* | Rewrite the core. | Saturneric | 2021-09-05 | 1 | -0/+3 |
| | | | | Adjust the structure. | ||||
* | Modified ResultAnalyse. | Saturneric | 2021-09-04 | 1 | -1/+0 |
| | | | | Add Test. | ||||
* | Project structure adjustment; | Saturneric | 2021-07-12 | 1 | -0/+1 |
| | | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents; | ||||
* | Repair and improve the internationalization structure. | Saturneric | 2021-06-20 | 1 | -0/+3 |
| | | | | | | Repair and perfect engineering configuration. Modify some fields of the interface. Modify.gitignore. | ||||
* | Make some corrections. | Saturneric | 2021-06-19 | 1 | -1/+4 |
| | |||||
* | Make some corrections. | Saturneric | 2021-06-19 | 1 | -0/+3 |
| | |||||
* | Add dependent files under Windows. | Saturneric | 2021-06-18 | 1 | -2/+2 |
| | |||||
* | Add default profile. | Saturneric | 2021-06-18 | 1 | -4/+0 |
| | |||||
* | Remove the self-compiled GpgME package | Saturneric | 2021-05-26 | 1 | -8/+102 |
| | | | | | Modify the compilation settings so that the project can be compiled on MacOS. Complete .gitignore | ||||
* | Qt5 & Cmake Supported. | Saturneric | 2021-05-11 | 1 | -0/+9 |
Project Structure Modified. |