]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Hungarian translation updated.
[evince.git] / ChangeLog
index 0cca8942f7791056b1694d0c8e5ee2ea85499061..6feae0dcd2386888ad97f465e62e838c6f285187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (update_action_sensitivity):
+       
+       Disable print and save respect to lockdown gconf keys. Fix
+       for 312342.
+
+2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * shell/ev-utils.c: (rename_file), (set_umask_permissions),
+       (write_to_temp_file), (ev_file_set_contents):
+       * shell/ev-utils.h:
+       * shell/ev-window.c: (save_print_config_to_file):
+       
+       Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
+       Fix for bug 312228
+
+2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
+
+       * shell/ev-window.c: (load_print_config_from_file),
+       (save_print_config_to_file), (ev_window_print_range):
+
+       Persist the print settings. Fixes bug #311578.
+
+2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * djvu/djvu-document.c: (djvu_document_get_page_size),
+       (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
+       (djvu_document_thumbnails_get_thumbnail):
+       * dvi/dvi-document.c: (dvi_document_get_page_size),
+       (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
+       (dvi_document_thumbnails_get_dimensions),
+       (dvi_document_thumbnails_get_thumbnail):
+       * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
+       (pixbuf_document_render_pixbuf),
+       (pixbuf_document_document_iface_init),
+       (pixbuf_document_thumbnails_get_thumbnail):
+       
+       Update backends to make them build with new rotation system.
+
+2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * help/C/figures/evince_start_window.png:
+       
+       Update documentation image from Luca Ferretti <elle.uca@libero.it>
+
+Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
+       * shell/ev-pixbuf-cache.h:
+       * shell/ev-sidebar-thumbnails.c:
+       (ev_sidebar_thumbnails_get_property), (add_range),
+       (adjustment_changed_cb):
+       * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
+       pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
+       we were thumbnailing the entire docment on startup, slowing us
+       down hugely. 
+
+Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-page-cache.c: (ev_page_cache_new):
+       * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
+       == 0, fixes #310306.
+
+2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
+       (ev_view_rotate_left):
+
+       Account rotation in doc_rect_to_view_rect.
+       Ensure rotation doesnt go out of bounds.
+
+2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-page-cache.c: (ev_page_cache_get_size):
+
+       Correct and cleanup w/h swapping
+
 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * backend/ev-document-thumbnails.c: