aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: update translation it_ITdev/2.1.4/mainsaturneric2024-10-032-1060/+1065
|
* fix: update module metadata translations at soft restartsaturneric2024-09-283-14/+9
|
* feat: remove steganography menusaturneric2024-09-285-8/+11
|
* Merge branch 'dev/2.1.4/main'saturneric2024-08-173-3/+3
|\
| * feat: macos auto create dmgsaturneric2024-08-172-2/+2
| |
| * fix: should check if data object existssaturneric2024-08-161-1/+1
| |
* | fix: update README.mdsaturneric2024-08-171-7/+15
|/
* fix: make post adjustmentssaturneric2024-08-122-16/+12
|
* fix: desktop-lite set vnc and web portssaturneric2024-08-121-6/+13
|
* feat: setup vnc support and post-create.shsaturneric2024-08-122-18/+26
|
* feat: more customization and fix post create commandssaturneric2024-08-121-13/+23
|
* fix: some issues when using dev containersaturneric2024-08-122-1/+16
|
* fix: use apt to install qt6saturneric2024-08-121-7/+4
|
* feat: add c++ dev container configsaturneric2024-08-124-15/+132
|
* Create devcontainer.jsonSaturn&Eric2024-08-121-0/+17
|
* fix: according to issues and test, apply some fixesv2.1.4saturneric2024-08-0527-716/+4787
|\
| * fix: unchecking some check boxes at gnupg controller will not restartsaturneric2024-08-051-0/+12
| |
| * fix: filling in missing translationssaturneric2024-08-053-586/+4714
| |
| * fix: app only build issuesaturneric2024-08-052-2/+2
| |
| * feat: add setting iconsaturneric2024-08-053-0/+2
| |
| * 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-057-92/+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: build pipelinesaturneric2024-07-312-2/+4
| |
* | fix: symbol export headers relative pathsaturneric2024-07-313-2/+5
|/
* fix: addressing some of the significant deficiencies identifiedsaturneric2024-07-3131-232/+659
|
* fix: dealing with unknown compilersaturneric2024-07-301-0/+3
|
* fix: correct a mistakesaturneric2024-07-301-3/+2
|
* fix: do clean upsaturneric2024-07-3017-69/+78
|
* feat: simplify loggingsaturneric2024-07-3058-519/+424
|
* fix: solve known issues on buildsaturneric2024-07-302-4/+5
|
* fix: use standard os detection macrosaturneric2024-07-3013-100/+91
|
* feat: should check build capability at dev branchsaturneric2024-07-302-4/+4
|
* fix: use standard qt version checking macrosaturneric2024-07-309-40/+40
|
* fix: do some build config clean upsaturneric2024-07-303-25/+6
|
* fix: remove googletest, libarchive and mimalloc source code from reposaturneric2024-07-306-17/+3
|
* fix: should add find package GTestsaturneric2024-07-292-2/+2
|
* feat: update modulessaturneric2024-07-291-0/+0
|
* feat: update copyright infosaturneric2024-07-29325-434/+410
|
* fix: solve some issues form codeql ci ymlsaturneric2024-07-291-0/+16
|
* feat: update appstream infosaturneric2024-07-292-28/+31
|
* feat: update github/codeql-action/init to v3saturneric2024-07-291-1/+1
|
* feat: update SECURITY.md and adjust Doxyfile locationsaturneric2024-07-292-5/+4
|
* feat: update google test to v1.15.0saturneric2024-07-291-0/+0
|
* Merge branch 'develop'saturneric2024-07-29218-10296/+5920
|\
| * Merge branch 'develop' of github.com:saturneric/GpgFrontend into developsaturneric2024-07-294-45/+15
| |\
| | * fix: solve ci issuessaturneric2024-07-295-45/+15
| | |
| * | Merge branch 'develop' of ↵saturneric2024-07-2913-260/+278
| |\| | | | | | | | | | ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop
| | * fix: solve some known issues at ci build configssaturneric2024-07-292-2/+4
| | |