Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add settings for fixed download path | Andrea Diamantini | 2011-11-29 | 1 | -0/+12 |
| | |||||
* | Fix data insert in the home page setting dialog | Furkan Uzumcu | 2011-08-31 | 1 | -0/+8 |
| | | | | | REVIEW: 102423 REVIEWED-BY: adjam | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -3/+3 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -1/+0 |
| | |||||
* | Added UI option to configure the "Do Not Track" feature | Andrea Diamantini | 2011-07-19 | 1 | -0/+12 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -4/+4 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -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 engine | Andrea Diamantini | 2010-12-21 | 1 | -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 integration | Andrea Diamantini | 2010-08-19 | 1 | -2/+0 |
| | |||||
* | disableKGet --> checkKGetPresence | Andrea Diamantini | 2010-08-18 | 1 | -10/+16 |
| | | | | let rekonq also reenable it :) | ||||
* | Remove return, formatting++ | Rohan Garg | 2010-08-17 | 1 | -4/+0 |
| | | | | modified: src/settings/generalwidget.cpp | ||||
* | Define GeneralWidget::disableKGet() to disable KGet | Rohan Garg | 2010-08-17 | 1 | -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 button | Andrea Diamantini | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | New Settings classes, one for each widget. | Andrea Diamantini | 2010-05-23 | 1 | -0/+85 |
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class |