aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve uiSaturneric2023-07-141-6/+1
|
* fix: solve a compile issue on windows platformSaturneric2023-07-131-2/+3
|
* feat: support resotring unsaved pages after a crashSaturneric2023-07-132-12/+70
|
* feat: support searching keysSaturneric2023-07-132-14/+89
|
* feat: support marking a key as favouriteSaturneric2023-07-132-2/+41
|
* feat: support owner trust level settings of gpg keySaturneric2023-07-121-1/+1
|
* feat: support opening file with system default appSaturneric2023-07-122-0/+26
|
* feat: simplify settings lookupSaturneric2023-04-052-20/+18
|
* feat: improve ui when gnupg is offlineSaturneric2023-03-311-3/+17
|
* fix: disable text cache in release modeSaturneric2023-03-301-0/+2
|
* fix: improve the task execution modelSaturneric2023-02-181-2/+2
|
* fix: reduce info level logsSaturneric2023-02-115-36/+30
|
* fix: solve bugs in subkey generationSaturneric2023-02-071-1/+1
|
* feat: add cache recovery functionsaturneric2023-02-042-2/+68
|
* fix: solve open file issue in menu barsaturneric2023-02-042-31/+3
| | | | | | 1. add flush policy for logger 2. seperate the name of each logger 3. replace the old open file logic with the new one when click the button on the menu bar
* feat: change the log style in source filesSaturneric2023-02-035-38/+37
|
* 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-034-5/+18
| | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* fix(ui): fix signer picker and other issuesSaturneric2022-07-222-140/+0
| | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* refactor(ui): adjust file structureSaturneric2022-07-223-3/+3
|
* style(src): reformat codeSaturneric2022-07-224-7/+7
|
* fix: solve general problems for compilingSaturneric2022-05-191-1/+1
|
* fix: solve codacy issuesSaturneric2022-05-131-1/+1
|
* feat: add a simple TaskRunner systemSaturneric2022-05-134-59/+60
| | | | 1. solve multiple threads problem.
* fix(core): fix a bug when key in smart carddev/2.0.7Saturneric2022-05-121-1/+4
|
* feat(ui): support .pgp extensionSaturneric2022-05-121-15/+20
|
* feat(ui): more advanced charset functionsSaturneric2022-05-123-55/+136
| | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations
* 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-072-30/+10
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-191-1/+1
| | | | | | 1. The scope of the variable 'r' can be reduced. 2. Class 'IMAPFolder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). 3. Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-195-43/+78
|
* <fix>(ui): Fix crash after opening a PlainTextEditorPageSaturneric2022-03-121-1/+1
|
* <feat>(core, ui): Provides the ability to handle foldersSaturneric2022-03-122-22/+46
| | | | 1. Convert folders to archive format for processing
* <feat, refactor>(ui, core): Transfer file hash calculation logic to coreSaturneric2022-02-131-46/+3
| | | | 1. show file size
* <feat, refactor>(src): Cancel the operation of the file through the ↵Saturneric2022-02-132-98/+0
| | | | right-click menu
* <feat, refactor>(src): Enable top encryption action menu in file modeSaturneric2022-02-131-12/+51
| | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
* <fix>(ui): Adapt some settings transferred to the data objectSaturneric2022-02-071-8/+3
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-062-4/+4
| | | | | | 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-063-3/+3
|
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-053-14/+12
|
* <refactor>(src): rename the gpg directory to coreSaturneric2022-02-046-7/+7
|
* <chore>(project): add and separate third party codeSaturneric2022-02-031-15/+16
| | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src
* <refactor>(src, test): Normalize the naming of partial classesSaturneric2022-02-021-1/+1
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-028-38/+43
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-237-199/+219
| | | | | | 1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-235-8/+8
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-2321-987/+1399
| | | | 1. tidy up widgets.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-2/+2
| | | | 1. tidy up thread.
* <license, style>(src): Modify the license statement.Saturneric2022-01-221-14/+21
| | | | 1. Modify the original license statement in the header of the HelpPage.h file.