| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
its real position: The appearance settings widget.
In fact our code is actually changing "default" text encoding, not
the page one "on the fly"
|
|
|
|
| |
Reviewed by adjam
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.. :)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Now the "fixed font" KFontRequester should show just fixed fonts..
|
| |
|
|
It seems clear to me that this way code is more maintainable than merging everything
in the settingsdialog class
|