aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/VersionCheckTask.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-24feat: use module instead of integrated code at version checking taskSaturneric1-98/+0
2023-10-23perf: reduce header includes and improve build speedsaturneric1-7/+2
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/+5
2022-05-20refactor: change version checking to taskSaturneric1-5/+28
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-2/+21
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-0/+0
2022-01-03<fix, feature>(core, ui): version system upgrade.Saturneric1-4/+4
1. can notice user withdraw version now. 2. fix software not restart when signal caught. 3. improve ui.
2021-12-02Fixed.Saturneric1-0/+0
1. Fixed known issue in File Operations.
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-10-02UI Framework Modified.Saturneric1-15/+15
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-07-12Project structure adjustment;Saturneric1-0/+32
Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;