aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/settings/SettingsNetwork.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
12 daysfix: found bugssaturneric1-4/+2
2025-01-27refactor: clean up codesaturneric1-3/+2
2024-11-22feat: add option to disable auto fetch key publish status functionsaturneric1-11/+11
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-05-03fix: off but still can editsaturneric1-12/+12
2024-05-03fix: "auto-key-retrieve" instead of "auto-key-import"saturneric1-1/+0
2024-04-16fix: improve grt tab, mods name and its project structuresaturneric1-2/+6
2024-01-16refactor: remove libgettext from projectsaturneric1-26/+28
2024-01-15refactor: remove libconfig++ form projectsaturneric1-159/+45
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-8/+12
2024-01-05feat: integrate logging api to coresaturneric1-9/+9
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-1/+2
2023-10-17refactor: use piml tech to rewrite GlobalSettingsStationsaturneric1-2/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-03-31fix: solve ui issues in network settingssaturneric1-5/+1
2023-03-31feat: improve network settings uiSaturneric1-16/+66
2023-03-30fix: solve issues in proxy configureSaturneric1-22/+23
2023-02-11fix: reduce info level logsSaturneric1-5/+1
2023-02-03feat: change the log style in source filesSaturneric1-11/+11
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-2/+2
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-1/+1
1. tidy up thread.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-81/+81
1. tidy up settings.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-7/+11
2022-01-12<refactor>(ui): Adjust src/ui/function to src/ui/threadSaturneric1-1/+1
2022-01-04<fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1.Saturneric1-58/+71
1. fixed proxy settings ui. 2. fixed send mail settings ui. 3. fixed uncaught exception handling.
2022-01-04<feature, fix, refactor>(core, ui): fixed known bugs for v2.0.4-beta.1 and ↵Saturneric1-0/+321
add network settings. 1. proxy settings. 2. network capability. 3. fixed known bugs. 4. improve ui.