]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Use g_timeout_add_seconds instead of g_timeout_add when available.
[evince.git] / ChangeLog
index 1869dd0b49dd8e47aa1a34112b9ac912b3d6ab99..3cd135e74b19fc79aa1d5bd9e8e7fc64d7650b82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * cut-n-paste/totem-screensaver/totem-scrsaver.c:
+       (screensaver_disable_x11):
+       * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
+       * shell/ev-window.c: (presentation_set_timeout):
+       * shell/ev-view.c: (ev_view_presentation_transition_start):
+
+       Use g_timeout_add_seconds instead of g_timeout_add when
+       available.
+       
+2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
+
+       Set horizontal scrollbar policy to AUTOMATIC instead of
+       NEVER. Workaround for bug #449462.
+       
+2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.c: (ev_job_render_page_ready):
+
+       Add page_ready callback to main loop with high priority and hold
+       a reference to job during idle.
+       
+2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
+       (pdf_document_file_exporter_begin),
+       (pdf_document_file_exporter_do_page),
+       (pdf_document_file_exporter_get_capabilities):
+       * libdocument/ev-file-exporter.h:
+       * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
+       * shell/ev-window.c: (ev_window_print_send),
+       (ev_window_print_dialog_response_cb):
+
+       Allow printing multiple pages per sheet. Fixes bug #395573.
+       
+2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (tip_from_link):
+       
+       Check for NULL, fixes bug #460862.
+
+2007-07-29  Christian Persch  <chpe@gnome.org>
+
+       * shell/ev-window.c: (ev_window_enumerate_printer_cb),
+       (ev_window_preview_print_finished), (ev_window_do_preview_print),
+       (ev_window_cmd_preview_print):
+       
+       Fixes bug #437681 - blocks while enumerating printers.
+
+2007-07-29  Christian Persch  <chpe@gnome.org>
+
+       * shell/ev-window.c: (ev_window_screen_changed):
+       
+       Don't use deprecated gtk+ function. See bug #460909.
+
+2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-utils.c: (get_num_monitors):
+       * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
+
+       Do not use display before initializing it. Remove compile
+       warnings.
+
+2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
+
+       * shell/ev-view.c: (ev_view_class_init):
+       
+       Unix-like hjkl bindings added. See bug #458111.
+
+2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
+
+       * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
+       * shell/ev-utils.h:
+       * shell/ev-view.c: (ev_view_set_zoom_for_size),
+       (ev_view_update_view_size):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_update_actions),
+       (setup_view_from_metadata), (ev_window_screen_changed),
+       (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
+       (zoom_control_changed_cb):
+       * shell/ev-window.h:
+       
+       Reorganizes utility functions.
+
 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
        Add page_ready signal to notify that page is ready as soon as
        possible even if other page elements like links, forms, images or
        text mapping are not ready yet.
        Add page_ready signal to notify that page is ready as soon as
        possible even if other page elements like links, forms, images or
        text mapping are not ready yet.
-       
+
 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
 
        Use capabilities to know which options should be offered by the
        print dialog depending on the document backend.
 
        Use capabilities to know which options should be offered by the
        print dialog depending on the document backend.
-       
+
 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
 
        Give priority to forms over text to set the cursor.
 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
 
        Give priority to forms over text to set the cursor.
-       
+
 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view-private.h:
 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view-private.h:
 
        Use IBEAM cursor for text form fields and NORMAL cursor for read
        only fields. Remove unused status attribute.
 
        Use IBEAM cursor for text form fields and NORMAL cursor for read
        only fields. Remove unused status attribute.
-       
+
 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
        Update region for current selected items also for checkbox
        buttons, since they can behave as radio buttons when they are in a
        set.
        Update region for current selected items also for checkbox
        buttons, since they can behave as radio buttons when they are in a
        set.
-       
+
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 
        Get max length of text form fields.
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 
        Get max length of text form fields.
-       
+
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
        * shell/ev-view.c: (ev_view_form_field_text_create_widget):
 
        Fix build with current poppler cvs head.
        * shell/ev-view.c: (ev_view_form_field_text_create_widget):
 
        Fix build with current poppler cvs head.
-       
+
 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/zoom-control/ephy-zoom-control.c:
 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/zoom-control/ephy-zoom-control.c:
 
        Fix build with gtk+ >= 2.11.5 due to gtktooltips
        deprecation. Fixes bug #455667
 
        Fix build with gtk+ >= 2.11.5 due to gtktooltips
        deprecation. Fixes bug #455667
-       
+
 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS:
 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS: