]> spindle.queued.net Git - midori/commit
Implement sorting location items by the number of visits
authorDale Whittaker <dayul@users.sf.net>
Sat, 8 Nov 2008 01:23:08 +0000 (02:23 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 8 Nov 2008 01:39:45 +0000 (02:39 +0100)
commit0246eeb124fb380e1aaa4aeae5d17dde43525f4c
treec6c6c2ed81eaeaed123c07bc3fc57a1aed836c9f
parent7ac9c7787b9ec50a860b0a380f00c426ba4401cd
Implement sorting location items by the number of visits

For the moment, a define in the code decides whether items
are sorted based on when they were added or how often
a page was visited. The 'visits' property and respective
database column is unused (we keep it for compatibility).
It turns out it's enough to store that information in
the tree model.

The visit based sorting is not enabled because it is
simply delaying startup incredibly. It will have to be
decided whether to introduce a preference, or always use
a visited based sorting once the startup delay is fixed.

History items are also deleted from the tree model now
if they are too old, according to the preference.
katze/katze-item.c
katze/katze-item.h
midori/main.c
midori/midori-browser.c
midori/midori-locationaction.c
midori/midori-locationaction.h
midori/midori-locationentry.c
midori/midori-locationentry.h