aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/common/CoreCommonUtil.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-07refactor: remove CommonUtils at coresaturneric1-58/+0
2023-10-28refactor: start to tidy up code using clang-tidysaturneric1-2/+0
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-02-25fix: solve codacy issuesSaturneric1-5/+5
2023-02-11fix: reduce info level logsSaturneric1-1/+0
2023-02-07feat: use custom password dialog nowSaturneric1-0/+19
2023-02-03feat: change the log style in source filesSaturneric1-1/+1
2022-05-09fix: fix build issues on linux platformSaturneric1-40/+40
2022-05-07refactor: develop 2.0.6 startSaturneric1-31/+11
1. delete smtp ability 2. change libs link type to dramatic
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+17
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-4/+6
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-0/+0
2021-12-20Fixed bugs.Saturneric1-10/+10
1. Not not paint in main thread.
2021-12-06Improve UI & FunctionsSaturneric1-18/+8
2021-12-02Fixed.Saturneric1-10/+10
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;