aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix: filling in missing translationssaturneric2024-08-051-2/+2
| |
| * fix: app only build issuesaturneric2024-08-052-2/+2
| |
| * feat: add setting iconsaturneric2024-08-051-0/+1
| |
| * fix: correct spelling mistakessaturneric2024-08-051-4/+3
| |
| * fix: key server adding or switching is actually not workingsaturneric2024-08-059-19/+36
| |
| * fix: custom key database feature not workingsaturneric2024-08-053-14/+13
| |
| * fix: remove mimalloc from sourcesaturneric2024-08-054-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 pathsaturneric2024-07-313-2/+5
|/
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-3130-232/+659
|
* fix: correct a mistakesaturneric2024-07-301-3/+2
|
* fix: do clean upsaturneric2024-07-3017-69/+78
|
* feat: simplify loggingsaturneric2024-07-3057-519/+422
|
* fix: use standard os detection macrosaturneric2024-07-3012-97/+91
|
* fix: use standard qt version checking macrosaturneric2024-07-308-33/+40
|
* fix: do some build config clean upsaturneric2024-07-303-25/+6
|
* fix: should add find package GTestsaturneric2024-07-292-2/+2
|
* feat: update copyright infosaturneric2024-07-29322-429/+403
|
* feat: update SECURITY.md and adjust Doxyfile locationsaturneric2024-07-291-0/+2579
|
* Merge branch 'develop' of github.com:saturneric/GpgFrontend into developsaturneric2024-07-292-37/+8
|\
| * fix: solve ci issuessaturneric2024-07-292-37/+8
| |
* | Merge branch 'develop' of ↵saturneric2024-07-296-183/+172
|\| | | | | | | ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop
| * fix: should not install mimalloc after buildsaturneric2024-07-291-8/+0
| |
| * fix: should build mimalloc separatelysaturneric2024-07-291-1/+3
| |
| * fix: use system installed libarchive on windows at full sdk buildsaturneric2024-07-291-1/+2
| |
| * fix: avoid using in-repo third parties libraries on windows at full sdk buildsaturneric2024-07-292-2/+4
| |
| * fix: try to solve dependencies issues at app only build on windowssaturneric2024-07-291-0/+3
| |
| * fix: first three actions on menubar not clickablesaturneric2024-07-291-1/+1
| |
| * fix: add some missing dllssaturneric2024-07-291-0/+16
| |
| * feat: support application only build type on windowssaturneric2024-07-291-143/+152
| |
| * fix: exporter should return err properlysaturneric2024-07-291-4/+4
| |
| * fix: untrack GFSDKBuildInfo.hsaturneric2024-07-291-36/+0
| |
* | fix: distinguishing Error Alerts for Ppaer Key Operation Failuressaturneric2024-07-291-3/+3
|/
* fix: solve qt5 problemssaturneric2024-07-2910-539/+554
|
* fix: solve some known issuessaturneric2024-07-284-7/+8
|
* fix: adjust minimum width of settings dialogsaturneric2024-07-281-1/+1
|
* fix: avoid qm files attached to multiple targets (not allow by xcode 14 later)saturneric2024-07-281-6/+13
|
* fix: a mistake at src/CMakeLists.txtsaturneric2024-07-281-1/+1
|
* fix: remove mimalloc from apple platform in cmake configsaturneric2024-07-282-38/+47
|
* Merge branch 'develop' of github.com:saturneric/GpgFrontend into developsaturneric2024-07-282-9/+21
|\
| * fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric2024-07-282-9/+21
| | | | | | | | actions
* | fix: adjust min size of main window and key managementsaturneric2024-07-283-5/+5
|/
* fix: try to fix build process of git actionsdev/2.1.3/mainsaturneric2024-07-281-13/+3
|
* fix: application should link gpgfrontend_coresaturneric2024-07-281-1/+1
|
* fix: correct header search path of applicationsaturneric2024-07-281-1/+4
|
* fix: must install all headers of test, ui and core and set include path properlysaturneric2024-07-282-8/+25
|
* fix: remove libs from install lists at app build only modesaturneric2024-07-281-1/+6
|
* feat: support more build modesaturneric2024-07-287-6/+61
|
* fix: errors in judgment conditionssaturneric2024-07-281-2/+2
|
* feat: user can prevent all modulessaturneric2024-07-283-7/+28
|
* feat: search for keywords in all uidssaturneric2024-07-281-3/+8
|