summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-179/+0
| | | | Preparing repo to merge rekonq2 code...
* Get sure web shortcuts are considered first url detectionAndrea Diamantini2012-08-141-0/+2
| | | | BUG: 304994
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+1
|
* accept CTRL + TAB eventsAndrea Diamantini2012-01-251-2/+2
|
* cppcheckAndrea Diamantini2012-01-241-21/+23
|
* Fix issue with new ordering algorithmAndrea Diamantini2012-01-091-1/+1
| | | | | | Let search item being first when it really is important CCBUG:290884
* Use the relevance method to sort HistoryItem in the UrlBarYoann Laissus2011-11-171-0/+3
|
* clean upAndrea Diamantini2011-07-251-1/+1
| | | | | | - 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-20/+20
|
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-101-1/+1
| | | | | | 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-23/+23
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* 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-4/+5
| | | | | Lionel Chauvin's work. Reviewed by me :)
* -pedanticAndre Woebbeking2010-11-131-1/+1
|
* Let suggestions work also without search engines ones.Andrea Diamantini2010-11-071-1/+0
|
* First bunch of fixes for the suggestions.Andrea Diamantini2010-11-071-2/+5
| | | | | We are now respecting users setting on default engines (if someone chooses NONE default search engines, searches are NOT performed)
* improve layout of visual suggestionsLionel Chauvin2010-10-301-5/+15
|
* add image field to opensearchLionel Chauvin2010-10-301-0/+5
|
* add an xml parser to the opensearch engine.megabigbug2010-10-301-2/+5
|
* Code Review.Andrea Diamantini2010-09-021-8/+10
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* don't calculate suggestions on fast typing resolution or when userAndrea Diamantini2010-09-021-9/+9
| | | | types a local url (something starting with /)
* big commit: fix fast typinglionelc2010-09-011-1/+13
|
* Restore urlbar responsivenessAndrea Diamantini2010-08-281-3/+4
| | | | Suggestions are now added when ready
* working opensearch suggestionsmegabigbug2010-08-151-6/+23
|
* introduce a new SuggestionListItemlionelc2010-08-121-1/+3
| | | | introduce an opensearch engine
* reintroduce bookmark suggestionsmegabigbug2010-07-211-1/+1
|
* remove useless bookmarkPath attribute of UrlSearchItemmegabigbug2010-07-201-8/+5
| | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions
* history review:megabigbug2010-07-201-48/+2
| | | | | | | | | - remove AwesomeUrlCompletion class - add an QHash to the history manager: each url have a visit counter - sort history urls by visit count TODO: - reintroduce bookmark item in url resolver (broken when AwesomeUrlCompletion was removed)
* Awesome bar speed upAndrea Diamantini2010-06-051-8/+76
| | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390
* remove domainNameItem() methodmegabigbug2010-05-241-2/+11
| | | | search a privilged item in the bookmark and history list instead of in the result list
* Removed pointers use in UrlResolver classAndrea Diamantini2010-05-161-1/+1
|
* performance improvement: build one static regexp instead of several in the ↵megabigbug2010-05-161-1/+1
| | | | isHttp method (they was built for each key pressed)
* if the url of an item have the same domaine name as the typed string, it is ↵megabigbug2010-05-051-0/+2
| | | | moved at top of the list
* Last krazy fixesAndrea Diamantini2010-05-041-1/+1
|
* Krazy fixesAndrea Diamantini2010-04-301-1/+1
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-0/+4
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-8/+8
|
* Akregator RSS supportmatgic782010-04-231-3/+2
|
* Fixing Lionel's merge request:Andrea Diamantini2010-04-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | - clean/fix APIs - removed no more used methods/signals from CompletionWidget - use item->url() (as it has been defined) - Change the "pointing out text" from underline to bold (better, IMO) - QString --> Q/K url, as needed - Restore UrlFromUserInput engine: why it has been deleted? - Comment out the isHttp() check. That way I cannot in any way connect to localhost or to my home server. Apart from typing their IPs.. - Partially fixed the switch search engine implementation. Btw, I have to say I really don't like rekonq switch my default engine just because one time I decided to give a try to another... Not sure about. - Something more coming.. But tomorrow! Now it's 3:20 am here. Good night!
* introduce search listitemlionelc2010-04-151-10/+9
|
* URLBAR ANIMATION: implementation fixAndrea Diamantini2010-04-121-4/+6
| | | | | | | | | | | This commit follows the logic explained somewhere else, moving rekonq to a better management for urls from user input. 1) users type strings --> we store them in QStrings 2) app load urls --> we should ever work with KUrls, trying to guess users needs Here I also removed the unuseful QString icon from UrlSearchItem definition, as we just have a type (Search, Browse, History, Books..), a (k)url and an Application::icon method :)
* multiple icons for type of itemslionelc2010-04-021-4/+16
| | | | display icon of website
* manage common item of bookmarks and historylionelc2010-04-021-0/+2
|
* Cleaning awesome bar code a bit..Andrea Diamantini2010-04-011-2/+0
| | | | | | - update is better than repaint (this also probably solves the flickering results update) - right scope for some methods - removed KUrl use from there
* detect if user type an url and order the results accordinglymegabigbug2010-03-291-0/+1
|
* This commit merge all our work about new UrlBar.Andrea Diamantini2010-03-291-0/+72
DISCLAIMER: this is far from perfect, but we finally have a good starting point to work on.. :) Jonas Gastal started working on it in the 0.3 times, startin from CompletionBase code .. .. I did some work on another idea, proposing (in code) a new "suggest engine" created from scratch... Lionel Chauvin finally merged our ideas and implemented what you are seeing (and improved it, too!).. - New suggestion items (Firefox style) - a mockup on the known urls (rekonq style) - for now, automatic Google and Wikipedia searches (more coming).. - a beautiful animation :) - quite all rough edges smoothed -------------------------------------------------------- Squashed commit of the following: commit d9cf43da421c7f6c71f78444ff1935c414468b98 commit 9dcb6e18f8a3e9ae8ef1cd1299d47d37393aa6e5 commit 6c4bf2b2040ea20c78c5703f20c6bc88b7e40169 commit 8488df67115d186489f34210b638c150c66f62d3 commit 066ab907661282b1ffa4cf640739c20b4c7b6556 commit c23e23cbca7ab3197c570651a95d3f8fea270d78 commit 60655b0a8685a76e2b8b7a457bfded974bc98b4c commit 9a8817db124b55f501c9e5d3415a975ee6f92d68 commit 61312b6b577a535a4d56758b3bd3ea38812d5139 commit b6a3f4ea12423a063eafa641cedd13b890b9d392 commit 5e8e2f851edb42bc2deed296c26c58c3d7570381 commit 2904d828f71ac8ff46a53e58da8f45b5aa16e7ef ---------------------------------------------------------