Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-06-08 05:12:47 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-06-08 05:12:47 (GMT)
commitd2222e0879e7bd247bec339105bc2c057907b9b5 (patch)
tree77d9e1f49b4dc2e9b3ed3e122d1426d74e8f5f86 /ChangeLog
parentbca369672136e5ff831ece9832afd42085808fba (diff)
Use a GtkIconView in certain situations. That situation is that you're
Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain situations. That situation is that you're using GTK+-HEAD with the patch at #306726 is applied, and you have a document with < 1500 pages in it. It's not quite as uniformly nice as the TreeView, but should be better in the long run. I'm pretty sure I guarded against breaking compilation with HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible I missed some. * shell/ev-window.c (ev_window_init): We don't have our tree/list widget yet, so I commented that code out enable_view_actions_for_widget() for now. Need to figure this out. * shell/ev-page-action.c (match_selected_cb): emit the right signals. Our cool C-l completion now works.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9e6d9f..22326b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
+ situations. That situation is that you're using GTK+-HEAD with
+ the patch at #306726 is applied, and you have a document with <
+ 1500 pages in it. It's not quite as uniformly nice as the
+ TreeView, but should be better in the long run.
+
+ I'm pretty sure I guarded against breaking compilation with
+ HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
+ I missed some.
+
+ * shell/ev-window.c (ev_window_init): We don't have our tree/list
+ widget yet, so I commented that code out
+ enable_view_actions_for_widget() for now. Need to figure this
+ out.
+
+ * shell/ev-page-action.c (match_selected_cb): emit the right
+ signals. Our cool C-l completion now works.
+
2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* backend/Makefile.am: