Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 2022-05-12 | 2 | -20/+44 |
| | |||||
* | fix(core): let exposed api use FileOperator | Saturneric | 2022-05-12 | 1 | -27/+6 |
| | |||||
* | feat(core): add charset operations | Saturneric | 2022-05-12 | 3 | -10/+205 |
| | | | | | 1. introduce library icu 2. add CharsetOperator | ||||
* | fix: fix build issues on linux platform | Saturneric | 2022-05-09 | 2 | -103/+103 |
| | |||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 8 | -137/+435 |
| | | | | | | | | 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 | ||||
* | feat: add full support for xocde build | Saturneric | 2022-05-08 | 1 | -1/+3 |
| | | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource | ||||
* | feat: merge tiny third_party library into core | Saturneric | 2022-05-08 | 1 | -2/+7 |
| | | | | | 1. code detecting 2. qt-aes | ||||
* | fix: solve issues in linux compiling | Saturneric | 2022-05-08 | 1 | -0/+1 |
| | | | | | 1. deb dependency update 2. ci update | ||||
* | fix: add GpgFrontendCoreExport.h into .gitignore | Saturneric | 2022-05-07 | 1 | -42/+0 |
| | |||||
* | fix: solve some issues | Saturneric | 2022-05-07 | 1 | -10/+2 |
| | | | | | 1. slove deb packing issues 2. solve ci issues | ||||
* | fix: link issue of intl in linux platform | Saturneric | 2022-05-07 | 1 | -4/+8 |
| | |||||
* | fix: remove vmime include | Saturneric | 2022-05-07 | 1 | -2/+0 |
| | |||||
* | fix: use custom build gpgme lib | Saturneric | 2022-05-07 | 2 | -2/+53 |
| | | | | 1. gpgme version of apt is too old. | ||||
* | refactor: develop 2.0.6 start | Saturneric | 2022-05-07 | 56 | -506/+1053 |
| | | | | | 1. delete smtp ability 2. change libs link type to dramatic | ||||
* | fix: add openssl dependency for windows cidev/2.0.5 | Saturneric | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | fix(project): remove automatic build | Saturneric | 2022-04-10 | 1 | -1/+1 |
| | | | | | 1. libarchive 2. libconfig++ | ||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 1 | -4/+4 |
| | | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20). | ||||
* | <fix>(project): fix link issues | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 2022-03-19 | 3 | -81/+115 |
| | | | | 1. The problem with double-byte characters in the path (unresolved) | ||||
* | <fix>(core): Fix the path compatibility problem of loading certificates ↵ | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | | | | under Windows. | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 8 | -44/+114 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 2 | -0/+317 |
| | | | | 1. Convert folders to archive format for processing | ||||
* | <fix>(core): Fix the existing problem of the key package | Saturneric | 2022-03-12 | 2 | -2/+24 |
| | | | | | 1. Fix the password generation function 2. Add some log output | ||||
* | Merge branch 'develop-2.0.5' of git.codesdream.com:GpgFrontend into ↵ | Saturneric | 2022-03-12 | 1 | -2/+5 |
|\ | | | | | | | develop-2.0.5 | ||||
| * | <fix, refactor, feat> adjust the project configuration | stehu | 2022-03-04 | 1 | -2/+5 |
| | | | | | | | | | | | | 1. Fix possible problems with mac compilation 2. Add new third-party dependency libconfig 3. Use the correct project configuration to specify the C++ standard | ||||
* | | <fix>(core): Fix the setting loading IO problem under Windows | Saturneric | 2022-03-12 | 1 | -6/+15 |
| | | |||||
* | | <chore>(core): Resolve libarchive compile dependencies for Windows | Saturneric | 2022-03-12 | 2 | -1/+6 |
| | | |||||
* | | <feat, refactor>(ui, core): Transfer file hash calculation logic to core | Saturneric | 2022-02-13 | 2 | -3/+62 |
|/ | | | | 1. show file size | ||||
* | <chore, fix>(project): Fix compilation problems | Saturneric | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | <fix>(core): Make it possible to compile on Windows | Saturneric | 2022-02-07 | 1 | -0/+2 |
| | |||||
* | <fix>(core, ui): Fix the remaining problems in the data object | Saturneric | 2022-02-07 | 1 | -0/+6 |
| | |||||
* | <refactor>(src): Move and split the Global Settings Station | Saturneric | 2022-02-06 | 10 | -34/+745 |
| | | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | ||||
* | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 2022-02-06 | 33 | -33/+32 |
| | |||||
* | <chore>(project, ci): Make the Windows platform pass the compilation | Saturneric | 2022-02-05 | 1 | -1/+6 |
| | |||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 2 | -6/+5 |
| | |||||
* | <refactor>(ui, core, project): Move Key Package logic into core | Saturneric | 2022-02-05 | 4 | -1/+240 |
| | |||||
* | <fix, feat, chore>(ui, core, project): Replace file IO function | Saturneric | 2022-02-05 | 5 | -19/+246 |
| | | | | | 1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core | ||||
* | <feat>(core): Introduce aes implementation of openssl. | Saturneric | 2022-02-04 | 3 | -0/+174 |
| | |||||
* | <chore>(project): Optimize project configuration | Saturneric | 2022-02-04 | 1 | -0/+74 |
| | | | | | 1. Add the global header file cstdint 2. Make the core obtain Qt core capabilities. | ||||
* | <refactor>(src): rename the gpg directory to core | Saturneric | 2022-02-04 | 52 | -0/+6914 |