aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: support owner trust level settings of gpg keySaturneric2023-07-121-1/+1
|
* feat: simplify settings lookupSaturneric2023-04-051-10/+15
|
* fix: reduce info level logsSaturneric2023-02-111-13/+12
|
* feat: change the log style in source filesSaturneric2023-02-031-15/+15
|
* feat: support generate ecc keySaturneric2022-11-261-5/+2
| | | | 1. support elliptische kurve nist
* fix(core, ui): delete some unnecessary logsSaturneric2022-09-031-6/+0
|
* fix(ui): fix user feedback issues.Saturneric2022-09-031-1/+5
| | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* feat: add a simple TaskRunner systemSaturneric2022-05-131-9/+15
| | | | 1. solve multiple threads problem.
* fix(core): fix a bug when key in smart carddev/2.0.7Saturneric2022-05-121-1/+4
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-13/+11
| | | | | | | | 1. refactor GpgFunctionObject to solve shared library problem. 2. fix multi-threading issues in refreshing. 3. improve loading speed for key list 4. improve ui operation 5. do other fixing and improving operations
* refactor: develop 2.0.6 startSaturneric2022-05-071-28/+10
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-191-1/+1
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-3/+3
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-1/+1
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-2/+2
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-4/+5
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-3/+3
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-162/+171
| | | | 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-28/+29
| | | | | 1. Rename related entities. 2. Add a comments.
* <refactor>(ui): Change Sync() to Sync Settings()Saturneric2022-01-121-2/+2
|
* <fix, feature>(core, ui): add key in smart card support.Saturneric2022-01-031-0/+5
| | | | 1.fix problem that when key is in a smart card, the result of FetchKey() is not equal with which provided by GetKey().
* <feature, refactor>(core, ui): Key package generate.Saturneric2022-01-031-4/+58
| | | | | | | | 1. refactor GpgKeyImportExporter to meet with key package generation. 2. add ExportKeyPackageDialog. 3. add Qt AES ability. 4. refactor Key List to provide menu ability control. 5. add check all and uncheck all ability to key list menu.
* <refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-26/+29
|
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-2/+1
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
* <refactor, fixed, test>(core, ui): add & modify core and uiSaturneric2022-01-021-1/+4
| | | | | | 1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
* Continue to add Standalone Support.Saturneric2021-12-201-0/+11
|
* Fixed bugs & Improve Speed.Saturneric2021-12-161-2/+2
|
* Fixed & Improve.Saturneric2021-12-161-35/+25
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Fixed Known Problem.Saturneric2021-12-161-13/+26
|
* Added & Improved & Fixed.Saturneric2021-12-161-59/+127
| | | | | | | | | Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
* Modified Core to Optimization & Fixed ProblemSaturneric2021-12-141-7/+25
| | | | | | | 1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
* Start to use .ui fileSaturneric2021-12-081-0/+1
| | | | | | 1. Edit Project Configure. 2. Add UI Dir 3. Add FileFage.ui
* Add Translate & Fix Bugs.Saturneric2021-12-071-1/+1
|
* Improve UISaturneric2021-12-051-179/+263
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* Modified & ImproveSaturneric2021-12-021-7/+6
| | | | | | 1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
* Add i18n SupportSaturneric2021-12-011-11/+13
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Solve key generation and related update issues.Saturneric2021-11-281-20/+20
|
* UI Framework Modified.Saturneric2021-10-021-324/+314
|
* Start to rewrite gpg core.Saturneric2021-08-291-6/+6
|
* Bugs Fixed;Saturneric2021-08-191-1/+1
|
* Add Functions:Saturneric2021-08-101-83/+65
| | | | | | | | GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
* UI Improvement;Saturneric2021-07-071-0/+5
| | | | Update Documents;
* Adjust and improve the basic settings pageSaturneric2021-07-041-1/+0
| | | | Other improvements
* Update CMakeLists.txt;Saturneric2021-06-251-1/+1
| | | | Change Resource File Loading Path For macOS
* UI Improved.Saturneric2021-06-231-92/+11
| | | | Bugs Fixed.
* Repair and improve the functions and UI related to the upload and update of ↵Saturneric2021-06-211-27/+67
| | | | | | | 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-4/+13
| | | | | | | | | | | | | | | | | 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]>
* Add an operation to change the expiration date of the subkey.Saturneric2021-06-031-11/+23
| | | | | | | | | | | | | Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]>
* Write a text logo for never expiring.Saturneric2021-05-311-1/+1
| | | | | | | | | | Adjust the UI of the key details interface Set the minimum length and width of the key details window. Adjust the structure and layout of each tab page of key details. Adjust part of the interface UI and text description. Add revocation parentheses for signature deletion. Signed-off-by: Saturneric <[email protected]>