Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-03 | fix: qt5 compile issues | saturneric | 1 | -0/+1 | |
2024-12-13 | refactor: using qt containers instead of std containers | saturneric | 1 | -3/+3 | |
2024-07-29 | feat: update copyright info | saturneric | 1 | -1/+1 | |
2024-02-28 | feat: upgrade module system | saturneric | 1 | -1/+0 | |
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it | |||||
2023-12-15 | fix: slove threading and memory issues | saturneric | 1 | -60/+26 | |
2023-12-15 | fix: slove some issues on memory and intilizations | saturneric | 1 | -1/+2 | |
2023-12-06 | feat: move test to src and add submodule googletest | saturneric | 1 | -1/+1 | |
2023-12-03 | feat: standarized and speed up app env loading process | saturneric | 1 | -2/+2 | |
2023-12-03 | feat: improve memory security of function framework | saturneric | 1 | -4/+22 | |
2023-11-06 | refactor: clean up core's codes | saturneric | 1 | -109/+3 | |
2023-10-30 | style: improve code style of core | saturneric | 1 | -2/+2 | |
2023-10-28 | refactor: start to tidy up code using clang-tidy | saturneric | 1 | -36/+43 | |
2023-10-25 | feat: use rt listen publish event function in main windows' app version ↵ | Saturneric | 1 | -1/+1 | |
upgrade notification | |||||
2023-10-23 | perf: reduce header includes and improve build speed | saturneric | 1 | -4/+3 | |
2023-10-17 | fix: improve headers including relations | saturneric | 1 | -3/+1 | |
2023-10-16 | fix: check and update copyright at files | saturneric | 1 | -2/+2 | |
2023-02-18 | fix: improve stability of the object-channel model | Saturneric | 1 | -2/+21 | |
2022-12-04 | feat(ui, core): add custom key db support | Saturneric | 1 | -5/+5 | |
1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function | |||||
2022-05-20 | fix: remove useless log in Channel system | Saturneric | 1 | -6/+1 | |
2022-05-19 | refactor: change log level for task system | Saturneric | 1 | -17/+6 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 1 | -109/+170 | |
1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations | |||||
2022-02-04 | <refactor>(src): rename the gpg directory to core | Saturneric | 1 | -0/+0 | |
2022-01-22 | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 1 | -6/+10 | |
2022-01-15 | <doc, refactor>(ci): Tidy up code of core and related parts | Saturneric | 1 | -7/+91 | |
1. Rename related entities. 2. Add a comments. | |||||
2022-01-12 | <refactor, chore>(project, ui, core): Normalize third-party dependencies. | Saturneric | 1 | -2/+0 | |
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. | |||||
2022-01-02 | <refactor, fixed, test>(core, ui): add & modify core and ui | Saturneric | 1 | -2/+6 | |
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core. | |||||
2021-12-25 | <refactor, test>(core, test): core improved and test gpg alone mode | Saturneric | 1 | -44/+63 | |
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct. | |||||
2021-12-01 | Add i18n Support | Saturneric | 1 | -10/+7 | |
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support. | |||||
2021-09-20 | The basic functions of the core pass the test. | Saturneric | 1 | -4/+0 | |
Adjust and improve the core part of the interface. | |||||
2021-09-19 | Support multi-channel Context. | Saturneric | 1 | -18/+95 | |
Make the test configurable. Other modifications. | |||||
2021-09-05 | Adjust the code structure. | Saturneric | 1 | -0/+4 | |
Introduce log library. Remove Qt from the core code. | |||||
2021-09-05 | Rewrite the core. | Saturneric | 1 | -31/+25 | |
Adjust the structure. | |||||
2021-08-29 | Start to rewrite gpg core. | Saturneric | 1 | -25/+28 | |
2021-08-11 | Continue to improve functions. | Saturneric | 1 | -2/+5 | |
Split source files that are too long. | |||||
2021-06-06 | Add encryption and signature function. | Saturneric | 1 | -10/+12 | |
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-28 | Make eligible keys enter the signature candidate list. | Saturneric | 1 | -7/+3 | |
Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-22 | Enhance code robustness; | Saturneric | 1 | -6/+5 | |
Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-22 | Expand and improve GpgKey; | Saturneric | 1 | -22/+30 | |
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-21 | Change Project Name to GPGFrontend. | Saturneric | 1 | -14/+17 | |
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]> | |||||
2021-05-12 | File Structure Modified. | Saturneric | 1 | -1/+1 | |
Change Headers and Source Files Name. Modified CMake Structure. | |||||
2021-05-12 | Srouce Files Tidy and Reform | Saturneric | 1 | -2/+2 | |
2021-05-11 | Change CXX Standard to C++14 | Saturneric | 1 | -21/+9 | |
Headers Tidy and Reformat |