aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/LogUtils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-26feat: remove spdlog and clean up logsaturneric1-59/+0
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-5/+3
2024-01-05feat: integrate logging api to coresaturneric1-2/+30
2023-12-15fix: slove some issues on memory and intilizationssaturneric1-3/+4
2023-11-06refactor: improve the code structure of coresaturneric1-221/+2
2023-10-30style: improve code style of coresaturneric1-61/+67
2023-10-25feat: moving gnupg info gathering logic to a new modulesaturneric1-0/+40
2023-10-24fix: solve build issues on macOSSaturneric1-1/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-02-11fix: reduce info level logsSaturneric1-1/+1
2023-02-03feat: change the log style in source filesSaturneric1-14/+12
2022-05-19pref: improve pch for compiling speedSaturneric1-13/+16
2022-05-12fix(core): let exposed api use FileOperatorSaturneric1-27/+6
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-4/+4
2022-02-05<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric1-5/+4
2022-02-05<refactor>(ui, core, project): Move Key Package logic into coreSaturneric1-1/+1
2022-02-04<refactor>(src): rename the gpg directory to coreSaturneric1-1/+1
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-15<doc, refactor>(ci): Tidy up code of core and related partsSaturneric1-63/+9
1. Rename related entities. 2. Add a comments.
2022-01-06<refactor>(ci): fixed ci file.Saturneric1-10/+54
1. Install dependency for ubuntu 20.04 and ubuntu 18.04.
2022-01-03<fix, feature>(core, ui): key package import.Saturneric1-0/+4
1. use gpgme_op_export_keys as multiply keys export. 2. improve ui. 3. write key package import done.
2021-12-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric1-0/+6
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-14SMTP Support Added.Saturneric1-10/+10
2021-12-14Modified Core to Optimization & Fixed ProblemSaturneric1-0/+29
1. GpgKey copy ability 2. GpgXXResult type to shared_ptr 3. KeyList Optimization 4. Fixed Loading Dialog Problem
2021-12-13Added & FixedSaturneric1-36/+13
1. Add MIME identify 2. Fixed Wide-Char Path Problem in Windows.
2021-12-12Fixed & Modified & Added.Saturneric1-7/+40
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-06Improve UI & FunctionsSaturneric1-6/+9
2021-12-04FixedSaturneric1-8/+8
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-01Add i18n SupportSaturneric1-2/+2
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-11-29Solve uid management, related update and other known issues.Saturneric1-2/+2
2021-11-28Fix some known issues in basic operations and file operations.Saturneric1-6/+4
2021-10-02UI Framework Modified.Saturneric1-6/+8
2021-09-12Continue to write core test code.Saturneric1-20/+78
2021-09-10Continue to optimize and improve the code.Saturneric1-2/+11
2021-09-05Adjust the code structure.Saturneric1-13/+36
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric1-7/+62
Adjust the structure.
2021-08-15Bugs Fixed; Improve Functions;Saturneric1-1/+1
2021-08-12Beautify UI; Improve Functions;Saturneric1-0/+1
2021-05-21Change Project Name to GPGFrontend.Saturneric1-14/+17
Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
2021-05-12File Structure Modified.Saturneric1-2/+1
Change Headers and Source Files Name. Modified CMake Structure.
2021-05-12Srouce Files Tidy and ReformSaturneric1-6/+6