aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2002-12-31 19:11:13 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2002-12-31 19:11:13 +0800
commitbeec33b028bdeb5f0da6ed51305f32e3b8041f6e (patch)
tree423f13ba51091c72712f28cd5c610457bb15333e /TODO
parent1e3579d624fa8b4c212017cbb6a8dd977dd7741d (diff)
downloadgsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar.gz
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar.bz2
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar.lz
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar.xz
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.tar.zst
gsoc2013-epiphany-beec33b028bdeb5f0da6ed51305f32e3b8041f6e.zip
Remove hidden filtering page.
2002-12-31 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/prefs-dialog.glade: Remove hidden filtering page. * embed/ephy-history.c: (ephy_history_autocompletion_source_foreach), (ephy_history_init), (ephy_history_add_host), (ephy_history_visited), (ephy_history_get_page_visits): * lib/ephy-autocompletion.c: (ephy_autocompletion_refine_matches), (ephy_autocompletion_update_matches_full_item): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_autocompletion_source_foreach): Fix memory corruption in bookmarks refine. Implement history autocompletion score. Smarter host matching code. Add some sanity checks.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index fb0f92c9d..e5019d541 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,7 @@
To do:
-- favicons doesnt work anymore
-- ephy-dnd.c we still need it ?
-- implement phoenix like popup blocking
-- urls like www.gnome.org and gnome.org should use same folder in history
-- history scoring for autocompletion
+- implement phoenix like popup blocking / make popups less annoying
+- drop items from history when they are not visited since some time
Done:
@@ -15,3 +12,8 @@ Done:
* simplify/clean autocompletion entry code
* favicons should not be fetched on load end
* open bookmarks, close galeon -> crash
+* favicons doesnt work anymore
+* ephy-dnd.c we still need it ?
+* autocompletion refine borked for bookmarks
+* history scoring for autocompletion
+* urls like www.gnome.org and gnome.org should use same folder in history