Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a "session" startup option | Andrea Diamantini | 2013-04-02 | 1 | -11/+0 |
| | | | | BUG: 249462 | ||||
* | Supporting panel (again) :) | Andrea Diamantini | 2013-03-10 | 1 | -3/+2 |
| | | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354 | ||||
* | Clean up WebWindow inserting the WebTab there. | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Settings, easier than copy/paste... | Andrea Diamantini | 2012-12-10 | 1 | -0/+130 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -130/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Last clean up on settings | Andrea Diamantini | 2012-04-12 | 1 | -2/+1 |
| | | | | | Get sure settings are updated everytime Strings, spaces and one unuseful slot removed clean up | ||||
* | Privacy tab settings | Andrea Diamantini | 2012-04-12 | 1 | -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 dialog | Andrea Diamantini | 2012-01-17 | 1 | -1/+4 |
| | | | | | | | Courtesy patch by "Wyatt", thanks!!! BUG:291726 REVIEWED-BY:adjam | ||||
* | 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 |