summaryrefslogtreecommitdiff
path: root/src/opensearch/searchengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-157/+0
| | | | Preparing repo to merge rekonq2 code...
* Fix search engine(s) for KDE 4.9Andrea Diamantini2012-07-271-6/+16
| | | | | | | | | | | | | This is basically Johannes patch with checks added for kde version and with code duplicated for kwebapp. PS: I tried using KUriFilterData API to do it, without positive results. Postponing a code review here for KDE 5, hoping variables won't change another time name... CCBUG: 303872 CCMAIL: fritz_van_tom@hotmail.com REVIEW: 303872
* Check if user has a default search engine set and eventuallyAndrea Diamantini2012-03-251-0/+3
| | | | | | show a messagewidget to inform and let him set it. REVIEW:104290
* clean upAndrea Diamantini2011-07-251-7/+7
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-1/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-9/+9
|
* Coding styleAndrea Diamantini2011-02-251-1/+1
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* 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
* Update the completion list when the user switches search engine on the fly.Andrea Diamantini2011-01-091-9/+0
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Port SearchEngine from somewhat unsafe "naked" static variables toAndreas Hartmetz2010-11-291-18/+22
| | | | | K_GLOBAL_STATIC(), which is Perfectly Safe ;) Acked-by Jon.
* Let suggestions work also without search engines ones.Andrea Diamantini2010-11-071-13/+4
|
* 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 KDE webshortcuts handling with new highlight system. (no more hangs)Andrea Diamantini2010-10-281-4/+6
|
* search --> opensearch dirAndrea Diamantini2010-09-291-0/+157