Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-09 | fix: avoid block when refreshing keysdev/2.0.6 | Saturneric | 1 | -20/+24 | |
2022-05-09 | fix: fix build issues on linux platform | Saturneric | 3 | -105/+109 | |
2022-05-09 | fix: fix crash poblem when doing operations | Saturneric | 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 | |||||
2022-05-08 | feat: add full support for xocde build | Saturneric | 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 | |||||
2022-05-08 | feat: merge tiny third_party library into core | Saturneric | 2 | -5/+7 | |
1. code detecting 2. qt-aes | |||||
2022-05-08 | fix: solve issues in linux compiling | Saturneric | 2 | -4/+5 | |
1. deb dependency update 2. ci update | |||||
2022-05-07 | fix: add GpgFrontendCoreExport.h into .gitignore | Saturneric | 1 | -42/+0 | |
2022-05-07 | fix: solve some issues | Saturneric | 3 | -24/+12 | |
1. slove deb packing issues 2. solve ci issues | |||||
2022-05-07 | fix: link issue of intl in linux platform | Saturneric | 1 | -4/+8 | |
2022-05-07 | fix: remove vmime include | Saturneric | 1 | -2/+0 | |
2022-05-07 | fix: use custom build gpgme lib | Saturneric | 2 | -2/+53 | |
1. gpgme version of apt is too old. | |||||
2022-05-07 | refactor: develop 2.0.6 start | Saturneric | 88 | -3061/+963 | |
1. delete smtp ability 2. change libs link type to dramatic | |||||
2022-05-05 | fix: add openssl dependency for windows cidev/2.0.5 | Saturneric | 1 | -1/+1 | |
2022-04-10 | fix(project): remove automatic build | Saturneric | 1 | -1/+1 | |
1. libarchive 2. libconfig++ | |||||
2022-03-19 | <fix>(ui): fix error in IMAPFolder | Saturneric | 1 | -1/+1 | |
2022-03-19 | <fix>(core, ui): fix codacy issues. | Saturneric | 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). | |||||
2022-03-19 | <fix>(project): fix link issues | Saturneric | 1 | -1/+1 | |
2022-03-19 | <fix>(core, ui): Fix issues related to compression and decompression | Saturneric | 4 | -84/+126 | |
1. The problem with double-byte characters in the path (unresolved) | |||||
2022-03-19 | <fix>(core): Fix the path compatibility problem of loading certificates ↵ | Saturneric | 1 | -1/+1 | |
under Windows. | |||||
2022-03-19 | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 18 | -117/+256 | |
2022-03-13 | <fix>(ui): Fix the problem that the file cannot be signed | Saturneric | 1 | -1/+4 | |
2022-03-13 | <fix>(ui): fix macro problem | Saturneric | 1 | -1/+1 | |
2022-03-13 | <fix>(ui): fix TRANSLATORS file not shown at deb | Saturneric | 1 | -17/+23 | |
2022-03-12 | <fix>(ui): Fix crash after opening a PlainTextEditorPage | Saturneric | 1 | -1/+1 | |
2022-03-12 | <fix>(ui): Improve UI experience | Saturneric | 1 | -2/+2 | |
1. Unzip only if the target file exists | |||||
2022-03-12 | <refactor, fix>(core, ui): Some tweaks and fixes | Saturneric | 3 | -14/+31 | |
2022-03-12 | <feat>(core, ui): Provides the ability to handle folders | Saturneric | 5 | -37/+554 | |
1. Convert folders to archive format for processing | |||||
2022-03-12 | <fix>(core): Fix the existing problem of the key package | Saturneric | 2 | -2/+24 | |
1. Fix the password generation function 2. Add some log output | |||||
2022-03-12 | <fix>(core): Fix the setting loading IO problem under Windows | Saturneric | 2 | -6/+16 | |
2022-03-12 | <chore>(core): Resolve libarchive compile dependencies for Windows | Saturneric | 2 | -1/+6 | |
2022-03-04 | <fix, refactor, feat> adjust the project configuration | stehu | 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 | |||||
2022-02-13 | <feat, refactor>(ui, core): Transfer file hash calculation logic to core | Saturneric | 3 | -49/+65 | |
1. show file size | |||||
2022-02-13 | <feat, refactor>(src): Cancel the operation of the file through the ↵ | Saturneric | 2 | -98/+0 | |
right-click menu | |||||
2022-02-13 | <feat, refactor>(src): Enable top encryption action menu in file mode | Saturneric | 6 | -24/+132 | |
1. Adjust the names of some functions 2. Enable top encryption action menu in file mode | |||||
2022-02-07 | <fix>(src): Fix header file path issue | Saturneric | 1 | -1/+1 | |
2022-02-07 | <fix>(src): Resolve discovered issues | Saturneric | 1 | -1/+1 | |
2022-02-07 | <chore, fix>(project): Fix compilation problems | Saturneric | 2 | -1/+2 | |
2022-02-07 | <fix>(core): Make it possible to compile on Windows | Saturneric | 2 | -2/+2 | |
2022-02-07 | <fix>(ui): Adapt some settings transferred to the data object | Saturneric | 4 | -161/+93 | |
2022-02-07 | <fix>(core, ui): Fix the remaining problems in the data object | Saturneric | 2 | -5/+8 | |
2022-02-06 | <fix>(ui): Fix type exception in SMTP settings | Saturneric | 1 | -5/+5 | |
2022-02-06 | <feat>(ui): Improve the security settings auxiliary class | Saturneric | 2 | -13/+50 | |
1. Do a type check 2. Do a null check 3. Add some necessary logs | |||||
2022-02-06 | <fix>(src): Do not catch any exceptions when debugging | Saturneric | 1 | -1/+4 | |
2022-02-06 | <refactor>(src): Move and split the Global Settings Station | Saturneric | 41 | -485/+608 | |
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies | |||||
2022-02-06 | <refactor>(core, ui): Adjust the core code directory structure. | Saturneric | 61 | -82/+81 | |
2022-02-05 | <chore>(project, ci): Make the Windows platform pass the compilation | Saturneric | 2 | -3/+8 | |
2022-02-05 | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 12 | -73/+71 | |
2022-02-05 | <refactor>(ui, core, project): Move Key Package logic into core | Saturneric | 7 | -127/+296 | |
2022-02-05 | <fix, feat, chore>(ui, core, project): Replace file IO function | Saturneric | 7 | -90/+349 | |
1. In order to improve compatibility, use the file IO function provided by Qt 2. Introduce some necessary header files for core | |||||
2022-02-04 | <feat>(core): Introduce aes implementation of openssl. | Saturneric | 3 | -0/+174 | |