summaryrefslogtreecommitdiff
path: root/src/settings/generalwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-2/+0
|
* disableKGet --> checkKGetPresenceAndrea Diamantini2010-08-181-10/+16
| | | | let rekonq also reenable it :)
* Remove return, formatting++Rohan Garg2010-08-171-4/+0
| | | | modified: src/settings/generalwidget.cpp
* Define GeneralWidget::disableKGet() to disable KGetRohan Garg2010-08-171-0/+20
| | | | | | | when KGet is not installed modified: src/settings/generalwidget.cpp Declare GeneralWidget::disableKGet() modified: src/settings/generalwidget.h
* fix set home to current page buttonAndrea Diamantini2010-05-251-1/+1
|
* New Settings classes, one for each widget.Andrea Diamantini2010-05-231-0/+85
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class