aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs(core): add commentmusing2022-05-211-0/+1
|
* fix: solve key server import not working issuesSaturneric2022-05-211-72/+47
|
* fix(ui): there is possible null pointer dereferenceSaturneric2022-05-201-1/+1
|
* fix: solve issue caused by sig bufferSaturneric2022-05-201-1/+1
|
* refactor: modify basic operations slots in main windowSaturneric2022-05-201-155/+209
|
* feat: explain Not Fully Valid reasonSaturneric2022-05-201-4/+5
|
* fix: remove useless log in Channel systemSaturneric2022-05-202-19/+6
|
* feat: track pending tasks in task runner systemSaturneric2022-05-205-16/+53
|
* fix: improve about dialog about version checkingSaturneric2022-05-201-9/+10
|
* pref: improve compiling speedSaturneric2022-05-202-3/+4
|
* refactor: change version checking to taskSaturneric2022-05-205-89/+152
|
* feat: handle application's exceptions and crashSaturneric2022-05-204-82/+191
|
* fix: connect correct signalSaturneric2022-05-201-1/+2
|
* fix: improve settings dialog style on macOSSaturneric2022-05-192-15/+25
|
* fix: solve general problems for compilingSaturneric2022-05-197-53/+42
|
* fix: adjust initialized order and organizeSaturneric2022-05-194-26/+9
| | | | 1. disable command line file arg input ability
* pref: improve pch for compiling speedSaturneric2022-05-198-66/+68
|
* refactor: change log level for task systemSaturneric2022-05-195-49/+39
|
* perf: improve initialized and recover processSaturneric2022-05-196-95/+165
| | | | | | 1. init logging system 2. init ui 3. init main
* fix: solve dll export problem on inner classSaturneric2022-05-151-3/+27
|
* fix: need to link bcrypt in mingw for uuidSaturneric2022-05-151-0/+4
|
* fix: solve heading file include problem.Saturneric2022-05-152-3/+5
|
* feat: update macOS App Bundle ciSaturneric2022-05-151-0/+3
|
* Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8Saturneric2022-05-142-3/+4
|\
| * fix: add deb dependency libicu66Saturneric2022-05-141-1/+1
| |
| * fix(core): solve memory access issuesSaturneric2022-05-131-2/+3
| | | | | | | | 1. use gpg_key, not key(has been moved).
* | refactor: modified part of ui processing codeSaturneric2022-05-142-194/+323
| |
* | feat: improve processing using task runner systemSaturneric2022-05-143-13/+24
| |
* | feat(core): upgrade task runner system.Saturneric2022-05-144-24/+270
|/
* Merge remote-tracking branch 'origin/develop-2.0.8' into develop-2.0.8Saturneric2022-05-131-4/+6
|\
| * fix: solve build issuesSaturneric2022-05-131-4/+6
| | | | | | | | | | 1. target_link_libraries scope 2. icu version minimum
* | fix: slove loading issues at initSaturneric2022-05-131-0/+10
|/ | | | 1. block the main thread until the gpg context is loaded.
* fix: slove shared link problemSaturneric2022-05-131-1/+1
|
* fix: solve codacy issuesSaturneric2022-05-131-1/+1
|
* feat: add a simple TaskRunner systemSaturneric2022-05-1318-229/+655
| | | | 1. solve multiple threads problem.
* perf: improve core performanceSaturneric2022-05-131-3/+3
|
* fix: solve build issuesSaturneric2022-05-131-3/+3
| | | | | 1. target_link_libraries scope 2. icu version minimum
* fix(core): fix a bug when key in smart carddev/2.0.7Saturneric2022-05-123-21/+48
|
* fix(ui): adjuest timeout value for keyserver testSaturneric2022-05-121-1/+1
|
* feat(ui): support .pgp extensionSaturneric2022-05-121-15/+20
|
* fix(core): let exposed api use FileOperatorSaturneric2022-05-121-27/+6
|
* fix(ui): remove spaces in export key filenameSaturneric2022-05-121-3/+12
|
* feat(ui): more advanced charset functionsSaturneric2022-05-123-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 operationsSaturneric2022-05-123-10/+205
| | | | | 1. introduce library icu 2. add CharsetOperator
* feat: improve UI library's encapsulationSaturneric2022-05-096-143/+154
|
* fix: modified init orderSaturneric2022-05-091-40/+40
|
* fix: avoid block when refreshing keysdev/2.0.6Saturneric2022-05-091-20/+24
|
* fix: fix build issues on linux platformSaturneric2022-05-093-105/+109
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-0924-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 buildSaturneric2022-05-083-4/+11
| | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource