aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove myeasylog.logSaturneric2022-12-222-2/+1
|
* feat: upgrade GnuPG Info TabSaturneric2022-12-212-33/+108
|
* feat(ui, core): add custom key db supportSaturneric2022-12-047-20/+171
| | | | | | 1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
* feat: support generate ecc keySaturneric2022-11-266-22/+48
| | | | 1. support elliptische kurve nist
* fix: record the actural sizeSaturneric2022-11-265-5/+55
| | | | 1. record the actural size of dialogs and main windows when they are closing
* feat(ui): attach not when 'ENV Loading Failed' occurred.Saturneric2022-09-031-3/+4
|
* fix(core, ui): delete some unnecessary logsSaturneric2022-09-031-6/+0
|
* fix(ui): fix user feedback issues.Saturneric2022-09-0312-141/+214
| | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* feat(ui): add tab to show gnupg infoSaturneric2022-07-235-11/+141
|
* fix(ui): fix button style problemSaturneric2022-07-236-30/+44
|
* fix(ui): fix signer picker and other issuesSaturneric2022-07-2210-33/+57
| | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* refactor(ui): adjust file structureSaturneric2022-07-2255-45/+45
|
* style(src): reformat codeSaturneric2022-07-2223-55/+39
|
* feat(ui): use general main window and dialog classSaturneric2022-07-2236-294/+464
| | | | | 1. store window size and position 2. store icon size and style
* fix: fix some issuesSaturneric2022-06-0511-117/+428
| | | | | | 1. fix crash when keyserver list is empty. 2. refactor KeyServerImportDialog 3. reduce header file including
* fix(ui): fix crash when start app.Saturneric2022-06-013-4/+10
|
* perf: improve ListedKeyServerTestThreadSaturneric2022-05-224-96/+150
| | | | 1. fixes #9
* fix: solve key server import not working issuesSaturneric2022-05-211-72/+47
|
* fix(ui): there is possible null pointer dereferenceSaturneric2022-05-201-1/+1
|
* refactor: modify basic operations slots in main windowSaturneric2022-05-201-155/+209
|
* fix: improve about dialog about version checkingSaturneric2022-05-201-9/+10
|
* refactor: change version checking to taskSaturneric2022-05-205-89/+152
|
* feat: handle application's exceptions and crashSaturneric2022-05-202-0/+166
|
* fix: connect correct signalSaturneric2022-05-201-1/+2
|
* fix: improve settings dialog style on macOSSaturneric2022-05-192-15/+25
|
* fix: solve general problems for compilingSaturneric2022-05-196-44/+33
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-16/+2
| | | | 1. disable command line file arg input ability
* pref: improve pch for compiling speedSaturneric2022-05-191-2/+2
|
* perf: improve initialized and recover processSaturneric2022-05-192-16/+59
| | | | | | 1. init logging system 2. init ui 3. init main
* fix: solve heading file include problem.Saturneric2022-05-151-1/+1
|
* refactor: modified part of ui processing codeSaturneric2022-05-142-194/+323
|
* feat: improve processing using task runner systemSaturneric2022-05-143-13/+24
|
* fix: slove loading issues at initSaturneric2022-05-131-0/+10
| | | | 1. block the main thread until the gpg context is loaded.
* fix: solve codacy issuesSaturneric2022-05-131-1/+1
|
* feat: add a simple TaskRunner systemSaturneric2022-05-138-267/+110
| | | | 1. solve multiple threads problem.
* fix(core): fix a bug when key in smart carddev/2.0.7Saturneric2022-05-121-1/+4
|
* fix(ui): adjuest timeout value for keyserver testSaturneric2022-05-121-1/+1
|
* feat(ui): support .pgp extensionSaturneric2022-05-121-15/+20
|
* fix(ui): remove spaces in export key filenameSaturneric2022-05-121-3/+12
|
* 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
* feat: improve UI library's encapsulationSaturneric2022-05-094-3/+148
|
* fix: avoid block when refreshing keysdev/2.0.6Saturneric2022-05-091-20/+24
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-0915-118/+204
| | | | | | | | 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
* feat: add full support for xocde buildSaturneric2022-05-081-1/+3
| | | | | | 1. add GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY option for cmake 2. fix some issues on xcode build 3. remove certs from resource
* feat: merge tiny third_party library into coreSaturneric2022-05-081-3/+0
| | | | | 1. code detecting 2. qt-aes
* refactor: develop 2.0.6 startSaturneric2022-05-0732-2633/+57
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix>(ui): fix error in IMAPFolderSaturneric2022-03-191-1/+1
|
* <fix>(core, ui): fix codacy issues.Saturneric2022-03-193-7/+27
| | | | | | 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 issues related to compression and decompressionSaturneric2022-03-191-3/+11
| | | | 1. The problem with double-byte characters in the path (unresolved)
* <fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric2022-03-198-68/+137
|