summaryrefslogtreecommitdiff
path: root/src/settings/generalwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a "session" startup optionAndrea Diamantini2013-04-021-1/+0
| | | | BUG: 249462
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* Settings, easier than copy/paste...Andrea Diamantini2012-12-101-0/+62
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-62/+0
| | | | Preparing repo to merge rekonq2 code...
* Fix download settings application on rekonq config dialogAndrea Diamantini2012-01-171-1/+1
| | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Fix data insert in the home page setting dialogFurkan Uzumcu2011-08-311-0/+1
| | | | | REVIEW: 102423 REVIEWED-BY: adjam
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* disableKGet --> checkKGetPresenceAndrea Diamantini2010-08-181-1/+1
| | | | let rekonq also reenable it :)
* Define GeneralWidget::disableKGet() to disable KGetRohan Garg2010-08-171-0/+1
| | | | | | | when KGet is not installed modified: src/settings/generalwidget.cpp Declare GeneralWidget::disableKGet() modified: src/settings/generalwidget.h
* 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