aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Declare and Define getSigners;Saturneric2021-05-231-358/+0
| | | | | | | Expand KeyList; Project's Files Structure Modified; Signed-off-by: Saturneric <[email protected]>
* Enhance code robustness;Saturneric2021-05-221-1/+1
| | | | | | | Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>
* popupMenu now Exec When mKeyList HAS item(s) Selected.Saturneric2021-05-211-2/+5
| | | | | | mKeyList Sorting Disabled. Signed-off-by: Saturneric <[email protected]>
* Expand Key Details Dialog;Saturneric2021-05-211-7/+14
| | | | | | | | Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
* Modified KeyList and Add Usage Support;Saturneric2021-05-211-14/+32
| | | | | | | Improve and Expand GpgKey. Add GpgSubKey. Signed-off-by: Saturneric <[email protected]>
* Change Project Name to GPGFrontend.Saturneric2021-05-211-14/+17
| | | | | | Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
* File Structure Modified.Saturneric2021-05-121-0/+327
Change Headers and Source Files Name. Modified CMake Structure.