summaryrefslogtreecommitdiff
path: root/src/settings/settings_appearance.ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix && uniform UI widthAndrea Diamantini2013-12-081-169/+283
|
* Added option for global zoom settings :)Andrea Diamantini2013-12-031-0/+34
| | | | BUG: 307477
* Move "custom CSS path" from Appearance to Advanced settingsAndrea Diamantini2013-12-031-46/+0
|
* "Clean up" Appearance settings widgetAndrea Diamantini2013-08-071-11/+80
| | | | | The easiest solution I found is fixing a width for the labels. Hope it will be good
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+284
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-284/+0
| | | | Preparing repo to merge rekonq2 code...
* Privacy tab settingsAndrea Diamantini2012-04-121-343/+239
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Change the default tab number from 2 to 0 for Appearence SettingsYoann Laissus2011-10-171-1/+1
| | | | | Patch from Furkan Üzümcü REVIEW: 102901
* Added a combobox with middleclick options "autoscroll", "pasteAndGo" andFurkan Üzümcü2011-09-201-19/+36
| | | | | "do nothing"
* fix stringsPanagiotis Papadopoulos2011-02-251-5/+5
|
* This patch cleans up encoding management, moving code toAndrea Diamantini2011-02-141-261/+326
| | | | | | | its real position: The appearance settings widget. In fact our code is actually changing "default" text encoding, not the page one "on the fly"
* Added an option to show current website favicon as rekonq window iconFurkan Uzumcu2011-02-051-1/+8
| | | | Reviewed by adjam
* Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-2/+15
|
* Fixing fonts..Andrea Diamantini2010-05-301-126/+174
| | | | | | | | | | | 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.. :)
* 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