]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fix memory leak.
[evince.git] / ChangeLog
index 1419ab9a3feb07c9e2be5fc5fd5a8d3c2c5c93b5..35fa4305f46d093767f384a57d54a4c53fa60305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+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: