aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: slove the languange settings issuesaturneric2024-01-1515-121/+95
|
* fix: reload ui should not destroy core and module systemsaturneric2024-01-151-8/+7
|
* fix: remove low level api setjmp to improve corss-platform abilitysaturneric2024-01-154-86/+5
|
* refactor: remove libicu from projectsaturneric2024-01-151-11/+0
|
* refactor: remove libconfig++ form projectsaturneric2024-01-1532-930/+331
|
* fix: clean up useless code and make life easiersaturneric2024-01-157-286/+66
|
* chore: remove qt5 supportsaturneric2024-01-157-144/+32
|
* refactor: remove nlohmann json library from projectsaturneric2024-01-154-94/+59
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-1529-631/+792
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-1274-768/+470
|
* fix: slove a heap-use-after-free issuesaturneric2024-01-121-12/+6
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-12189-2533/+2313
|
* feat: improve api and ui of keys import and exportsaturneric2024-01-1127-573/+653
|
* feat: update core apis, functions and modelssaturneric2024-01-108-188/+206
|
* fix: slove some of the app building issuessaturneric2024-01-093-1/+76
|
* feat: add more genkey algorithms and modessaturneric2024-01-098-166/+133
|
* feat: improve basical opera-result-text structures and add more informationssaturneric2024-01-094-78/+125
|
* fix: slove an issue that adjusting information board's front size makes no sensesaturneric2024-01-081-1/+1
|
* fix: solve compile issuesaturneric2024-01-0813-251/+128
|
* feat: remove save keys checked functionsaturneric2024-01-082-58/+1
|
* fix: move quit dialog to center of parentsaturneric2024-01-083-40/+40
|
* fix: slove issue #123 "Append fingerprint to editor" crashes if there is no ↵saturneric2024-01-084-27/+20
| | | | editor open
* feat: select a directory before entering into the File Browsersaturneric2024-01-086-9/+16
|
* feat: improve tool menus and iconssaturneric2024-01-055-21/+8
|
* fix: slove a multi-threads issue at task modelsaturneric2024-01-056-74/+24
|
* feat: integrate logging api to coresaturneric2024-01-05104-1146/+1217
|
* fix: slove some known issuessaturneric2024-01-0514-122/+110
|
* feat: switch to portable mode by adding a txt file under bin pathsaturneric2024-01-042-25/+23
|
* fix: find and solve some issuessaturneric2024-01-016-40/+30
|
* feat: improve file browser's functions and tidy up codessaturneric2024-01-0110-488/+758
|
* feat: fully test basical operations of archive and filesaturneric2023-12-319-484/+910
|
* feat: do not load entire data to memory in libarchive operationssaturneric2023-12-3014-187/+479
|
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-2819-480/+816
|
* feat: avoid reading entire file to memorysaturneric2023-12-276-227/+295
|
* fix: add test cases and test file basical operationssaturneric2023-12-268-219/+538
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-267-611/+479
|
* feat: upgrade basical operations fully to async style and update test casessaturneric2023-12-2525-460/+654
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-248-115/+88
|
* fix: test the encrypt async api on gui appsaturneric2023-12-248-63/+93
|
* fix: test the initialization of gui applicationsaturneric2023-12-246-42/+107
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-2319-135/+432
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-2318-42/+292
|
* fix: gen key test cases typeid rtti issuessaturneric2023-12-236-16/+207
|
* fix: slove compilation issue on macossaturneric2023-12-226-12/+36
|
* fix: slove cmake configuration problem on macOSsaturneric2023-12-222-2/+19
|
* fix: repair test casessaturneric2023-12-1610-484/+545
|
* fix: use secure memory management at impl classsaturneric2023-12-1618-25/+26
|
* fix: slove memory problem of gpg contextsaturneric2023-12-165-36/+28
|
* fix: clean up envirnoment when app exitssaturneric2023-12-168-22/+43
|
* fix: slove threading and memory issuessaturneric2023-12-1522-297/+389
|