summaryrefslogtreecommitdiff
path: root/src/settings/webkitwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+71
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-71/+0
| | | | Preparing repo to merge rekonq2 code...
* Privacy tab settingsAndrea Diamantini2012-04-121-15/+0
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-261-6/+21
| | | | | | | | | | | | This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-2/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+71
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class