summaryrefslogtreecommitdiff
path: root/src/settings/settings_appearance.ui
Commit message (Collapse)AuthorAgeFilesLines
* Change the autoscroll checkbox to control whether or not the auto scroll ↵Jonathan Thomas2010-05-261-3/+6
| | | | | | | | feature is enabled, rather than wether or not it is disabled. This solves a HIG issue, since checkboxes are always supposed to enable an option when checked, rather than to disable an option when checked: http://techbase.kde.org/Projects/Usability/HIG/Check_Box
* Fixing lost settingsAndrea Diamantini2010-05-241-5/+2
| | | | Now the "fixed font" KFontRequester should show just fixed fonts..
* Improving fonts situationAndrea Diamantini2010-05-241-64/+54
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+248
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class