aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/import_export/KeyUploadDialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfix: testing and solve bugs foundsaturneric1-1/+0
12 daysfeat: support key groupssaturneric1-8/+6
2024-12-13refactor: using qt containers instead of std containerssaturneric1-3/+3
2024-12-03fix: compiler warningssaturneric1-3/+2
2024-10-26fix: test basic operations of multi key db and solve issuessaturneric1-28/+34
2024-08-05fix: key server adding or switching is actually not workingsaturneric1-5/+6
2024-07-30feat: simplify loggingsaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-3/+1
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-2/+2
2024-02-29feat: add module controller and continue to work on module systemsaturneric1-2/+3
1. speed up building by reducing build info sheader including 2. add module controller 3. continue to work on module system
2024-02-26feat: add user agent header when doing http requestsaturneric1-0/+2
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-2/+2
2024-01-17fix: find and slove some bugssaturneric1-9/+15
2024-01-16refactor: remove libgettext from projectsaturneric1-7/+7
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-27/+3
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-20/+19
2024-01-11feat: improve api and ui of keys import and exportsaturneric1-10/+23
2024-01-05feat: integrate logging api to coresaturneric1-6/+6
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-1/+1
2023-11-07style: tidy up core/modelsaturneric1-4/+4
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-10-25fix: solve some code tidy issuessaturneric1-1/+2
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-1/+1
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-0/+1
2023-02-11fix: reduce info level logsSaturneric1-5/+5
2023-02-03feat: change the log style in source filesSaturneric1-8/+6
2022-09-03fix(ui): fix user feedback issues.Saturneric1-19/+31
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-07-22feat(ui): use general main window and dialog classSaturneric1-3/+5
1. store window size and position 2. store icon size and style
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-2/+2
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-2/+2
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-7/+7
1. tidy up ui.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
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-4/+2
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-07Fix Bugs on KeyUploadDialogSaturneric1-7/+22
2021-12-07Add Translate & Fix Bugs.Saturneric1-5/+5
2021-12-02Modified & ImproveSaturneric1-3/+3
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
2021-12-01Add i18n SupportSaturneric1-7/+7
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-28Can be compiled with minimal UI support.Saturneric1-5/+6
2021-10-02UI Framework Modified.Saturneric1-82/+93
2021-08-29Start to rewrite gpg core.Saturneric1-1/+1
2021-08-10Add Functions:Saturneric1-2/+0
GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
2021-07-07UI Improvement;Saturneric1-0/+4
Update Documents;
2021-07-01Export Secret Key Fixed.Saturneric1-22/+23
Start Wizard Modified. Another Bugs Fixed.