aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotFunction.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add simple archiving functions for encrypt and decryptsaturneric2023-12-281-6/+5
|
* fix: test basical operations of gpg at both test cases and guisaturneric2023-12-261-285/+165
|
* fix: use the new async encrypt symmetric api at gui appsaturneric2023-12-241-44/+22
|
* fix: test the encrypt async api on gui appsaturneric2023-12-241-42/+42
|
* feat: improve core interfaces of encrypt and decryptsaturneric2023-12-231-5/+6
|
* fix: solve all issues of test cases on macos m1saturneric2023-12-231-2/+1
|
* feat: convert basic opera to async stylesaturneric2023-12-041-77/+72
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-7/+8
|
* fix: add set owner struct action in keymanager menusaturneric2023-12-021-44/+4
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-10/+5
|
* refactor: improve the code structure of coresaturneric2023-11-061-7/+2
|
* style: improve code style of coresaturneric2023-10-301-7/+7
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-58/+53
|
* feat: use rt listen publish event function in main windows' app version ↵Saturneric2023-10-251-16/+21
| | | | upgrade notification
* feat: use module instead of integrated code at version checking taskSaturneric2023-10-241-12/+38
|
* refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric2023-10-161-134/+113
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: support resotring unsaved pages after a crashSaturneric2023-07-131-0/+51
|
* feat: support marking a key as favouriteSaturneric2023-07-131-0/+20
|
* feat: improve ui logic and menu operas in main windowSaturneric2023-03-311-1/+107
|
* fix: reduce info level logsSaturneric2023-02-111-6/+4
|
* fix: solve an issue in version checkingSaturneric2023-02-071-0/+7
|
* feat: change the log style in source filesSaturneric2023-02-031-7/+6
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-2/+2
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* fix(ui): fix signer picker and other issuesSaturneric2022-07-221-5/+4
| | | | | 1. signer picker can cancel its operation now 2. fix window title of "Export As Key Package"
* refactor(ui): adjust file structureSaturneric2022-07-221-1/+1
|
* refactor: modify basic operations slots in main windowSaturneric2022-05-201-155/+209
|
* refactor: modified part of ui processing codeSaturneric2022-05-141-112/+222
|
* fix: fix crash poblem when doing operationsSaturneric2022-05-091-2/+1
| | | | | | | | 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-071-33/+0
| | | | | 1. delete smtp ability 2. change libs link type to dramatic
* <fix>(ui): Fix the problem that the file cannot be signedSaturneric2022-03-131-1/+4
|
* <feat, refactor>(src): Enable top encryption action menu in file modeSaturneric2022-02-131-7/+24
| | | | | 1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
* <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-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-17/+17
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-1/+1
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | | | 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-231-2/+2
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-40/+40
| | | | 1. tidy up widgets.
* <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-60/+60
| | | | 1. tidy up main_window.
* <doc, refactor>(ci): Tidy up code of core and related partsSaturneric2022-01-151-23/+23
| | | | | 1. Rename related entities. 2. Add a comments.
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-10/+23
| | | | | | | | | 1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction
* <fix>(ui): Fixed some bugs in tooltips.Saturneric2022-01-121-9/+9
| | | | | 1. Some tooltips are not aligned with the parent interface. 2. The text of some tooltips should be checked instead of selected.
* <feature, fix>(core, ui): support file symmetric encryption.Saturneric2022-01-041-5/+5
| | | | 1. improve ui for file & text symmetric encryption.
* <fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric2022-01-041-0/+5
| | | | | | | 1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
* <fix, feature>(core, ui): version system upgrade.Saturneric2022-01-031-13/+14
| | | | | | 1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
* <fixed, refactor>(ui): Enhanced sending email function.Saturneric2022-01-021-1/+1
| | | | 1. make options changeable when init in sending email dialog.
* <feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric2022-01-021-2/+6
| | | | | | 1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.