aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeySetExpireDateDialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ui): adjust file structureSaturneric2022-07-221-145/+0
|
* feat(ui): use general main window and dialog classSaturneric2022-07-221-2/+2
| | | | | 1. store window size and position 2. store icon size and style
* fix: solve general problems for compilingSaturneric2022-05-191-1/+3
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-7/+9
| | | | | | | | 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>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 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-2/+2
|
* <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.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-30/+30
| | | | 1. tidy up keypair_details.
* <doc, refactor>(ui): Tidy up part of the code of ui and related partsSaturneric2022-01-151-1/+1
| | | | | 1. Rename related entities. 2. Add comments.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-2/+2
| | | | | 1. Rename related entities. 2. Add a comments.
* Fixed & Update Translation.Saturneric2021-12-161-1/+1
|
* Fixed & Improve.Saturneric2021-12-161-37/+49
| | | | | 1. Fixed Known Issues. 2. Improve UI.
* Test & Improve UISaturneric2021-12-061-12/+14
|
* Add i18n SupportSaturneric2021-12-011-7/+7
| | | | | | 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-4/+5
|
* Fix Known Bugs.Saturneric2021-11-291-3/+30
| | | | | | 1. Import Keys. 2. Import Keys From Server. 3. UID Management.
* Can be compiled with minimal UI support.Saturneric2021-11-281-2/+4
|
* UI Framework Modified.Saturneric2021-10-021-37/+55
|
* Start to rewrite gpg core.Saturneric2021-08-291-1/+1
|
* UI Improved.Saturneric2021-06-231-3/+3
| | | | Bugs Fixed.
* Add an operation to change the expiration date of the subkey.Saturneric2021-06-031-4/+24
| | | | | | | | | | | | | 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]>
* Add and change the expiration date of the key pair.Saturneric2021-06-021-0/+54
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>