summaryrefslogtreecommitdiff
path: root/src/opensearch/opensearchmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-358/+0
| | | | Preparing repo to merge rekonq2 code...
* Kitchen sink clean upAndrea Diamantini2012-05-271-3/+3
| | | | | | - astyle - copyrights - (some) includes
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-231-49/+51
| | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-3/+3
|
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-251-0/+1
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* Krazy fixesAndrea Diamantini2012-02-161-2/+2
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-5/+5
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Revert "Revert "Fix OpenSearchEngine crash call""Andrea Diamantini2011-12-291-1/+5
| | | | | | This reverts commit 18cb05938a8a1621c267a0c3a3efc03382061681. Sorry, merged wrong branch. Reverted a working commit...
* Revert "Fix OpenSearchEngine crash call"Andrea Diamantini2011-12-291-5/+1
| | | | This reverts commit 956f75478e7a7c01971c9ef84305d97af8a2e21f.
* Fix OpenSearchEngine crash callAndrea Diamantini2011-12-231-1/+5
| | | | | | | | | Don't ask me why, as I'm not code author and it seems a bit complicated for the evening, but following backtrace (bug 289583, Thread 1, #12) it seems there is a call to a non extant opensearchengine instance. This check prevents this crashy situation. BUG: 289583
* Calm down kDebug messagesAndrea Diamantini2011-10-111-5/+0
|
* clean upAndrea Diamantini2011-07-251-22/+22
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-7/+1
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-29/+29
|
* Code janitoringAlbert Astals Cid2011-05-291-1/+1
| | | | | qDeleteAll knows how to delete values of the map in a better way than calling values add const & to foreach "iterators"
* Do NOT parse suggestions referred to empty stringsAndrea Diamantini2011-02-281-1/+2
| | | | BUG:267316
* Coding styleAndrea Diamantini2011-02-251-28/+28
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* Save db_opensearch.json in localLionel Chauvin2011-02-031-2/+2
| | | | Reviewed by adjam
* Keep downloaded suggestions in memory.Lionel Chauvin2011-01-221-11/+15
| | | | | This prevents from downloading it again, letting the completion list be more reactive.
* Fixes as pointed out by KrazyRohan Garg2011-01-141-1/+0
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Update the completion list when the user switches search engine on the fly.Andrea Diamantini2011-01-091-2/+2
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-25/+141
| | | | | | | | | | | | | | | 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 ;)
* Fix merge codeAndrea Diamantini2010-10-311-1/+1
|
* add an xml parser to the opensearch engine.megabigbug2010-10-301-3/+7
|
* Fix OpenSearchManager behavior to work in every case (also the disconnected ↵Andrea Diamantini2010-10-031-26/+30
| | | | | | | | | | ones) I hope this fix bug #250263 Applied in rekonq 0.6.1 and in master CCBUG:250263
* search --> opensearch dirAndrea Diamantini2010-09-291-0/+234