summaryrefslogtreecommitdiff
path: root/src/settings/generalwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Last clean up on settingsAndrea Diamantini2012-04-121-2/+1
| | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up
* Privacy tab settingsAndrea Diamantini2012-04-121-8/+0
| | | | | | Clean up (again) rekonq settings, adding "advanced" and "privacy" sections and removing the "network" one, merged here and there with the other ones
* Fix download settings application on rekonq config dialogAndrea Diamantini2012-01-171-1/+4
| | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam
* Add settings for fixed download pathAndrea Diamantini2011-11-291-0/+12
|
* Fix data insert in the home page setting dialogFurkan Uzumcu2011-08-311-0/+8
| | | | | REVIEW: 102423 REVIEWED-BY: adjam
* clean upAndrea Diamantini2011-07-251-3/+3
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-1/+0
|
* Added UI option to configure the "Do Not Track" featureAndrea Diamantini2011-07-191-0/+12
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-4/+4
|
* Coding styleAndrea Diamantini2011-02-251-1/+1
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-1/+1
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-2/+2
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* 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