aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-28fix: update module metadata translations at soft restartsaturneric2-14/+9
2024-09-28feat: remove steganography menusaturneric2-8/+9
2024-08-16fix: should check if data object existssaturneric1-1/+1
2024-08-05fix: unchecking some check boxes at gnupg controller will not restartsaturneric1-0/+12
2024-08-05fix: filling in missing translationssaturneric1-2/+2
2024-08-05fix: app only build issuesaturneric2-2/+2
2024-08-05feat: add setting iconsaturneric1-0/+1
2024-08-05fix: correct spelling mistakessaturneric1-4/+3
2024-08-05fix: key server adding or switching is actually not workingsaturneric9-19/+36
2024-08-05fix: custom key database feature not workingsaturneric3-14/+13
2024-08-05fix: remove mimalloc from sourcesaturneric4-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.
2024-07-31fix: symbol export headers relative pathsaturneric3-2/+5
2024-07-31fix: addressing some of the significant deficiencies identifiedsaturneric30-232/+659
2024-07-30fix: correct a mistakesaturneric1-3/+2
2024-07-30fix: do clean upsaturneric17-69/+78
2024-07-30feat: simplify loggingsaturneric57-519/+422
2024-07-30fix: use standard os detection macrosaturneric12-97/+91
2024-07-30fix: use standard qt version checking macrosaturneric8-33/+40
2024-07-30fix: do some build config clean upsaturneric3-25/+6
2024-07-29fix: should add find package GTestsaturneric2-2/+2
2024-07-29feat: update copyright infosaturneric322-429/+403
2024-07-29feat: update SECURITY.md and adjust Doxyfile locationsaturneric1-0/+2579
2024-07-29fix: distinguishing Error Alerts for Ppaer Key Operation Failuressaturneric1-3/+3
2024-07-29fix: solve ci issuessaturneric2-37/+8
2024-07-29fix: should not install mimalloc after buildsaturneric1-8/+0
2024-07-29fix: should build mimalloc separatelysaturneric1-1/+3
2024-07-29fix: use system installed libarchive on windows at full sdk buildsaturneric1-1/+2
2024-07-29fix: avoid using in-repo third parties libraries on windows at full sdk buildsaturneric2-2/+4
2024-07-29fix: try to solve dependencies issues at app only build on windowssaturneric1-0/+3
2024-07-29fix: first three actions on menubar not clickablesaturneric1-1/+1
2024-07-29fix: add some missing dllssaturneric1-0/+16
2024-07-29feat: support application only build type on windowssaturneric1-143/+152
2024-07-29fix: exporter should return err properlysaturneric1-4/+4
2024-07-29fix: untrack GFSDKBuildInfo.hsaturneric1-36/+0
2024-07-29fix: solve qt5 problemssaturneric10-539/+554
2024-07-28fix: solve some known issuessaturneric4-7/+8
2024-07-28fix: adjust minimum width of settings dialogsaturneric1-1/+1
2024-07-28fix: avoid qm files attached to multiple targets (not allow by xcode 14 later)saturneric1-6/+13
2024-07-28fix: a mistake at src/CMakeLists.txtsaturneric1-1/+1
2024-07-28fix: remove mimalloc from apple platform in cmake configsaturneric2-38/+47
2024-07-28fix: adjust min size of main window and key managementsaturneric3-5/+5
2024-07-28fix: do not use mimalloc on macos and solve windows build issues on github ↵saturneric2-9/+21
actions
2024-07-28fix: try to fix build process of git actionsdev/2.1.3/mainsaturneric1-13/+3
2024-07-28fix: application should link gpgfrontend_coresaturneric1-1/+1
2024-07-28fix: correct header search path of applicationsaturneric1-1/+4
2024-07-28fix: must install all headers of test, ui and core and set include path properlysaturneric2-8/+25
2024-07-28fix: remove libs from install lists at app build only modesaturneric1-1/+6
2024-07-28feat: support more build modesaturneric7-6/+61
2024-07-28fix: errors in judgment conditionssaturneric1-2/+2
2024-07-28feat: user can prevent all modulessaturneric3-7/+28