aboutsummaryrefslogtreecommitdiffstats
path: root/src/GpgFrontend.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: use standard qt version checking macrosaturneric2024-07-301-2/+5
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* refactor: remove libgettext from projectsaturneric2024-01-161-14/+0
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-12/+0
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-1/+1
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-21/+5
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: change the log style in source filesSaturneric2023-02-031-0/+1
|
* feat: change logging framework to spdlogSaturneric2023-02-031-3/+1
|
* <chore, fix>(project): Fix compilation problemsSaturneric2022-02-071-0/+1
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+4
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-0/+1
|
* <chore>(project): Optimize project configurationSaturneric2022-02-041-0/+3
| | | | | 1. Add the global header file cstdint 2. Make the core obtain Qt core capabilities.
* <doc, refactor>(src): Clean up the code and add commentsSaturneric2022-02-021-5/+10
|
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric2022-01-121-1/+1
| | | | | | | | 1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
* <fix>(core): fix windows build problemSaturneric2022-01-041-0/+1
| | | | | 1.fix libintl_snprintf bugs. 2. improve VersionCheckThread.
* <fix>(core): fix windows build problemSaturneric2022-01-031-0/+1
| | | | 1.fix libintl_sprintf bugs.
* FixedSaturneric2021-12-041-0/+11
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Add i18n SupportSaturneric2021-12-011-2/+13
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Add & ModifiedSaturneric2021-11-301-15/+2
| | | | | | | 1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework.
* Rewrite the core.Saturneric2021-09-051-0/+54
Adjust the structure.