aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotFunction.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-09fix: fix crash poblem when doing operationsSaturneric1-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
2022-05-07refactor: develop 2.0.6 startSaturneric1-33/+0
1. delete smtp ability 2. change libs link type to dramatic
2022-03-13<fix>(ui): Fix the problem that the file cannot be signedSaturneric1-1/+4
2022-02-13<feat, refactor>(src): Enable top encryption action menu in file modeSaturneric1-7/+24
1. Adjust the names of some functions 2. Enable top encryption action menu in file mode
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-1/+1
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-06<refactor>(core, ui): Adjust the core code directory structure.Saturneric1-3/+3
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-3/+3
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-17/+17
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-1/+1
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-1/+1
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-2/+2
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-40/+40
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-22<refactor>(ui): tidy up codes and add comments.Saturneric1-60/+60
1. tidy up main_window.
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-23/+23
1. Rename related entities. 2. Add a comments.
2022-01-12<refactor, feat>(ui): Text editor improvements.Saturneric1-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
2022-01-12<fix>(ui): Fixed some bugs in tooltips.Saturneric1-9/+9
1. Some tooltips are not aligned with the parent interface. 2. The text of some tooltips should be checked instead of selected.
2022-01-04<feature, fix>(core, ui): support file symmetric encryption.Saturneric1-5/+5
1. improve ui for file & text symmetric encryption.
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-0/+5
1. longer expire date for keygen. 2. version system improved and fixed. 3. include ui text not translated. 4. improve ui.
2022-01-03<fix, feature>(core, ui): version system upgrade.Saturneric1-13/+14
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
2022-01-02<fixed, refactor>(ui): Enhanced sending email function.Saturneric1-1/+1
1. make options changeable when init in sending email dialog.
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-2/+6
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2022-01-02<refactor, fixed, test>(core, ui): add & modify core and uiSaturneric1-1/+1
1. add init functions for core. 2. add non ascii settings. 3. fit ui with this version of core.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-1/+1
1. let modules known their channels. 2. let factory create a channel. 3. reduce dumplicate code. 4. add type check for function object. 5. test gpg alone mode. 6. remove some asserts. 7. rename importexportor to importexporter. 8. move args in gpg context constructor to a struct.
2021-12-16Added & Improved & Fixed.Saturneric1-42/+7
Fixed Bugs in core. Improved Send Mail & Keyserver Settings. Added Pubkey Sync for key list. Added Refresh for key list. Improved Send Mail and others. Known Bugs Fixed.
2021-12-14SMTP Support Added.Saturneric1-2/+20
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-4/+4
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-12Fixed & Modified & Added.Saturneric1-30/+46
1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs.
2021-12-07Add Translate & Fix Bugs.Saturneric1-19/+11
2021-12-06Test & Improve UISaturneric1-1/+1
2021-12-06Improve UI & FunctionsSaturneric1-13/+24
2021-12-05Improve UISaturneric1-337/+300
1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric1-9/+6
2021-12-02Fixed.Saturneric1-9/+13
1. Fixed known issue in File Operations.
2021-12-02Fix and Modified.Saturneric1-1/+1
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-01Add i18n SupportSaturneric1-76/+80
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Fix some known issues in basic operations and file operations.Saturneric1-8/+6
2021-11-28Can be compiled with minimal UI support.Saturneric1-309/+269
2021-10-02UI Framework Modified.Saturneric1-440/+457
2021-08-29Start to rewrite gpg core.Saturneric1-8/+8
2021-08-23Fix a discovered problem.Saturneric1-4/+4
2021-08-23Fix some problems; Fix memory leaks that have been discoveredSaturneric1-22/+16
2021-08-23Fix some problems;Saturneric1-1/+1
2021-08-23Fix some problems; Ready to release a BETA versionSaturneric1-25/+15
2021-08-23Improve the automatic key exchange function; fix some known problems;Saturneric1-12/+23
2021-08-21Functions addition and improvement;Saturneric1-0/+19
Design and adjustment of function architecture related to server access; Add a new module (advance);
2021-08-20Improve Functions;Saturneric1-4/+24
Bugs Fixed;
2021-08-19Bugs Fixed;Saturneric1-2/+8
2021-08-19Bugs Fixed; Code Modified;Saturneric1-1/+1
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-7/+6