]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated Spanish translation.
[evince.git] / ChangeLog
index 32b223ee824473fc94bc141b106f0fd2baa23aa9..041ddd8cfce6505252872dd849e86c36e0a81aba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
+       preview cache back to 1.  Don't know when it got set to 0.
+       
+       * shell/ev-view.c: (compute_border), (ev_view_realize),
+       (draw_one_page), (ev_view_set_property), (ev_view_get_property),
+       (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
+       (ev_view_get_fullscreen), (ev_view_set_presentation),
+       (ev_view_get_presentation), (ev_view_set_sizing_mode),
+       (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
+       * shell/ev-view.h:
+       * shell/ev-window.c:
+       (update_chrome_visibility),
+       (ev_window_cmd_continuous), (ev_window_cmd_dual),
+       (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
+       (update_document_mode), (ev_window_update_fullscreen_action),
+       (ev_window_fullscreen), (ev_window_unfullscreen),
+       (ev_window_cmd_view_fullscreen),
+       (ev_window_update_presentation_action),
+       (ev_window_run_presentation), (ev_window_stop_presentation),
+       (ev_window_cmd_view_presentation), (ev_window_state_event),
+       (ev_window_focus_in_event), (ev_window_focus_out_event),
+       (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
+       * data/evince-ui.xml: Initial presentation mode.  We should
+       probably hide this until it's done, as it's quite rough.  Also,
+       change full-screen to fullscreen and add two getters to EvView.
+
+2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-page-action.c: (update_page_cache),
+       (ev_page_action_dispose):
+       * shell/ev-window.c: (destroy_fullscreen_popup),
+       (ev_window_create_fullscreen_popup):
+
+       Use connect_object rather than explicitly
+       disconnect on dispose.
+
+2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-page-action.c: (update_page_cache),
+       (ev_page_action_dispose):
+
+2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-page-cache.c: (_ev_page_cache_new),
+       (ev_page_cache_set_page_label),
+       (ev_page_cache_has_nonnumeric_page_labels):
+       * backend/ev-page-cache.h:
+       * shell/ev-page-action.c: (update_pages_label):
+       
+       If all page labels are numeric, fallback to default
+       way to display number of pages. See bug 173185.
+
+2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-page-action.c: (ev_page_action_dispose):
+       * shell/ev-view.c: (view_update_range_and_current_page):
+       * shell/ev-window.c: (ev_window_dispose):
+       
+       Set page on scroll in continuous mode. Fixes bug 301986.
+       Also cleanup callbacks on destroy of EvWindow and EvPageAction.
+
+2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * configure.ac:
+
+       Require poppler 0.3.0
+
+2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+       
+       * shell/Makefile.am, configure.ac: Fix build problems
+       with t1lib. Bug 301996.
+
+2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (ev_view_scroll_event):
+       
+       Scroll up increase zoom
+
 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),