1
0

1377 Commits

Author SHA1 Message Date
3d84beaf22 fix: clean up warnings 2024-07-26 18:33:09 +02:00
37a62a8d0b feat: remove spdlog and clean up log 2024-07-26 18:24:34 +02:00
d322e76533 fix: correct urls at appdata.xml 2024-07-26 12:34:19 +02:00
71b9ea8d3a fix: correct urls at appdata.xml
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
Doxygen Generation / Dispatch to GpgFrontend-Doxygen (push) Has been cancelled
Build & Package Qt5 / build (ubuntu-20.04) (push) Has been cancelled
Build & Package Qt5 / build (windows-2019) (push) Has been cancelled
Build & Package / build (macos-11) (push) Has been cancelled
Build & Package / build (macos-12) (push) Has been cancelled
Build & Package / build (ubuntu-20.04) (push) Has been cancelled
Build & Package / build (windows-2019) (push) Has been cancelled
v2.1.3
2024-07-26 12:30:59 +02:00
cd191d4f87 fix: Qt6CoreConfigureFileTemplate.in does not exist
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
Doxygen Generation / Dispatch to GpgFrontend-Doxygen (push) Waiting to run
Build & Package Qt5 / build (ubuntu-20.04) (push) Waiting to run
Build & Package Qt5 / build (windows-2019) (push) Waiting to run
Build & Package / build (macos-11) (push) Waiting to run
Build & Package / build (macos-12) (push) Waiting to run
Build & Package / build (ubuntu-20.04) (push) Waiting to run
Build & Package / build (windows-2019) (push) Waiting to run
2024-07-26 12:12:49 +02:00
09f6952d0a fix: solve the wayland issue of flatpak and fix urls at appstream meta file
cause: QApplication inadvertently initialised twice
2024-07-26 12:08:07 +02:00
8e70452cbe fix: solve the wayland issue of flatpak and fix urls at appstream meta file
Some checks are pending
CodeQL / Analyze (cpp) (push) Waiting to run
Doxygen Generation / Dispatch to GpgFrontend-Doxygen (push) Waiting to run
Build & Package Qt5 / build (ubuntu-20.04) (push) Waiting to run
Build & Package Qt5 / build (windows-2019) (push) Waiting to run
Build & Package / build (macos-11) (push) Waiting to run
Build & Package / build (macos-12) (push) Waiting to run
Build & Package / build (ubuntu-20.04) (push) Waiting to run
Build & Package / build (windows-2019) (push) Waiting to run
cause: QApplication inadvertently initialised twice
2024-07-26 12:01:34 +02:00
85eff35d7b fix: Qt6CoreConfigureFileTemplate.in does not exist 2024-07-25 19:15:21 +02:00
cc9b3fcdd7 fix: update GeneralSettings ui file 2024-07-25 18:24:34 +02:00
6728888b87 feat: add an ASAN option to enable a memory debugging mode 2024-07-25 13:31:16 +02:00
ed9f905440 feat: update mimalloc to v2.1.7 2024-07-25 13:26:44 +02:00
71ca9724b8 feat: move out GnuPGTab 2024-07-24 16:01:55 +02:00
d1d6859e2a feat: add some ui apis to sdk 2024-07-12 20:38:16 +02:00
bc52ba74b4 feat: adjust modules loading path 2024-07-12 15:18:34 +02:00
9f61a1f86c feat: improve the project structure 2024-07-12 14:58:34 +02:00
c0a2987afd feat: move modules' code out of repo 2024-07-10 16:17:40 +02:00
30c3a52fc7 feat: add macos 13 and 14 and remove macos 11 in ci build config 2024-07-05 19:54:13 +02:00
12fdf94b85 feat: support generate elgamal subkey 2024-06-29 13:21:52 +02:00
2c42d6cb72 feat: enable sorting and add column "comment" at key table 2024-06-28 23:31:45 +02:00
19926663f1 refactor: rewrite KeyMenuAbility 2024-06-28 23:20:04 +02:00
d0333031c1 feat: user can select shown columns at key table 2024-06-28 23:05:25 +02:00
e7694f9a07 feat: rewrite key list structure and logic 2024-06-02 22:03:59 +02:00
63dbe4a917 fix: cannot show version in about tab 2024-05-17 18:33:21 +02:00
f909f2c4c3
Merge pull request #148 from saturneric/develop
Develop 2.1.3.1
2024-05-11 19:18:36 +02:00
952ed73f96 fix: remove qt5compat and redirect dll output path of modules 2024-05-11 18:57:02 +02:00
7a78be409c fix: add mingw-w64-x86_64-icu-73.2-1-any.pkg.tar.zst to solve uic.exe error 2024-05-11 18:17:03 +02:00
0158b70e98 fix: upgrade to actions/checkout@v4 2024-05-11 17:43:03 +02:00
f9fe0ce3d2 fix: update README.md 2024-05-11 17:42:21 +02:00
22bbde3ae3 fix: solve some issues on ci build 2024-05-11 17:26:09 +02:00
aafe6cc3bf fix: downgrade to 6.5.3 on windows build and add qt5 build for linux platform 2024-05-11 17:09:20 +02:00
e9b73447b4 fix: add c++ header "optional" 2024-05-11 16:15:42 +02:00
ba74ab8f0d fix: update translations 2024-05-11 15:46:02 +02:00
a236f22b15 feat: let user select keys to sync from key server 2024-05-11 15:42:53 +02:00
50c8b159eb fix: modules should be activated before adding actions to menu 2024-05-11 15:25:44 +02:00
b63e1cbf33 fix: use gfalloc functions properly 2024-05-11 15:21:40 +02:00
cc184e580f fix: use qvector instead of qlist at qt5 env 2024-05-11 15:12:27 +02:00
1e33c5c4fb fix: use keyValueBegin() and keyValueEnd() at qt5 env 2024-05-11 15:06:23 +02:00
4d07173fee fix: try to get style name at qt5 env 2024-05-11 15:02:37 +02:00
0c4eae9b24 fix: use &(exec_contexts.first()) instead of exec_contexts.constData() at qt5 env 2024-05-11 14:56:41 +02:00
427c983ca2 fix: rewrite function signature SlotMkdirBelowAtSelectedItem 2024-05-11 14:51:15 +02:00
942304feea fix: move some of the functions in TaskRunner.h into public scope instead of public slots. 2024-05-11 14:48:49 +02:00
2da9c5dbc9 fix: mod_gpg_info use qt5::core at qt5 env 2024-05-11 14:44:28 +02:00
66ce041e6b fix: add mods into linuxdeployqt executable dir 2024-05-11 13:29:39 +02:00
6a7a9ae620 fix: add libgpgfrontend_module_sdk as a installed share library 2024-05-11 12:41:14 +02:00
10cccc1825 fix: solve flatpak build issue 2024-05-10 21:54:20 +02:00
07ed6ad30b fix: editing subkey expire date of public key ring is forbidden 2024-05-04 18:06:54 +02:00
44b4c03d92 feat: update translations 2024-05-03 21:49:44 +02:00
a092a81221 fix: solve a build issue and add a tip for integrated module 2024-05-03 21:40:33 +02:00
e0f69cce6c fix: continue to solve safe issues 2024-05-03 21:32:09 +02:00
f98bb44e24 feat: add german translations and fix a chinese translation 2024-05-03 21:22:17 +02:00