summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with new ordering algorithmAndrea Diamantini2012-01-091-3/+8
| | | | | | Let search item being first when it really is important CCBUG:290884
* Reorder suggestions list, taking on a "relevant" listAndrea Diamantini2012-01-031-113/+51
| | | | | | relevant items are those "starting" with the typedString: eg: type "kde", for me "kde.org" and "kde-apps.org" are more relevant that i.e. "planetkde" that will be last in list.
* cut out open search suggestionsAndrea Diamantini2012-01-031-24/+30
|
* show history entries also when no favorite search engine is setAndrea Diamantini2011-12-151-1/+1
| | | | | | | Bug investigation and courtesy patch by Gabo Menna. Many thanks for :D BUG: 256322
* minor startup speed improvement (QL1C && QL1S)Andrea Diamantini2011-12-151-24/+30
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-2/+2
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Use the relevance method to sort HistoryItem in the UrlBarYoann Laissus2011-11-171-1/+7
|
* Let rekonq save file remotelyAndrea Diamantini2011-11-031-1/+1
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* Remove suggestion when response title is the same as typed textAndrea Diamantini2011-10-191-0/+3
| | | | | In fact, this result is just present in one of the first 2 lines of the query.
* clean upAndrea Diamantini2011-07-251-33/+33
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-28/+2
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-39/+39
|
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-101-37/+20
| | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
* Coding styleAndrea Diamantini2011-02-251-40/+40
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-5/+5
| | | | | | | 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-10/+21
| | | | | Lionel Chauvin's work. Reviewed by me :)
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-8/+4
| | | | | | | | | | | | | | | 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 ;)
* Let suggestions work also without search engines ones.Andrea Diamantini2010-11-071-1/+9
|
* First bunch of fixes for the suggestions.Andrea Diamantini2010-11-071-8/+16
| | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* fix suggestion not displayed when missing .xmlLionel Chauvin2010-10-301-9/+6
|
* improve layout of visual suggestionsLionel Chauvin2010-10-301-9/+1
|
* Images in visual suggestion are now displayed !!Lionel Chauvin2010-10-301-0/+4
|
* add an xml parser to the opensearch engine.megabigbug2010-10-301-7/+9
|
* Better protocol resolution for URL barRohan Garg2010-10-151-1/+2
|
* fix opensearch suggestions urlmegabigbug2010-10-051-1/+1
|
* Recognize .local & .eu domains.Andrea Diamantini2010-09-041-2/+2
| | | | | | Courtesy patch from Libor Klepac. Thanks :) BUG: 248983
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-5/+6
|
* Code Review.Andrea Diamantini2010-09-021-0/+1
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* rekonq 0.5.85Andrea Diamantini2010-09-021-0/+2
| | | | | | | | | another bunch of bug fixes CCBUG:248967 CCBUG:244039 Please, check this version and let us know. Many thanks for...
* don't calculate suggestions on fast typing resolution or when userAndrea Diamantini2010-09-021-2/+8
| | | | types a local url (something starting with /)
* big commit: fix fast typinglionelc2010-09-011-3/+14
|
* Fix adding suggestions to not let completion widget "flicker"Andrea Diamantini2010-08-301-1/+2
|
* about url detection fixAndrea Diamantini2010-08-301-1/+1
|
* Cleaning up new suggestions mechanismAndrea Diamantini2010-08-291-1/+1
|
* First fixes, 4 suggestionsAndrea Diamantini2010-08-291-2/+4
|
* Restore urlbar responsivenessAndrea Diamantini2010-08-281-29/+11
| | | | Suggestions are now added when ready
* Fix urlbar to make about:foo the first entry instead of the googlingRohan Garg2010-08-241-1/+1
| | | | modified: src/urlbar/urlresolver.cpp
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-0/+1
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-32/+32
| | | | src/bookmarks/bookmarkprovider.*
* Merge branch 'opensearch'Andrea Diamantini2010-08-201-92/+156
|\ | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp
| * fix suggestion item: use the correct search enginemegabigbug2010-08-191-0/+1
| |
| * working opensearch suggestionsmegabigbug2010-08-151-106/+149
| |
| * wait signalmegabigbug2010-08-151-0/+5
| |
| * introduce a new SuggestionListItemlionelc2010-08-121-3/+18
| | | | | | | | introduce an opensearch engine
* | Krazy fixes, first bunchAndrea Diamantini2010-08-201-5/+7
| |
* | HistoryManager review (the second):Andrea Diamantini2010-08-191-2/+2
|/ | | | | | | - impressive cleanup of the code - removed unneeded classes - one List to manage the items in the historyManager, one easier Hash in the HistoryFilterModel to speed up searches - better HistoryItem updates
* fix suggestion typemegabigbug2010-07-211-1/+1
|
* reintroduce bookmark suggestionsmegabigbug2010-07-211-2/+7
|
* remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-201-5/+23
| | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions