summaryrefslogtreecommitdiff
path: root/src/urlbar/webshortcutwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-76/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+76
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-76/+0
| | | | Preparing repo to merge rekonq2 code...
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-231-2/+12
| | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Licensing issues fix: part #2Andrea Diamantini2011-09-201-20/+26
| | | | webshortcutwidget files
* fix layout of webshortcutWidget + code cleanupJohannes Tröscher2011-09-111-7/+5
| | | | REVIEWED-BY: trustMe
* Coding styleAndrea Diamantini2011-02-251-2/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+3
|
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-0/+61
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 ;)