Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaning up new suggestions mechanism | Andrea Diamantini | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | First fixes, 4 suggestions | Andrea Diamantini | 2010-08-29 | 1 | -2/+4 |
| | |||||
* | Restore urlbar responsiveness | Andrea Diamantini | 2010-08-28 | 1 | -29/+11 |
| | | | | Suggestions are now added when ready | ||||
* | Fix urlbar to make about:foo the first entry instead of the googling | Rohan Garg | 2010-08-24 | 1 | -1/+1 |
| | | | | modified: src/urlbar/urlresolver.cpp | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -32/+32 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Merge branch 'opensearch' | Andrea Diamantini | 2010-08-20 | 1 | -92/+156 |
|\ | | | | | | | | | | | Conflicts: src/CMakeLists.txt src/urlbar/urlresolver.cpp | ||||
| * | fix suggestion item: use the correct search engine | megabigbug | 2010-08-19 | 1 | -0/+1 |
| | | |||||
| * | working opensearch suggestions | megabigbug | 2010-08-15 | 1 | -106/+149 |
| | | |||||
| * | wait signal | megabigbug | 2010-08-15 | 1 | -0/+5 |
| | | |||||
| * | introduce a new SuggestionListItem | lionelc | 2010-08-12 | 1 | -3/+18 |
| | | | | | | | | introduce an opensearch engine | ||||
* | | Krazy fixes, first bunch | Andrea Diamantini | 2010-08-20 | 1 | -5/+7 |
| | | |||||
* | | HistoryManager review (the second): | Andrea Diamantini | 2010-08-19 | 1 | -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 type | megabigbug | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | reintroduce bookmark suggestions | megabigbug | 2010-07-21 | 1 | -2/+7 |
| | |||||
* | remove useless bookmarkPath attribute of UrlSearchItem | megabigbug | 2010-07-20 | 1 | -5/+23 |
| | | | | | add a regexp for detect url of search engines remove url that are detected from history suggestions | ||||
* | history review: | megabigbug | 2010-07-20 | 1 | -126/+12 |
| | | | | | | | | | - 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) | ||||
* | forgot to add apt: to urlbar ;) | Rohan Garg | 2010-07-08 | 1 | -1/+1 |
| | | | | modified: urlbar/urlresolver.cpp | ||||
* | more contraints for privileged item selection | megabigbug | 2010-06-08 | 1 | -6/+4 |
| | |||||
* | Put over localhost browse results | Andrea Diamantini | 2010-06-06 | 1 | -1/+3 |
| | | | | BUG: 238390 | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 1 | -77/+260 |
| | | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390 | ||||
* | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | QString is more efficient than passing a one-character string. | ||||
* | prefer man- and info-pages to default search engine | Bernhard Beschow | 2010-05-26 | 1 | -1/+1 |
| | |||||
* | Show actual page source | Andrea Diamantini | 2010-05-25 | 1 | -1/+0 |
| | | | | BUG:235338 | ||||
* | This commit fixes my problems with this new handling. | Andrea Diamantini | 2010-05-24 | 1 | -8/+9 |
| | | | | | It searches before in the history, to ensure search is done in the widest site list && change a bit the search mechanism | ||||
* | remove domainNameItem() method | megabigbug | 2010-05-24 | 1 | -16/+22 |
| | | | | search a privilged item in the bookmark and history list instead of in the result list | ||||
* | add local file detection | megabigbug | 2010-05-19 | 1 | -1/+3 |
| | |||||
* | Implement about urls easy suggestions | Andrea Diamantini | 2010-05-17 | 1 | -0/+18 |
| | |||||
* | Removed pointers use in UrlResolver class | Andrea Diamantini | 2010-05-16 | 1 | -5/+11 |
| | |||||
* | performance improvement: build one static regexp instead of several in the ↵ | megabigbug | 2010-05-16 | 1 | -24/+24 |
| | | | | isHttp method (they was built for each key pressed) | ||||
* | This commit should fix a lot of troubles on fast urlbar typing | Andrea Diamantini | 2010-05-14 | 1 | -2/+1 |
| | | | | | | | | | | | | so now situation is: - first list is shown immediately - timer decreases from 200 to 150 ms (less is pretty unuseful, I fear) - people who fast type & returnPress have KUriFilter help Hope this helps :) As promised, CCBUG:237390 | ||||
* | No wait for first results | Andrea Diamantini | 2010-05-14 | 1 | -32/+29 |
| | |||||
* | if the url of an item have the same domaine name as the typed string, it is ↵ | megabigbug | 2010-05-05 | 1 | -9/+37 |
| | | | | moved at top of the list | ||||
* | Last krazy fixes | Andrea Diamantini | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -2/+0 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -5/+5 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -42/+42 |
| | |||||
* | Fixed wrong pointed out text in the Browse ListItem | Andrea Diamantini | 2010-04-30 | 1 | -2/+1 |
| | |||||
* | - Fixed layouts in the *ListItem classes | Andrea Diamantini | 2010-04-28 | 1 | -4/+3 |
| | | | | | - Browse before than Search - remove some warning messages | ||||
* | refractoring on search engines | megabigbug | 2010-04-23 | 1 | -9/+1 |
| | |||||
* | add comment to string | Panagiotis Papadopoulos | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Fixing Lionel's merge request: | Andrea Diamantini | 2010-04-16 | 1 | -21/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 listitem | lionelc | 2010-04-15 | 1 | -34/+24 |
| | |||||
* | URLBAR ANIMATION: implementation fix | Andrea Diamantini | 2010-04-12 | 1 | -22/+12 |
| | | | | | | | | | | | 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 :) | ||||
* | fix strings | pano | 2010-04-11 | 1 | -2/+2 |
| | |||||
* | multiple icons for type of items | lionelc | 2010-04-02 | 1 | -5/+11 |
| | | | | display icon of website | ||||
* | manage common item of bookmarks and history | lionelc | 2010-04-02 | 1 | -2/+25 |
| | |||||
* | add title for history items | lionelc | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | display bookmark and history item only if string typed is longer than 3 chars | lionelc | 2010-04-02 | 1 | -15/+18 |
| |