aboutsummaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: tiny fixessaturneric2025-01-271-16/+13
|
* refactor: clean up code and reduce duplicationsaturneric2025-01-271-169/+25
|
* refactor: reduce code duplication of gnupg operationssaturneric2025-01-271-14/+23
|
* refactor: reduce code duplication of gnupg file operationssaturneric2025-01-271-25/+6
|
* refactor: reduce code duplicationsaturneric2025-01-2710-570/+440
|
* feat: check gpg components before startsaturneric2025-01-271-21/+39
|
* refactor: clean up codesaturneric2025-01-272-6/+3
|
* fix: kill all gnupg daemons in a proper waysaturneric2025-01-276-183/+225
|
* feat: users can choose which crypto tool bar buttons are displayedsaturneric2025-01-261-6/+7
|
* fix: improve code compatibilitysaturneric2025-01-2611-37/+14
|
* fix: optimums unknown fpr verifying helpersaturneric2025-01-262-3/+3
|
* feat: allow file batch operationssaturneric2025-01-263-8/+4
|
* fix: 'std::future' is defined in header '<future>'saturneric2025-01-261-0/+2
|
* fix: create app config path if possiblesaturneric2025-01-211-0/+5
|
* fix: make app fully portablesaturneric2025-01-213-3/+11
|
* feat: enhance key db functionssaturneric2025-01-218-89/+163
| | | | | | 1. allow using relative key db path 2. allow editing default key db 3. use a key db in own directory at portable mode
* Merge branch 'develop' into dev/2.1.6/mainsaturneric2025-01-213-360/+69
|\
| * fix: ResizeToContents behaviors of key listsaturneric2024-12-211-52/+69
| |
| * fix: adjust the width of key list cell correctlysaturneric2024-12-203-309/+1
| |
* | refactor: using qt containers instead of std containerssaturneric2024-12-1350-354/+205
|/
* fix: solve memory issues discovered on linuxsaturneric2024-12-031-1/+3
|
* fix: compiler warningssaturneric2024-12-033-4/+12
|
* fix: variable 'mods_path' is reassigned a value before the old one has been ↵saturneric2024-12-033-34/+52
| | | | used.
* fix: discovered issues by testingsaturneric2024-12-031-0/+2
|
* fix: integrated modules loading pathsaturneric2024-12-031-2/+7
|
* fix: discovered issuessaturneric2024-12-025-27/+30
|
* fix: ui initializes before core fully initializedsaturneric2024-12-021-7/+6
|
* fix: support debug module loading by AppImagesaturneric2024-12-021-8/+8
|
* fix: qt5 build issuessaturneric2024-12-022-0/+16
|
* translation: update ts filessaturneric2024-12-014-4/+47
|
* feat: check commit hash from remotesaturneric2024-12-011-0/+7
|
* fix: discovered bugs on windows platformsaturneric2024-12-011-1/+7
|
* fix: solve build issues in devops processsaturneric2024-12-013-0/+11
|
* Merge branch 'dev/2.1.5/mingw' into developsaturneric2024-12-0110-84/+99
|\
| * fix: solve build issue on windowssaturneric2024-11-302-2/+3
| |
| * fix: debug lib and runtime output dir should be same as releasesaturneric2024-11-301-7/+0
| |
| * feat: improve app structure on windowssaturneric2024-11-302-44/+40
| |
| * fix: solve discovered issuessaturneric2024-11-301-1/+11
| |
| * fix: getting gpg-agent to start automatically on macOSsaturneric2024-11-301-10/+13
| |
| * fix: correct algo namesaturneric2024-11-291-4/+4
| |
| * fix: solve discoverd issues on email functionssaturneric2024-11-281-3/+0
| |
| * fix: reduce unnecessary cache write to disksaturneric2024-11-281-15/+24
| |
| * feat: support decrypt & verify emailsaturneric2024-11-281-1/+0
| |
| * feat: improve ui logic and support more email operationssaturneric2024-11-272-0/+7
| |
* | fix: solve nightly build issuessaturneric2024-11-272-4/+2
|/
* fix: solve qt6 build issuesaturneric2024-11-261-2/+2
|
* feat: support uid revoke and uid delete operationssaturneric2024-11-266-264/+632
|
* feat: support verifying email through eml datasaturneric2024-11-251-0/+3
|
* fix: remove bug on module register monitoringsaturneric2024-11-252-1/+5
|
* fix: solve a race situation at unit test modesaturneric2024-11-251-1/+1
|