aboutsummaryrefslogtreecommitdiff
path: root/lib/settings/configuration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Configuration class reworkAqua-sama2018-01-251-143/+0
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-241-165/+12
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Configuration creates missing items based on defaultsAqua-sama2018-01-171-133/+100
|
* Added .clang-formatAqua-sama2018-01-071-27/+27
|
* Fixed crash with Settings dialogAqua-sama2018-01-031-64/+107
| | | | | - User Configuration gets completely written, instead of being just overrides
* Changed from qbs to cmakeAqua-sama2018-01-031-0/+4
|
* SettingsDialog patchesAqua-sama2017-12-261-0/+7
| | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath
* astyle passAqua-sama2017-12-251-1/+1
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Autogenerating settings dialogAqua-sama2017-12-111-3/+18
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-21/+49
|
* libconfig testAqua-sama2017-11-301-0/+244