aboutsummaryrefslogtreecommitdiff
path: root/lib/settings
Commit message (Collapse)AuthorAgeFilesLines
* Moved Configuration class into libraryAqua-sama2018-03-151-12/+0
|
* Added poi-configAqua-sama2018-03-053-185/+0
| | | | - view default configuration
* Configuration class reworkAqua-sama2018-01-254-263/+1
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-243-204/+77
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Fixed repo location in license headersAqua-sama2018-01-204-4/+4
|
* Configuration creates missing items based on defaultsAqua-sama2018-01-172-161/+122
|
* Added .clang-formatAqua-sama2018-01-074-52/+54
|
* Various minor fixesAqua-sama2018-01-041-2/+2
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Fixed crash with Settings dialogAqua-sama2018-01-034-81/+127
| | | | | - User Configuration gets completely written, instead of being just overrides
* Updated PKGBUILDAqua-sama2018-01-031-1/+1
|
* Changed from qbs to cmakeAqua-sama2018-01-033-38/+14
|
* SettingsDialog patchesAqua-sama2017-12-263-7/+27
| | | | | | | - 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-254-4/+4
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-241-0/+1
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-231-1/+0
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-194-76/+28
|
* Updated documentationAqua-sama2017-12-131-2/+2
|
* Autogenerating settings dialogAqua-sama2017-12-116-4/+245
|
* Replaced tinytoml with libconfigAqua-sama2017-12-083-24/+58
|
* libconfig testAqua-sama2017-11-303-0/+354