Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing fonts.. | Andrea Diamantini | 2010-05-30 | 1 | -1/+11 |
| | | | | | | | | | | | 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 settings | Andrea Diamantini | 2010-05-24 | 1 | -0/+3 |
| | | | | Now the "fixed font" KFontRequester should show just fixed fonts.. | ||||
* | New Settings classes, one for each widget. | Andrea Diamantini | 2010-05-23 | 1 | -0/+58 |
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class |