Revision f9781fb...

Go back to digest for 2nd December 2012

Features in Networking Tools

Andrea Diamantini committed changes in [rekonq/first-half-rekonq2-to-master] /:

Improve suggestions, step 2

Every change here is given to trade-off suggestions performance (p) and
relevancy (r).

- just check bookmarks for relevance if no history entries found (p)

- remove bookmarks item duplicates from history (r)
- just do it is user typed more than 1 char (p)

- order history entries just if user typed more than 1 char (p)
- (reverse) order by visit count (most visited first) (r)

File Changes

Modified 3 files
  •   src/history/historymanager.h
  •   src/urlbar/urlsuggester.cpp
  •   src/urlbar/urlsuggester.h
3 files changed in total