]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Do not show the toolbar in fullscreen mode if the main toolbar is not
[evince.git] / ChangeLog
index 83079f68f2f6f21100c4cd638d40f458f9cc0d5f..5d49d050c1fab7caddd006c8a730c2418610e5d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_run_fullscreen):
+
+       Do not show the toolbar in fullscreen mode if the main toolbar is
+       not visible. Fixes bug #483048.
+       
+2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_button_press_event):
+
+       Give priority to form fields over images when deciding whether a
+       button press event is over an image or form field. It allows edit
+       form fields when they are over a background image. Fixes bug
+       #477841.
+       
+2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 2.20.0
+
+2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc:
+
+       Remove #ifdef HAVE_FORMS, so that forms support works again.
+
+2007-09-05  Götz Waschk  <waschk@mandriva.org>
+
+       * configure.ac:
+       * data/evince.desktop.in.in:
+       
+       Fixes desktop file issues. See bug #473471.
+
+2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
+       (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
+       (ev_job_queue_remove_job):
+       * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
+       (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
+       * shell/ev-window.c: (ev_window_clear_save_job),
+       (ev_window_save_job_cb), (file_save_dialog_response_cb),
+       (ev_window_dispose):
+
+       Move save a copy task to its own job so that it's carried out in a
+       thread avoiding another lock in the main thread. Use
+       ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
+       can be saved to a pathin another file system. Fixes bug #456891.
+       
+2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 2.19.92
+
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
+       (pdf_selection_get_selection_region),
+       (pdf_selection_get_selection_map),
+       (ev_form_field_from_poppler_field):
+
+       Bump requirements to poppler 0.6 and drop all ifdefs used. Double
+       and triple click selections are enabled again now.
+
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_add_history):
+
+       Make sure not to use the history with documents not supporting
+       links. Fixes bug #468954.
+
+2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_load_job_cb):
+
+       Restart the search when reloading a document with the find bar
+       visible. Fixes bug #461962.
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (setup_document_from_metadata),
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (setup_document_from_metadata),
@@ -5,7 +89,7 @@
 
        Do not jump to the first page when reloading a document from the
        last page.
 
        Do not jump to the first page when reloading a document from the
        last page.
-       
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (update_chrome_flag),
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (update_chrome_flag),
        Do not update visibility when changing a chrome flag so that it's
        possible to update several flags and update visibility only once
        for all of them.
        Do not update visibility when changing a chrome flag so that it's
        possible to update several flags and update visibility only once
        for all of them.
-       
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_dialog_response_cb):
 
        Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
        supported by gtk+. Fixes bug #460907.
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_dialog_response_cb):
 
        Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
        supported by gtk+. Fixes bug #460907.
-       
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (view_update_range_and_current_page):
 
        Make sure current-page <= end-page in continuous mode. Fixes bug
        #454950.
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (view_update_range_and_current_page):
 
        Make sure current-page <= end-page in continuous mode. Fixes bug
        #454950.
-       
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (build_tree):
 
        Ignore outline items without a title. Fixes bug #453913.
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (build_tree):
 
        Ignore outline items without a title. Fixes bug #453913.
-       
+
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
 
        Use always drag mouse cursor during a drag operation. Fixes bug
        #470564.
 
        Use always drag mouse cursor during a drag operation. Fixes bug
        #470564.
-       
+
 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
        poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
        released and the update of the external dependency minimal version
        approved.
        poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
        released and the update of the external dependency minimal version
        approved.
-       
+
 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
 
        Actually fix printing regressions. Remove orientation from
        EvPrintContext since it's redundant.
 
        Actually fix printing regressions. Remove orientation from
        EvPrintContext since it's redundant.
-       
+
 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
        (ev_view_primary_get_cb):
 
        Add support for double and triple click selections.
        (ev_view_primary_get_cb):
 
        Add support for double and triple click selections.
-       
+
 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS:
 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS: