aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/GpgFrontendModuleInit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-02refactor: reduce core prebuild headers and isolate core to modulessaturneric1-71/+0
2024-02-29feat: add prefix GF to all sdk and module symbolssaturneric1-3/+1
2024-02-28feat: upgrade module systemsaturneric1-13/+20
1. load module and resolve symbols at runtime 2. restrict sdk functions and structures to c style 3. add some core api to support it
2024-01-08fix: solve compile issuesaturneric1-2/+2
2024-01-05feat: integrate logging api to coresaturneric1-8/+0
2023-12-13refactor: improve the structure of main,core and test modulesaturneric1-5/+3
2023-12-04fix: slove logger system isolation issuessaturneric1-15/+17
2023-12-03feat: standarized and speed up app env loading processsaturneric1-3/+19
2023-11-29feat: introduce cmd functionssaturneric1-2/+2
2023-10-25feat: moving gnupg info gathering logic to a new modulesaturneric1-0/+5
2023-10-23fix: solve some issues on log systemsaturneric1-4/+4
2023-10-23feat: improve project structure and add GRT for modulessaturneric1-55/+6
2023-10-18fix: solve a build issue at release modesaturneric1-1/+1
2023-10-17refactor: move module system to core and make it worksaturneric1-4/+7
2023-10-17fix: slove compile issuessaturneric1-4/+4
2023-10-17refactor: change plugin system to module systemsaturneric1-17/+19
2023-10-16refactor: use c++17 features and piml tech to rewrite DataObject and Tasksaturneric1-5/+3
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-47/+31
2023-04-05feat: simplify settings lookupSaturneric1-20/+9
2023-04-04feat: improve init progressSaturneric1-18/+16
2023-02-25fix: solve codacy issuesSaturneric1-1/+1
2023-02-16fix: solve logging framework issues on windowsSaturneric1-0/+22
2023-02-11freat: allow to change gnupg install pathSaturneric1-0/+39
2023-02-06fix: sovle a compile issue in macOSSaturneric1-1/+1
2023-02-04fix: solve open file issue in menu barsaturneric1-2/+6
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
2023-02-04fix: solve some issuessaturneric1-1/+1
1. solve compile issues 2. improve log for cammand executor
2023-02-03feat: change the log style in source filesSaturneric1-12/+29
2022-05-20feat: handle application's exceptions and crashSaturneric1-29/+0
2022-05-19perf: improve initialized and recover processSaturneric1-20/+45
1. init logging system 2. init ui 3. init main
2022-05-09feat: improve UI library's encapsulationSaturneric1-83/+1
2022-05-07refactor: develop 2.0.6 startSaturneric1-54/+0
1. delete smtp ability 2. change libs link type to dramatic
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-2/+2
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-8/+8
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-05<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric1-4/+4
2022-02-02<doc, refactor>(src): Clean up the code and add commentsSaturneric1-10/+18
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-0/+18
1. tidy up src.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-14<fix>(project): support build on Windows.Saturneric1-1/+0
1. Optimize the introduction of vmime header files. 2. Disable ExternalProject when using Windows platform.
2022-01-12<refactor>(ui): Change Sync() to Sync Settings()Saturneric1-1/+1
2022-01-09<fixed>(ui): fix SIGSEGV when closing.Saturneric1-13/+4
1. Fixed the segfault problem when closing the program (problem with root certificate). 2. Added some code that is executed before the exit function is called, including releasing all the root certificates that have been loaded. 3. Optimized the preloading code of the root certificate.
2022-01-05<feature>(ui, project): load root certs.Saturneric1-2/+40
1. add root certs file. 2. loading root certs at startup. 3. store certs in GlobalSettingStation.
2021-12-16Fixed & Improve.Saturneric1-130/+1
1. Fixed Known Issues. 2. Improve UI.
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-0/+3
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-13Improve UI & Fixed.Saturneric1-12/+48
2021-12-13Add Stable Restart from Exception FunctionSaturneric1-10/+32
2021-12-12Fixed & Modified & Added.Saturneric1-1/+4
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-08Update Project ConfigSaturneric1-3/+3
1. Fixed Multi Language in Ubuntu.
2021-12-08Fixed Multi Language Problem on Windows.Saturneric1-2/+21
2021-12-08Fix retina screen problemSaturneric1-0/+5