summaryrefslogtreecommitdiff
path: root/src/opensearch
Commit message (Collapse)AuthorAgeFilesLines
* clean upAndrea Diamantini2011-07-256-85/+85
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-193-12/+5
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-177-114/+114
|
* 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"
* Checking for the empty string causing Rohan & Pano's bug...Andrea Diamantini2011-03-081-1/+4
| | | | | | | | Next test CCBUG:267316 By the way, are you sure this is yet happening? I can no more reproduce it since the first fix...
* Do NOT parse suggestions referred to empty stringsAndrea Diamantini2011-02-281-1/+2
| | | | BUG:267316
* cppcheck round...Andrea Diamantini2011-02-252-4/+3
|
* Coding styleAndrea Diamantini2011-02-259-114/+120
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-2412-24/+24
|
* No more static members in the Application class,Pierre Rossi2011-02-241-1/+1
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Save db_opensearch.json in localLionel Chauvin2011-02-031-2/+2
| | | | Reviewed by adjam
* Fix xml parserLionel Chauvin2011-02-031-2/+0
| | | | Reviewed by elproxy & adjam
* If a cached suggestion is older than one week, it is downloaded again, ↵Lionel Chauvin2011-01-241-1/+4
| | | | | | | | allowing cache to be updated. Reviewed and merged by me :)
* Keep downloaded suggestions in memory.Lionel Chauvin2011-01-223-14/+70
| | | | | 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 )
* Fix issues as pointed out by KrazyRohan Garg2011-01-132-1/+3
| | | | | | * Fix spelling issues * Wrap Strings in QL1S * Use Q_OBJECT macro in a class that derives from QObject
* Krazy Fixes!!Rohan Garg2011-01-121-1/+1
| | | | Add #rekonq_define.h to files that now use QL1C
* Update the completion list when the user switches search engine on the fly.Andrea Diamantini2011-01-093-12/+3
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-214-42/+175
| | | | | | | | | | | | | | | 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 ;)
* -pedanticAndre Woebbeking2010-12-041-1/+1
|
* Port SearchEngine from somewhat unsafe "naked" static variables toAndreas Hartmetz2010-11-292-33/+30
| | | | | K_GLOBAL_STATIC(), which is Perfectly Safe ;) Acked-by Jon.
* Let suggestions work also without search engines ones.Andrea Diamantini2010-11-073-15/+12
|
* First bunch of fixes for the suggestions.Andrea Diamantini2010-11-071-5/+5
| | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* Fix forward declarationMontel Laurent2010-11-032-3/+0
|
* Fix merge codeAndrea Diamantini2010-10-318-33/+45
|
* adapt opensearch reader and writer for xml suggestionsmegabigbug2010-10-306-9/+21
|
* improve layout of visual suggestionsLionel Chauvin2010-10-302-19/+38
|
* Images in visual suggestion are now displayed !!Lionel Chauvin2010-10-301-19/+19
|
* add image field to opensearchLionel Chauvin2010-10-302-5/+12
|
* add an xml parser to the opensearch engine.megabigbug2010-10-307-59/+272
|
* Fix KDE webshortcuts handling with new highlight system. (no more hangs)Andrea Diamantini2010-10-281-4/+6
|
* use QL1C and QL1Smegabigbug2010-10-041-2/+2
|
* use local language instead of english for opensearchmegabigbug2010-10-031-2/+5
|
* Fix OpenSearchManager behavior to work in every case (also the disconnected ↵Andrea Diamantini2010-10-032-27/+33
| | | | | | | | | | ones) I hope this fix bug #250263 Applied in rekonq 0.6.1 and in master CCBUG:250263
* search --> opensearch dirAndrea Diamantini2010-09-2910-0/+1365