summaryrefslogtreecommitdiff
path: root/src/settings/appearancewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Added option for global zoom settings :)Andrea Diamantini2013-12-031-0/+1
| | | | BUG: 307477
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+65
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-65/+0
| | | | Preparing repo to merge rekonq2 code...
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-141-4/+7
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Fix && improve fonts management.Andrea Diamantini2010-07-291-11/+2
| | | | | This should save from fonts crash reported by pano &&.. (sorry, cannot remember your name)
* Fixing fonts..Andrea Diamantini2010-05-301-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 settingsAndrea Diamantini2010-05-241-0/+3
| | | | Now the "fixed font" KFontRequester should show just fixed fonts..
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+58
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class