summaryrefslogtreecommitdiff
path: root/src/urlbar/webshortcutwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-271-3/+1
|
* Licensing issues fix: part #2Andrea Diamantini2011-09-201-20/+26
| | | | webshortcutwidget files
* Fix close & sessionAndrea Diamantini2011-09-131-2/+2
| | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
* fix layout of webshortcutWidget + code cleanupJohannes Tröscher2011-09-111-79/+46
| | | | REVIEWED-BY: trustMe
* clean upAndrea Diamantini2011-07-251-4/+4
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-6/+6
|
* Coding styleAndrea Diamantini2011-02-251-9/+9
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+3
|
* Replace webshorcuts icons and text.Lionel Chauvin2011-02-141-1/+7
| | | | | | | Text: webshortcuts ---> search engines Icon: web-browser-shorctus ---> edit-web-search Reviewed by adjam
* Fixes as pointed out by KrazyRohan Garg2011-01-141-1/+1
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Krazy Fixes!!Rohan Garg2011-01-121-2/+3
| | | | Add #rekonq_define.h to files that now use QL1C
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-0/+184
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 ;)