aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/VerifyKeyDetailBox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: support key groupssaturneric12 days1-12/+11
|
* refactor: GpgKey and GpgSubKeysaturneric2025-04-121-2/+2
|
* refactor: clean up codesaturneric2025-01-271-2/+1
|
* fix: test basic operations of multi key db and solve issuessaturneric2024-10-261-4/+10
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: solve discovered bugs and improve ui operationssaturneric2024-01-191-4/+2
|
* refactor: remove libgettext from projectsaturneric2024-01-161-43/+38
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-2/+4
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-39/+40
|
* refactor: separate typedef and implsaturneric2023-11-071-0/+1
|
* refactor: improve the code structure of coresaturneric2023-11-061-0/+1
|
* style: improve code style of coresaturneric2023-10-301-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: simplify settings lookupSaturneric2023-04-051-10/+3
|
* feat: improve ui when gnupg is offlineSaturneric2023-03-311-3/+17
|
* style(src): reformat codeSaturneric2022-07-221-1/+1
|
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-1/+1
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-1/+1
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-2/+2
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-14/+14
| | | | 1. tidy up widgets.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-25/+25
| | | | | 1. Rename related entities. 2. Add a comments.
* Test & Improve UISaturneric2021-12-061-10/+9
|
* Improve UI & FunctionsSaturneric2021-12-061-38/+30
|
* Fix and Modified.Saturneric2021-12-021-1/+1
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-47/+52
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Can be compiled with minimal UI support.Saturneric2021-11-281-5/+5
|
* UI Framework Modified.Saturneric2021-10-021-155/+168
|
* Start to rewrite gpg core.Saturneric2021-08-291-2/+2
|
* Adjust and improve the basic settings pageSaturneric2021-07-041-4/+1
| | | | Other improvements
* Repair and improve the functions and UI related to the upload and update of ↵Saturneric2021-06-211-1/+1
| | | | | | | the key server. Improve part of the UI description. Repair the problems in the project configuration file.
* Adjust and improve the detailed interface of the verification information ↵Saturneric2021-06-051-0/+206
result. Check whether the key can be signed before signing operation. Check whether the key is qualified before encrypting and signing operations. Modify part of the text explanation on the key details tab. Adjust the length and width of the key pair management interface. Add the actual function column to the list on the file operation page. Adjust the file operation page. For the function that displays the actual possession of the key in the key list by default. Add the function of displaying the actual possession of the key in the key details page. Adjust the code structure. Convert the label prompt below into a message board prompt. Signed-off-by: Saturneric <[email protected]>