Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Add SPDX header to desktop widgets | Dirk Hohndel | |
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-11-07 | abstractpreferenceswidget.cpp: fix argument warning | Lubomir I. Ivanov | |
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> | |||
2015-10-30 | Preferences: start to port preferences to a more sane design | Tomaz Canabrava | |
Our preferences dialog right now is a rather huge dialog with more than 9 subpages, and all of those pages are programmed inside of the same class, same methods and all that - which means that if I change something on the dialog I can break any other thing quite easily. The idea of this patch series is to make it harder to break user settings and the settings dialog. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |