Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(core): fix a bug when key in smart carddev/2.0.7 | Saturneric | 2022-05-12 | 3 | -21/+48 |
| | |||||
* | fix(ui): adjuest timeout value for keyserver test | Saturneric | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | feat(ui): support .pgp extension | Saturneric | 2022-05-12 | 1 | -15/+20 |
| | |||||
* | fix(core): let exposed api use FileOperator | Saturneric | 2022-05-12 | 1 | -27/+6 |
| | |||||
* | fix(ui): remove spaces in export key filename | Saturneric | 2022-05-12 | 1 | -3/+12 |
| | |||||
* | feat(ui): more advanced charset functions | Saturneric | 2022-05-12 | 3 | -55/+136 |
| | | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations | ||||
* | feat(core): add charset operations | Saturneric | 2022-05-12 | 3 | -10/+205 |
| | | | | | 1. introduce library icu 2. add CharsetOperator | ||||
* | feat: improve UI library's encapsulation | Saturneric | 2022-05-09 | 6 | -143/+154 |
| | |||||
* | fix: modified init order | Saturneric | 2022-05-09 | 1 | -40/+40 |
| | |||||
* | fix: avoid block when refreshing keysdev/2.0.6 | Saturneric | 2022-05-09 | 1 | -20/+24 |
| | |||||
* | fix: fix build issues on linux platform | Saturneric | 2022-05-09 | 3 | -105/+109 |
| | |||||
* | fix: fix crash poblem when doing operations | Saturneric | 2022-05-09 | 24 | -257/+641 |
| | | | | | | | | 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 | 3 | -4/+11 |
| | | | | | | 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 | 2 | -5/+7 |
| | | | | | 1. code detecting 2. qt-aes | ||||
* | fix: solve issues in linux compiling | Saturneric | 2022-05-08 | 2 | -4/+5 |
| | | | | | 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 | 3 | -24/+12 |
| | | | | | 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 | 88 | -3061/+963 |
| | | | | | 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>(ui): fix error in IMAPFolder | Saturneric | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | <fix>(core, ui): fix codacy issues. | Saturneric | 2022-03-19 | 4 | -11/+31 |
| | | | | | | 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 | 4 | -84/+126 |
| | | | | 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 | 18 | -117/+256 |
| | |||||
* | <fix>(ui): Fix the problem that the file cannot be signed | Saturneric | 2022-03-13 | 1 | -1/+4 |
| | |||||
* | <fix>(ui): fix macro problem | Saturneric | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | <fix>(ui): fix TRANSLATORS file not shown at deb | Saturneric | 2022-03-13 | 1 | -17/+23 |
| | |||||
* | <fix>(ui): Fix crash after opening a PlainTextEditorPage | Saturneric | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | <fix>(ui): Improve UI experience | Saturneric | 2022-03-12 | 1 | -2/+2 |
| | | | | 1. Unzip only if the target file exists | ||||
* | <refactor, fix>(core, ui): Some tweaks and fixes | Saturneric | 2022-03-12 | 3 | -14/+31 |
| | |||||
* | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 2022-03-12 | 5 | -37/+554 |
| | | | | 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 | 3 | -43/+53 |
|\ | | | | | | | develop-2.0.5 | ||||
| * | <fix, refactor, feat> adjust the project configuration | stehu | 2022-03-04 | 3 | -43/+53 |
| | | | | | | | | | | | | 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 | 2 | -6/+16 |
| | | |||||
* | | <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 | 3 | -49/+65 |
|/ | | | | 1. show file size | ||||
* | <feat, refactor>(src): Cancel the operation of the file through the ↵ | Saturneric | 2022-02-13 | 2 | -98/+0 |
| | | | | right-click menu | ||||
* | <feat, refactor>(src): Enable top encryption action menu in file mode | Saturneric | 2022-02-13 | 6 | -24/+132 |
| | | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode | ||||
* | <fix>(src): Fix header file path issue | Saturneric | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | <fix>(src): Resolve discovered issues | Saturneric | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | <chore, fix>(project): Fix compilation problems | Saturneric | 2022-02-07 | 2 | -1/+2 |
| | |||||
* | <fix>(core): Make it possible to compile on Windows | Saturneric | 2022-02-07 | 2 | -2/+2 |
| | |||||
* | <fix>(ui): Adapt some settings transferred to the data object | Saturneric | 2022-02-07 | 4 | -161/+93 |
| | |||||
* | <fix>(core, ui): Fix the remaining problems in the data object | Saturneric | 2022-02-07 | 2 | -5/+8 |
| |