aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairUIDTab.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): adjust file structureSaturneric2022-07-221-583/+0
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+2
| | | | | | | | 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>(core, ui): Adjust the core code directory structure.Saturneric2022-02-061-3/+3
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-041-3/+3
|
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-4/+4
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-24/+25
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-4/+6
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-151/+151
| | | | 1. tidy up keypair_details.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-24/+26
| | | | | 1. Rename related entities. 2. Add a comments.
* <doc, refactor>(ci): Tidy up code in gpg/functionSaturneric2022-01-141-5/+5
| | | | | 1. Rename related entities. 2. Add a comments.
* Improve UI & Fixed.Saturneric2021-12-131-2/+2
|
* Support Windows BuildSaturneric2021-12-071-9/+4
|
* Test & Improve UISaturneric2021-12-061-4/+9
|
* Improve UI & FunctionsSaturneric2021-12-061-19/+63
|
* Merge branch 'main' into developSaturn&Eric2021-12-051-10/+5
|\ | | | | | | | | | | | | 1. Fix issues noticed by codacy. 2. Fix CI Configure Files. 3. Modified Porject Configuration. 4. Fixed Error in Source Code.
* | FixedSaturneric2021-12-041-1/+1
| | | | | | | | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* | Add i18n SupportSaturneric2021-12-011-57/+63
| | | | | | | | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* | Solve uid management, related update and other known issues.Saturneric2021-11-291-8/+26
| |
* | Fix Known Bugs.Saturneric2021-11-291-3/+13
| | | | | | | | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management.
* | UI Framework Modified.Saturneric2021-10-021-378/+372
| |
* | Start to rewrite gpg core.Saturneric2021-08-291-1/+1
|/
* Add simplified Chinese translation.Saturneric2021-07-191-2/+2
| | | | Repair and adjustment.
* Update Documents; Update UISaturneric2021-07-121-2/+2
|
* UI Improvement;Saturneric2021-07-071-0/+3
| | | | Update Documents;
* Update Document.Saturneric2021-06-241-6/+14
| | | | Fix Bugs in UI.
* Add encryption and signature function.Saturneric2021-06-061-13/+13
| | | | | | | | | | Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
* Add an operation to change the expiration date of the subkey.Saturneric2021-06-031-1/+1
| | | | | | | | | | | | | 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-7/+8
| | | | | | | | | | 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]>
* Add a copyright statement to the header of some files.Saturneric2021-05-311-3/+23
| | | | Signed-off-by: Saturneric <[email protected]>
* Write a text logo for never expiring.Saturneric2021-05-301-7/+21
| | | | | | Adjust the UI of the key details interface. Signed-off-by: Saturneric <[email protected]>
* New page and function for generating subkeys.Saturneric2021-05-291-0/+5
| | | | | | | | | | | | | | Define the interface and functions of the subkey management tab. When there is an item in the UID list, the first item is selected by default. Compile the API for generating sub-keys and the corresponding calling thread. Set GpgGenKeyInfo to apply to the subkey Generate a subkey for the selected key pair of the management key pair interface. Adjust the project structure and add a new classification key generation category. Double-click the item in KeyList in the key pair management interface to enter the key details page. Adjust the title of the key pair management interface. Optimize part of the code of KeyGenThread. Signed-off-by: Saturneric <[email protected]>
* Make eligible keys enter the signature candidate list.Saturneric2021-05-281-35/+285
| | | | | | | | | | | Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]>
* Adjust part of the text of the UI interface of the UID operation tab.Saturneric2021-05-271-29/+43
| | | | | | | | | | | Write an interface to increase UID. Write logic to adapt and increase UID. Adjust the UI of KeygenDialog. Delete the Close button of KeyDetailTab and its logic. Adjust the KeyDetailTab fingerprint and its copy button UI. Fix the problem of refreshing the order of the KeyPairUIDTab list. Signed-off-by: Saturneric <[email protected]>
* Fix the wrong use of the signing key interface.Saturneric2021-05-261-7/+5
| | | | | | | | | | Fix the problem that the window or control is not deleted after it is closed. Modify the names of some classes. Extend the function of KeyList, add exclusion list. Improve the message mechanism of GpgContext. Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document. Signed-off-by: Saturneric <[email protected]>
* Improve the key information update mechanismSaturneric2021-05-261-1/+4
| | | | Signed-off-by: Saturneric <[email protected]>
* Fix some problems caused by negligence.Saturneric2021-05-251-25/+41
| | | | | | | Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
* Streamline, expand and improve the interface of GpgContext.Saturneric2021-05-241-13/+39
| | | | | | | Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp. Write the processing logic and page logic for adding a signature to the key. Signed-off-by: Saturneric <[email protected]>
* Enhance code robustness;Saturneric2021-05-221-0/+9
| | | | | | | Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>
* Expand and improve GpgKey;Saturneric2021-05-221-0/+144
Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>