]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fixes program description translation issue. Bug #450148.
[evince.git] / ChangeLog
index 98c80839b5cf4e6734ab66d41ce145edd1ba90d8..135629308490ac3c48e2fd9f9f0fa87606cd3ade 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,310 @@
+2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
+
+       * shell/main.c: (main):
+
+       Fixes program description translation issue.
+       Bug #450148.
+
+2007-06-21  Cesar Fernandez  <cesar@pk2.org>
+
+       * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
+
+       Do not change current page when returning from black/white mode
+       in presentation. Fixes bug #415032.
+
+2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.1
+
+2007-06-17  Alaska Subedi  <asubedi@gmail.com>
+
+       * backend/dvi/dvi-document.c:
+       (dvi_document_finalize),
+       (dvi_document_file_exporter_format_supported),
+       (dvi_document_file_exporter_begin),
+       (dvi_document_file_exporter_do_page),
+       (dvi_document_file_exporter_end),
+       (dvi_document_file_exporter_iface_init), (dvi_document_init):
+       
+       PDF exporter for dvi documents. Fixes bug #441319.
+
+2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_clear_print_job):
+
+       Clear gtk print job when job has finished. Fixes bug #447612.
+
+2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_print_send),
+       (ev_window_print_dialog_response_cb), (ev_window_print_range):
+
+       Add preview button to print dialog. Fixes bug #445419.
+
+2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/dvi/Makefile.am:
+       * backend/dvi/pixbuf-device.[ch]: Removed
+       * backend/dvi/cairo-device.[ch]: Added
+       * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
+       * backend/dvi/dvi-document.c: (dvi_document_load),
+       (dvi_document_render), (dvi_document_finalize),
+       (dvi_document_thumbnails_get_thumbnail), (parse_color),
+       (dvi_document_do_color_special):
+       * libdocument/ev-document-misc.[ch]:
+       (ev_document_misc_pixbuf_from_surface):
+
+       Port dvi backend to cairo and fix a problem with colors. 
+
+2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (draw_one_page):
+
+       Draw only visible region.
+
+2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/djvu/djvu-document.c: (djvu_document_render):
+
+       Fix rotation in djvu backend.
+
+2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-pixbuf-cache.c: (job_finished_cb),
+       (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
+       (ev_pixbuf_cache_get_image_mapping),
+       (ev_pixbuf_cache_get_text_mapping):
+
+       Redraw view every time we have a new surface. Fixes bug #443587.
+
+2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document.c: (ev_document_info_free):
+
+       Fix memory leaks.
+
+2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/dvi/dvi-document.c: (dvi_document_render),
+       (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
+       * backend/impress/impress-document.c:
+       (imp_render_get_from_drawable), (impress_document_render_pixbuf),
+       (impress_document_render), (impress_document_document_iface_init),
+       (impress_document_thumbnails_get_thumbnail):
+       * backend/djvu/djvu-document-private.h:
+       * backend/djvu/djvu-document.c: (djvu_document_render),
+       (djvu_document_finalize), (djvu_document_document_iface_init),
+       (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
+       * backend/tiff/tiff-document.c: (tiff_document_render),
+       (tiff_document_render_pixbuf),
+       (tiff_document_document_iface_init):
+       * backend/pdf/ev-poppler.cc: (pdf_document_render),
+       (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
+       (pdf_selection_render_selection):
+       * backend/comics/comics-document.c:
+       (comics_document_render_pixbuf), (comics_document_render),
+       (comics_document_document_iface_init):
+       * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
+       (pixbuf_document_document_iface_init):
+       * libdocument/ev-document-misc.[ch]:
+       (ev_document_misc_surface_from_pixbuf),
+       (ev_document_misc_surface_rotate_and_scale):
+       * libdocument/ev-document.[ch]: (ev_document_render):
+       * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
+       * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
+       (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
+       (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
+       (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
+       (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
+       * shell/ev-jobs.[ch]: (ev_job_render_dispose),
+       (render_finished_cb), (ev_job_render_run):
+       * shell/ev-view.c: (draw_loading_text), (draw_one_page),
+       (merge_selection_region):
+
+       Use cairo image surfaces instead of GDK pixbufs for drawing pages
+       and selections.
+
+2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window-title.c: (ev_window_title_update):
+
+       Fix memory leak.
+
+2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (draw_loading_text):
+
+       Show loading text centered. Fixes bug #433061
+
+2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-sidebar-thumbnails.c:
+       (ev_sidebar_thumbnails_set_loading_icon):
+
+       Remove a mutex in the main thread that blocks the UI in heavy
+       documents.
+
+2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
+
+       Set points_set to TRUE so that selections don't disappear after a
+       zoom change.
+
+2007-06-07  Michael Monreal  <infernux@web.de>
+
+       * data/icons/16x16/actions/Makefile.am:
+       * data/icons/16x16/actions/zoom.svg:
+       * data/icons/22x22/actions/Makefile.am:
+       * data/icons/22x22/actions/zoom.svg:
+       * data/icons/24x24/actions/Makefile.am:
+       * shell/ev-stock-icons.c:
+       * shell/ev-stock-icons.h:
+       * shell/ev-window.c:
+       
+       Zoom icon artwork. See bug #444795.
+
+2007-06-05  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/ev-metadata-manager.c: Remove extraneous function
+       (Closes: #444386)
+
+2007-06-05  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
+       (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
+       (ev_metadata_manager_set), (ev_metadata_manager_save):
+       Simplify the timeout, no need for modified anymore
+
+2007-06-05  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
+       (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
+       (ev_metadata_manager_set_last), (ev_metadata_manager_set),
+       (ev_metadata_manager_save): Adapted patch from Arjan van de
+       Ven (arjan@linux.intel.com) to avoid the timeout running all the
+       time, saves on power (Closes: #443851)
+
+2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
+       (pdf_selection_render_selection), (pdf_document_get_page_duration):
+
+       Bump requirements to poppler 0.5.9 and drop all ifdefs used.
+
+2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (ev_window_add_history):
+
+       Check if history is NULL
+
+2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-image.c: (ev_image_finalize):
+       * libdocument/ev-document-factory.c: (free_uncompressed_uri):
+       * libdocument/ev-attachment.c: (ev_attachment_finalize):
+       * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
+       (ev_tmp_uri_unlink):
+
+       Add functions to delete temporary files created by evince in a safe
+       way.
+
+       * shell/ev-window.c: (ev_window_clear_local_uri),
+       (open_xfer_update_progress_callback),
+       (save_xfer_update_progress_callback), (ev_window_save_remote),
+       (file_save_dialog_response_cb), (ev_window_cmd_save_as),
+       (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
+       (attachment_save_dialog_response_cb),
+       (ev_attachment_popup_cmd_save_attachment_as):
+
+       Allow saving a copy of a document, image or attachment to a remote
+       location. Fixes bug #440754. 
+
+2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
+
+       Fix build with current poppler from cvs head. 
+
+2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
+
+       * libdocument/ev-file-helpers.c: (ensure_dir_exists):
+
+       Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
+       directory exists.
+
+2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * shell/ev-sidebar.c: (ev_sidebar_add_page):
+       * shell/ev-window.c:
+
+       Change sidebar ordering. Fixes bug #439939.
+
+2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
+
+       * backend/comics/Makefile.am:
+       
+       Fixes build with --without-libgnome.
+
+2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
+       
+       * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
+
+       Update cursor and tooltip on page change and view scroll. Fixes bug
+       #439217.
+
+2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.0
+
+2007-05-14  Alaska Subedi <asubedi@gmail.com>
+
+       * backend/djvu/djvu-document-private.h:
+       * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
+       (djvu_document_finalize),
+       (djvu_document_file_exporter_format_supported),
+       (djvu_document_file_exporter_begin),
+       (djvu_document_file_exporter_do_page),
+       (djvu_document_file_exporter_end),
+       (djvu_document_file_exporter_iface_init), (djvu_document_init):
+       
+       Implemented printing with djvu. Bug #437998.
+
+2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/impress/zip.c:
+       Add missing ulong definition.
+
+       * backend/ps/ps-interpreter.c:
+       Add missing headers.
+
+       Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
+
+2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
+
+       Add missing call to parent class dispose method. 
+
+2007-05-12  Ross Burton  <ross@openedhand.com>
+
+       * shell/main.c:
+       Sync keybindings manually when building without libgnome
+       (#437925).
+
+2007-05-12  Ross Burton  <ross@openedhand.com>
+
+       * shell/ev-window.c:
+       Respect the screen when opening help (#437866).
+
 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * data/evince-ui.xml: