Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-08-17 20:23:46 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-08-17 20:23:46 (GMT)
commit7657f1a15f49ea7aaf6c33c10a9d22095a9187ac (patch)
tree527ae403ef26ed09a27e1bcead45e34dc6e9df57 /ChangeLog
parentf636661bcd189fefca5dad99deca9088d4a4b317 (diff)
Also store in page-cache the dimensions of the thumbnails so that they can
2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-page-cache.c: (ev_page_cache_new), (ev_page_cache_get_thumbnail_size): * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (ev_sidebar_thumbnails_set_loading_icon): Also store in page-cache the dimensions of the thumbnails so that they can be used to create the correct loading icon in the side pane. Fixes bug #466857. svn path=/trunk/; revision=2630
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 991e333..b860ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-page-cache.c: (ev_page_cache_new),
+ (ev_page_cache_get_thumbnail_size):
+ * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
+ (ev_sidebar_thumbnails_set_loading_icon):
+
+ Also store in page-cache the dimensions of the thumbnails so that
+ they can be used to create the correct loading icon in the side
+ pane. Fixes bug #466857.
+
+2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
+
* backend/pdf/ev-poppler.cc:
(pdf_document_thumbnails_get_thumbnail):