aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/Wizard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove spdlog and clean up logsaturneric2024-07-261-1/+1
|
* Merge remote-tracking branch 'origin/main' into developsaturneric2024-05-031-31/+20
|\
| * Update installation wizard linksjermanuts2024-04-071-25/+14
| | | | | | | | | | Reflects to the new docs links. Please let me know if it work correctly on your build.
* | fix: improve icons and logo stylesaturneric2024-02-251-1/+2
| |
* | freat: update logo and iconssaturneric2024-02-241-20/+15
|/
* feat: improve key list and find widgetsaturneric2024-01-231-7/+7
|
* refactor: remove libgettext from projectsaturneric2024-01-161-82/+79
|
* fix: slove the languange settings issuesaturneric2024-01-151-5/+3
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-13/+6
|
* feat: integrate logging api to coresaturneric2024-01-051-1/+1
|
* refactor: separate typedef and implsaturneric2023-11-071-0/+1
|
* refactor: use piml tech to rewrite GlobalSettingsStationsaturneric2023-10-171-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: start to add plugin system and do some improve on project configurationsaturneric2023-10-151-1/+1
|
* fix: change gpgfrontend.pub to gpgfrontend.bktus.comSaturneric2023-07-121-14/+18
|
* feat: simplify settings lookupSaturneric2023-04-051-7/+2
|
* fix: reduce info level logsSaturneric2023-02-111-2/+0
|
* feat: change the log style in source filesSaturneric2023-02-031-4/+4
|
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-7/+3
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric2022-01-231-0/+273
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.