summaryrefslogtreecommitdiff
path: root/src/settings/webkitwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+60
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-60/+0
| | | | Preparing repo to merge rekonq2 code...
* Privacy tab settingsAndrea Diamantini2012-04-121-1/+0
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-1/+1
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-261-1/+2
| | | | | | | | | | | | 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
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+60
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class