aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-21docs(core): add commentmusing1-0/+1
2022-05-21fix: solve key server import not working issuesSaturneric1-72/+47
2022-05-20fix(ui): there is possible null pointer dereferenceSaturneric1-1/+1
2022-05-20fix: solve issue caused by sig bufferSaturneric1-1/+1
2022-05-20refactor: modify basic operations slots in main windowSaturneric1-155/+209
2022-05-20feat: explain Not Fully Valid reasonSaturneric1-4/+5
2022-05-20fix: remove useless log in Channel systemSaturneric2-19/+6
2022-05-20feat: track pending tasks in task runner systemSaturneric5-16/+53
2022-05-20fix: improve about dialog about version checkingSaturneric1-9/+10
2022-05-20pref: improve compiling speedSaturneric2-3/+4
2022-05-20refactor: change version checking to taskSaturneric5-89/+152
2022-05-20feat: handle application's exceptions and crashSaturneric4-82/+191
2022-05-20fix: connect correct signalSaturneric1-1/+2
2022-05-19fix: improve settings dialog style on macOSSaturneric2-15/+25
2022-05-19fix: solve general problems for compilingSaturneric7-53/+42
2022-05-19fix: adjust initialized order and organizeSaturneric4-26/+9
1. disable command line file arg input ability
2022-05-19pref: improve pch for compiling speedSaturneric8-66/+68
2022-05-19refactor: change log level for task systemSaturneric5-49/+39
2022-05-19perf: improve initialized and recover processSaturneric6-95/+165
1. init logging system 2. init ui 3. init main
2022-05-15fix: solve dll export problem on inner classSaturneric1-3/+27
2022-05-15fix: need to link bcrypt in mingw for uuidSaturneric1-0/+4
2022-05-15fix: solve heading file include problem.Saturneric2-3/+5
2022-05-15feat: update macOS App Bundle ciSaturneric1-0/+3
2022-05-14refactor: modified part of ui processing codeSaturneric2-194/+323
2022-05-14feat: improve processing using task runner systemSaturneric3-13/+24
2022-05-14feat(core): upgrade task runner system.Saturneric4-24/+270
2022-05-14fix: add deb dependency libicu66Saturneric1-1/+1
2022-05-13fix(core): solve memory access issuesSaturneric1-2/+3
1. use gpg_key, not key(has been moved).
2022-05-13fix: slove loading issues at initSaturneric1-0/+10
1. block the main thread until the gpg context is loaded.
2022-05-13fix: solve build issuesSaturneric1-4/+6
1. target_link_libraries scope 2. icu version minimum
2022-05-13fix: slove shared link problemSaturneric1-1/+1
2022-05-13fix: solve codacy issuesSaturneric1-1/+1
2022-05-13feat: add a simple TaskRunner systemSaturneric18-229/+655
1. solve multiple threads problem.
2022-05-13perf: improve core performanceSaturneric1-3/+3
2022-05-13fix: solve build issuesSaturneric1-3/+3
1. target_link_libraries scope 2. icu version minimum
2022-05-12fix(core): fix a bug when key in smart carddev/2.0.7Saturneric3-21/+48
2022-05-12fix(ui): adjuest timeout value for keyserver testSaturneric1-1/+1
2022-05-12feat(ui): support .pgp extensionSaturneric1-15/+20
2022-05-12fix(core): let exposed api use FileOperatorSaturneric1-27/+6
2022-05-12fix(ui): remove spaces in export key filenameSaturneric1-3/+12
2022-05-12feat(ui): more advanced charset functionsSaturneric3-55/+136
1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations
2022-05-12feat(core): add charset operationsSaturneric3-10/+205
1. introduce library icu 2. add CharsetOperator
2022-05-09feat: improve UI library's encapsulationSaturneric6-143/+154
2022-05-09fix: modified init orderSaturneric1-40/+40
2022-05-09fix: avoid block when refreshing keysdev/2.0.6Saturneric1-20/+24
2022-05-09fix: fix build issues on linux platformSaturneric3-105/+109
2022-05-09fix: fix crash poblem when doing operationsSaturneric24-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-08feat: add full support for xocde buildSaturneric3-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-08feat: merge tiny third_party library into coreSaturneric2-5/+7
1. code detecting 2. qt-aes
2022-05-08fix: solve issues in linux compilingSaturneric2-4/+5
1. deb dependency update 2. ci update