Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix: filling in missing translations | saturneric | 2024-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | fix: app only build issue | saturneric | 2024-08-05 | 2 | -2/+2 | |
| | | ||||||
| * | feat: add setting icon | saturneric | 2024-08-05 | 1 | -0/+1 | |
| | | ||||||
| * | fix: correct spelling mistakes | saturneric | 2024-08-05 | 1 | -4/+3 | |
| | | ||||||
| * | fix: key server adding or switching is actually not working | saturneric | 2024-08-05 | 9 | -19/+36 | |
| | | ||||||
| * | fix: custom key database feature not working | saturneric | 2024-08-05 | 3 | -14/+13 | |
| | | ||||||
| * | fix: remove mimalloc from source | saturneric | 2024-08-05 | 4 | -44/+7 | |
| | | | | | | | | Too bad, under Flatpak or even under Windows, this library can cause the program to crash. The reason for this is that there are some places that do not override the memory allocation method, but this does not guarantee that the mimalloc library will be loaded first in some environments (especially Flatpak) so I think it would be better to let the user install it themselves rather than include this library. Then override all mallocs as needed, which is easy to do. Sacrificing some of the security of the default state for the stability of the program feels necessary to me. | |||||
* | | fix: symbol export headers relative path | saturneric | 2024-07-31 | 3 | -2/+5 | |
|/ | ||||||
* | fix: addressing some of the significant deficiencies identified | saturneric | 2024-07-31 | 30 | -232/+659 | |
| | ||||||
* | fix: correct a mistake | saturneric | 2024-07-30 | 1 | -3/+2 | |
| | ||||||
* | fix: do clean up | saturneric | 2024-07-30 | 17 | -69/+78 | |
| | ||||||
* | feat: simplify logging | saturneric | 2024-07-30 | 57 | -519/+422 | |
| | ||||||
* | fix: use standard os detection macro | saturneric | 2024-07-30 | 12 | -97/+91 | |
| | ||||||
* | fix: use standard qt version checking macro | saturneric | 2024-07-30 | 8 | -33/+40 | |
| | ||||||
* | fix: do some build config clean up | saturneric | 2024-07-30 | 3 | -25/+6 | |
| | ||||||
* | fix: should add find package GTest | saturneric | 2024-07-29 | 2 | -2/+2 | |
| | ||||||
* | feat: update copyright info | saturneric | 2024-07-29 | 322 | -429/+403 | |
| | ||||||
* | feat: update SECURITY.md and adjust Doxyfile location | saturneric | 2024-07-29 | 1 | -0/+2579 | |
| | ||||||
* | Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop | saturneric | 2024-07-29 | 2 | -37/+8 | |
|\ | ||||||
| * | fix: solve ci issues | saturneric | 2024-07-29 | 2 | -37/+8 | |
| | | ||||||
* | | Merge branch 'develop' of ↵ | saturneric | 2024-07-29 | 6 | -183/+172 | |
|\| | | | | | | | ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop | |||||
| * | fix: should not install mimalloc after build | saturneric | 2024-07-29 | 1 | -8/+0 | |
| | | ||||||
| * | fix: should build mimalloc separately | saturneric | 2024-07-29 | 1 | -1/+3 | |
| | | ||||||
| * | fix: use system installed libarchive on windows at full sdk build | saturneric | 2024-07-29 | 1 | -1/+2 | |
| | | ||||||
| * | fix: avoid using in-repo third parties libraries on windows at full sdk build | saturneric | 2024-07-29 | 2 | -2/+4 | |
| | | ||||||
| * | fix: try to solve dependencies issues at app only build on windows | saturneric | 2024-07-29 | 1 | -0/+3 | |
| | | ||||||
| * | fix: first three actions on menubar not clickable | saturneric | 2024-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | fix: add some missing dlls | saturneric | 2024-07-29 | 1 | -0/+16 | |
| | | ||||||
| * | feat: support application only build type on windows | saturneric | 2024-07-29 | 1 | -143/+152 | |
| | | ||||||
| * | fix: exporter should return err properly | saturneric | 2024-07-29 | 1 | -4/+4 | |
| | | ||||||
| * | fix: untrack GFSDKBuildInfo.h | saturneric | 2024-07-29 | 1 | -36/+0 | |
| | | ||||||
* | | fix: distinguishing Error Alerts for Ppaer Key Operation Failures | saturneric | 2024-07-29 | 1 | -3/+3 | |
|/ | ||||||
* | fix: solve qt5 problems | saturneric | 2024-07-29 | 10 | -539/+554 | |
| | ||||||
* | fix: solve some known issues | saturneric | 2024-07-28 | 4 | -7/+8 | |
| | ||||||
* | fix: adjust minimum width of settings dialog | saturneric | 2024-07-28 | 1 | -1/+1 | |
| | ||||||
* | fix: avoid qm files attached to multiple targets (not allow by xcode 14 later) | saturneric | 2024-07-28 | 1 | -6/+13 | |
| | ||||||
* | fix: a mistake at src/CMakeLists.txt | saturneric | 2024-07-28 | 1 | -1/+1 | |
| | ||||||
* | fix: remove mimalloc from apple platform in cmake config | saturneric | 2024-07-28 | 2 | -38/+47 | |
| | ||||||
* | Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop | saturneric | 2024-07-28 | 2 | -9/+21 | |
|\ | ||||||
| * | fix: do not use mimalloc on macos and solve windows build issues on github ↵ | saturneric | 2024-07-28 | 2 | -9/+21 | |
| | | | | | | | | actions | |||||
* | | fix: adjust min size of main window and key management | saturneric | 2024-07-28 | 3 | -5/+5 | |
|/ | ||||||
* | fix: try to fix build process of git actionsdev/2.1.3/main | saturneric | 2024-07-28 | 1 | -13/+3 | |
| | ||||||
* | fix: application should link gpgfrontend_core | saturneric | 2024-07-28 | 1 | -1/+1 | |
| | ||||||
* | fix: correct header search path of application | saturneric | 2024-07-28 | 1 | -1/+4 | |
| | ||||||
* | fix: must install all headers of test, ui and core and set include path properly | saturneric | 2024-07-28 | 2 | -8/+25 | |
| | ||||||
* | fix: remove libs from install lists at app build only mode | saturneric | 2024-07-28 | 1 | -1/+6 | |
| | ||||||
* | feat: support more build mode | saturneric | 2024-07-28 | 7 | -6/+61 | |
| | ||||||
* | fix: errors in judgment conditions | saturneric | 2024-07-28 | 1 | -2/+2 | |
| | ||||||
* | feat: user can prevent all modules | saturneric | 2024-07-28 | 3 | -7/+28 | |
| | ||||||
* | feat: search for keywords in all uids | saturneric | 2024-07-28 | 1 | -3/+8 | |
| |