summaryrefslogtreecommitdiff
path: root/src/settings/appearancewidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix && improve fonts management.Andrea Diamantini2010-07-291-51/+20
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* Fixing fonts..Andrea Diamantini2010-05-301-7/+67
| | | | | | | | | | | This commit changes *A LOT* rekonq behavior on fonts. To fix all, I had to (re)introduce some (old)new strings. Sorry! - Adopted default KDE fonts for default & fixed settings - calculating LogicalDpiY from font dimension (points to pixels) (This has been copied from KWebKitPart, as suggested) - reenabled 16px as default font size WARNING: As we are now calculating well the font size, you'll see BIG chars on clean pages.. :)
* Fixing lost settingsAndrea Diamantini2010-05-241-2/+8
| | | | Now the "fixed font" KFontRequester should show just fixed fonts..
* Improving fonts situationAndrea Diamantini2010-05-241-1/+1
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+55
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class