aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: double-click key table row wil show detail dialogsaturneric2024-07-281-0/+12
|
* feat: log pattern should be different at release modesaturneric2024-07-281-4/+8
|
* feat: add paper key module supportsaturneric2024-07-284-7/+188
|
* fix: remove invalid parameters from the SDKsaturneric2024-07-282-4/+3
|
* fix: correct the spelling of 'deactivate'saturneric2024-07-285-10/+10
|
* fix: can not import binary key datasaturneric2024-07-284-7/+7
|
* fix: passphrase corrected is not correct as the real onesaturneric2024-07-281-36/+28
|
* fix: do some clean up for removal of pinentrysaturneric2024-07-272-4/+5
|
* feat: move pinentry out of source codesaturneric2024-07-2729-3057/+26
|
* feat: improve sdk api for pinentry modulesaturneric2024-07-279-45/+77
|
* fix: discover and solve some memory issuessaturneric2024-07-275-25/+25
|
* fix: indirect memory leak issuessaturneric2024-07-263-10/+12
|
* fix: clean up warningssaturneric2024-07-265-12/+16
|
* feat: remove spdlog and clean up logsaturneric2024-07-26107-1638/+683
|
* fix: solve the wayland issue of flatpak and fix urls at appstream meta filesaturneric2024-07-261-3/+0
| | | | cause: QApplication inadvertently initialised twice
* fix: Qt6CoreConfigureFileTemplate.in does not existsaturneric2024-07-251-20/+1
|
* feat: add an ASAN option to enable a memory debugging modesaturneric2024-07-252-26/+8
|
* feat: move out GnuPGTabsaturneric2024-07-247-412/+19
|
* feat: add some ui apis to sdksaturneric2024-07-1220-223/+585
|
* feat: adjust modules loading pathsaturneric2024-07-127-72/+87
|
* feat: improve the project structuresaturneric2024-07-1226-9/+31
|
* feat: move modules' code out of reposaturneric2024-07-1018-1799/+26
|
* feat: support generate elgamal subkeysaturneric2024-06-291-0/+23
|
* feat: enable sorting and add column "comment" at key tablesaturneric2024-06-286-13/+31
|
* refactor: rewrite KeyMenuAbilitysaturneric2024-06-286-23/+49
|
* feat: user can select shown columns at key tablesaturneric2024-06-2814-362/+622
|
* feat: rewrite key list structure and logicsaturneric2024-06-0217-505/+989
|
* fix: cannot show version in about tabsaturneric2024-05-173-5/+6
|
* fix: remove qt5compat and redirect dll output path of modulessaturneric2024-05-112-2/+4
|
* fix: add c++ header "optional"saturneric2024-05-111-0/+4
|
* fix: update translationssaturneric2024-05-111-1/+1
|
* feat: let user select keys to sync from key serversaturneric2024-05-114-17/+58
|
* fix: modules should be activated before adding actions to menusaturneric2024-05-111-2/+10
|
* fix: use gfalloc functions properlydev/2.1.3/qt5saturneric2024-05-111-1/+4
|
* fix: use qvector instead of qlist at qt5 envsaturneric2024-05-111-31/+37
|
* fix: use keyValueBegin() and keyValueEnd() at qt5 envsaturneric2024-05-111-0/+7
|
* fix: try to get style name at qt5 envsaturneric2024-05-111-0/+9
|
* fix: use &(exec_contexts.first()) instead of exec_contexts.constData() at ↵saturneric2024-05-111-1/+4
| | | | qt5 env
* fix: rewrite function signature SlotMkdirBelowAtSelectedItemsaturneric2024-05-111-1/+1
|
* fix: move some of the functions in TaskRunner.h into public scope instead of ↵saturneric2024-05-111-2/+0
| | | | public slots.
* fix: mod_gpg_info use qt5::core at qt5 envsaturneric2024-05-111-4/+7
|