Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: update translation it_ITdev/2.1.4/main | saturneric | 2024-10-03 | 2 | -1060/+1065 |
| | |||||
* | fix: update module metadata translations at soft restart | saturneric | 2024-09-28 | 3 | -14/+9 |
| | |||||
* | feat: remove steganography menu | saturneric | 2024-09-28 | 5 | -8/+11 |
| | |||||
* | Merge branch 'dev/2.1.4/main' | saturneric | 2024-08-17 | 3 | -3/+3 |
|\ | |||||
| * | feat: macos auto create dmg | saturneric | 2024-08-17 | 2 | -2/+2 |
| | | |||||
| * | fix: should check if data object exists | saturneric | 2024-08-16 | 1 | -1/+1 |
| | | |||||
* | | fix: update README.md | saturneric | 2024-08-17 | 1 | -7/+15 |
|/ | |||||
* | fix: make post adjustments | saturneric | 2024-08-12 | 2 | -16/+12 |
| | |||||
* | fix: desktop-lite set vnc and web ports | saturneric | 2024-08-12 | 1 | -6/+13 |
| | |||||
* | feat: setup vnc support and post-create.sh | saturneric | 2024-08-12 | 2 | -18/+26 |
| | |||||
* | feat: more customization and fix post create commands | saturneric | 2024-08-12 | 1 | -13/+23 |
| | |||||
* | fix: some issues when using dev container | saturneric | 2024-08-12 | 2 | -1/+16 |
| | |||||
* | fix: use apt to install qt6 | saturneric | 2024-08-12 | 1 | -7/+4 |
| | |||||
* | feat: add c++ dev container config | saturneric | 2024-08-12 | 4 | -15/+132 |
| | |||||
* | Create devcontainer.json | Saturn&Eric | 2024-08-12 | 1 | -0/+17 |
| | |||||
* | fix: according to issues and test, apply some fixesv2.1.4 | saturneric | 2024-08-05 | 27 | -716/+4787 |
|\ | |||||
| * | fix: unchecking some check boxes at gnupg controller will not restart | saturneric | 2024-08-05 | 1 | -0/+12 |
| | | |||||
| * | fix: filling in missing translations | saturneric | 2024-08-05 | 3 | -586/+4714 |
| | | |||||
| * | fix: app only build issue | saturneric | 2024-08-05 | 2 | -2/+2 |
| | | |||||
| * | feat: add setting icon | saturneric | 2024-08-05 | 3 | -0/+2 |
| | | |||||
| * | 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 | 7 | -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 pipeline | saturneric | 2024-07-31 | 2 | -2/+4 |
| | | |||||
* | | 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 | 31 | -232/+659 |
| | |||||
* | fix: dealing with unknown compiler | saturneric | 2024-07-30 | 1 | -0/+3 |
| | |||||
* | 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 | 58 | -519/+424 |
| | |||||
* | fix: solve known issues on build | saturneric | 2024-07-30 | 2 | -4/+5 |
| | |||||
* | fix: use standard os detection macro | saturneric | 2024-07-30 | 13 | -100/+91 |
| | |||||
* | feat: should check build capability at dev branch | saturneric | 2024-07-30 | 2 | -4/+4 |
| | |||||
* | fix: use standard qt version checking macro | saturneric | 2024-07-30 | 9 | -40/+40 |
| | |||||
* | fix: do some build config clean up | saturneric | 2024-07-30 | 3 | -25/+6 |
| | |||||
* | fix: remove googletest, libarchive and mimalloc source code from repo | saturneric | 2024-07-30 | 6 | -17/+3 |
| | |||||
* | fix: should add find package GTest | saturneric | 2024-07-29 | 2 | -2/+2 |
| | |||||
* | feat: update modules | saturneric | 2024-07-29 | 1 | -0/+0 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 325 | -434/+410 |
| | |||||
* | fix: solve some issues form codeql ci yml | saturneric | 2024-07-29 | 1 | -0/+16 |
| | |||||
* | feat: update appstream info | saturneric | 2024-07-29 | 2 | -28/+31 |
| | |||||
* | feat: update github/codeql-action/init to v3 | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | feat: update SECURITY.md and adjust Doxyfile location | saturneric | 2024-07-29 | 2 | -5/+4 |
| | |||||
* | feat: update google test to v1.15.0 | saturneric | 2024-07-29 | 1 | -0/+0 |
| | |||||
* | Merge branch 'develop' | saturneric | 2024-07-29 | 218 | -10296/+5920 |
|\ | |||||
| * | Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop | saturneric | 2024-07-29 | 4 | -45/+15 |
| |\ | |||||
| | * | fix: solve ci issues | saturneric | 2024-07-29 | 5 | -45/+15 |
| | | | |||||
| * | | Merge branch 'develop' of ↵ | saturneric | 2024-07-29 | 13 | -260/+278 |
| |\| | | | | | | | | | | ssh://ssh.git.bktus.com:2222/GpgFrontend/GpgFrontend into develop | ||||
| | * | fix: solve some known issues at ci build configs | saturneric | 2024-07-29 | 2 | -2/+4 |
| | | |