X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=9749cea4840c8b14a447a5c25730af83894f6113;hb=9f20012d6372450a60b93744367a3b718e7866c6;hp=fdfb9e1785e68af721d4738ff68a8522579eb9c7;hpb=b37f798df0c3a745dbc4c1fc8e98b070bcd3ecf3;p=evince.git diff --git a/ChangeLog b/ChangeLog index fdfb9e17..9749cea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,276 @@ +2006-12-22 Elijah Newren + + * configure.ac: explicitly check for libxml2. Fixes #388795 + +2006-12-22 Carlos Garcia Campos + + * shell/ev-view-private.h: + * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide), + (ev_view_goto_window_delete_event), (key_is_numeric), + (ev_view_goto_window_key_press_event), + (ev_view_goto_window_button_press_event), + (ev_view_goto_entry_activate), (ev_view_goto_window_create), + (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event), + (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy): + + Allow jumping to another page by typing a page number in presentation + mode. It uses a popup window with an entry. Fixes bug #353625. + +2006-12-21 Nickolay V. Shmyrev + + * configure.ac: + * properties/ev-properties-view.c: (ev_get_default_user_units), + (ev_regular_paper_size): + + Check for NL_MEASUREMENT. Fixes bug #376469. Thanks + to Damien Carbery and + Yevgen Muntyan . + +2006-12-20 Wouter Bolsterlee + + * shell/ev-window.c: (setup_document_from_metadata): + + Make sure Evince doesn't restore the view on the last + page when a document is reopened. Fixes bug #383381. + +2006-12-18 Jens Granseuer + + * shell/ev-view.c: (draw_loading_text): + + Fix compilation with older compilers like gcc 2. Fixes bug #387237. + +2006-12-18 Carlos Garcia Campos + + * configure.ac: + * NEWS: + + Release 0.7.0 + +2006-12-18 Carlos Garcia Campos + + * configure.ac: + * pdf/ev-poppler.cc: (pdf_print_context_free), + (pdf_document_file_exporter_begin), + (pdf_document_file_exporter_do_page): + + Make cairo-pdf depedency optional. + +2006-12-18 Carlos Garcia Campos + + * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print): + + Use ev_file_exporter instead of ev_ps_exporter in ev-print-job. + +2006-12-18 Carlos Garcia Campos + + * backend/ev-document.[ch]: (ev_document_get_fc_mutex), + (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock): + * pdf/ev-poppler.cc: (make_thumbnail_for_size): + * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run): + * shell/ev-view.c: (draw_loading_text): + * shell/ev-window.c: (ev_window_cmd_file_properties): + + Use an specific lock for FontConfig. Hopefully it fixes some crashes + related to using FontConfig from different threads. + +2006-12-18 Carlos Garcia Campos + + * shell/ev-view.c: (draw_loading_text): + + Acquire lock document when drawing "Loading..." text so that only one + thread will use FontConfig at the same time. Fixes bug #374750. + +2006-12-15 Carlos Garcia Campos + + * shell/ev-page-action.[ch]: (activate_cb): + * shell/ev-window.c: (activate_label_cb): + + Check if text inserted in page entry is a valid page number when it + doesn't match to any document page label. Fixes bug #383165. + +2006-12-14 Julien Rebetez, + * shell/ev-window.c: + + GTK_STOCK_SELECT_ALL is used in menu definition, but isn't + available with GTK < 2.10. Added an ifdef to avoid compilation + error. + +2006-12-14 Carlos Garcia Campos + + * configure.ac: + * ps/ps-document.c: (start_interpreter), (ps_document_next_page): + + Fix ps backend in multihead systems. + +2006-12-14 Carlos Garcia Campos + + * ps/ps-document.c: (setup_page), (ps_document_get_page_size): + * shell/ev-window.c: (ev_window_get_screen_dpi), + (ev_window_update_actions), (setup_view_from_metadata), + (ev_window_zoom_changed_cb), (zoom_control_changed_cb): + + Take screen DPI into account when zooming. Fixes bug #318285. + +2006-12-14 Wouter Bolsterlee + + * data/Makefile.am: + + Cleaned up/slightly refactored Makefile.am. Added GConf + schemas uninstallation as well. + +2006-12-13 Wouter Bolsterlee + + * Makefile.am: + * test/Makefile.am: + + Fight with autotools to fix make check. Make distcheck + works fine as well now! + +2006-12-13 Wouter Bolsterlee + + * shell/ev-view.c: (draw_end_presentation_page): + + Corrected "end of presentation" string. + +2006-12-13 Wouter Bolsterlee + + * shell/ev-view.c: (ev_view_key_press_event): + + Correctly propagate key press event so that up/down keys + work as expected (correct behaviour was broken by + black/white screen key bindings for presentations). + +2006-12-13 Carlos Garcia Campos + + * pdf/ev-poppler.cc: (pdf_document_find_get_n_results), + (pdf_document_find_get_result), (pdf_document_find_page_has_results), + (pdf_document_find_get_progress), (pdf_selection_render_selection), + (pdf_selection_get_selection_region), + (pdf_selection_get_selection_map): + + Add "static" to some private functions. + +2006-12-13 P. Henrique Silva + + * lib/ev-tooltip.h: + * properties/ev-properties-view.h: + * shell/ev-jobs.h: + * shell/ev-properties-dialog.h: + * shell/ev-properties-fonts.h: + * shell/ev-sidebar-links.h: + * shell/ev-sidebar-thumbnails.h: + * shell/ev-sidebar.h: + * shell/ev-window.h: + + Fixes CHACK type in class casts. See bug #385343 + for details. + +2006-12-10 Carlos Garcia Campos + + * shell/ev-view-private.h: + * shell/ev-view.c: (draw_end_presentation_page), + (ev_view_expose_event), (ev_view_key_press_event), + (ev_view_class_init), (ev_view_init): + + Blank screen in presentation mode when pressing 'b' (filling with + black) or 'w' (filling with white) keys. Fixes bug #358132. + +2006-12-09 Gabriel Felipe Cornejo + + * data/evince-toolbar.xml: + * shell/ev-window.c: + + Use stock icon for Select All action. Fixes + bug #382652. + +2006-12-09 Radoslav Dorcik + + * shell/ev-view.c: (get_doc_point_from_offset), + (ev_view_get_link_at_location), (ev_view_motion_notify_event): + + Add links support in rotated documents. Fixes bug #343733. + +2006-12-09 Carlos Garcia Campos + + * shell/ev-view-private.h: + * shell/ev-view.c: (draw_end_presentation_page), + (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation): + + Show a blank page after the last page in presentation mode with a + message indicating that presentation has finished and how to exit. + +2006-12-09 Carlos Garcia Campos + + * shell/ev-window.c: (fullscreen_timeout_cb): + + Hide cursor after a while in presentation mode. + +2006-12-04 Wouter Bolsterlee + + * backend/ev-document-info.h: + * data/evince-properties.glade: + * pdf/ev-poppler.cc: + * properties/ev-properties-view.c: (ev_regular_paper_size), + (ev_properties_view_set_info): + * ps/ps-document.c: (ps_document_get_info): + + Adds a paper size field to the properties dialog. Fixes + bug #307315. Patch by Kasper Svendsen (with some i18n + changes done by me). + +2006-12-03 Nickolay V. Shmyrev + + * cut-n-paste/totem-screensaver/totem-scrsaver.c: + (screensaver_init_dbus), (totem_scrsaver_new), + (totem_scrsaver_init): + * cut-n-paste/totem-screensaver/totem-scrsaver.h: + * shell/ev-application.c: (ev_application_register_service), + (ev_application_screensaver_enable), + (ev_application_screensaver_disable): + * shell/ev-application.h: + * shell/ev-window.c: (ev_window_run_presentation), + (ev_window_stop_presentation), (build_comments_string), + (ev_window_init): + + Move screensaver handling to application. No more + message on startup. + +2006-12-03 Carlos Garcia Campos + + * configure.ac: + * backend/Makefile.am: + * backend/ev-file-exporter.[ch]: + * pdf/ev-poppler.cc: (pdf_document_file_exporter_*): + * ps/ps-document.c: (ps_document_file_exporter_*): + * tiff/tiff-document.c: (tiff_document_document_file_exporter_*): + * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): + * shell/ev-window.c: (ev_window_setup_action_sensitivity), + (ev_window_print_dialog_response_cb), (ev_window_print_range): + + Allow printing to PDF when suppoted by the backend. + +2006-12-03 Carlos Garcia Campos + + * shell/ev-window.c: (build_comments_string): + + Use always "Document Viewer" in about dialog. + +2006-12-03 Carlos Garcia Campos + + * djvu/djvu-document.c: (djvu_document_get_page_size): + + Display a warning message when get_pageinfo fails. + +2006-11-30 Yevgen Muntyan + + * Makefile.am: + * backend/Makefile.am: + * backend/ev-document-factory.c: (ev_document_factory_add_filters): + * configure.ac: + * shell/ev-window.c: (build_comments_string): + + Make pdf compilation optional. See bug #38007. + 2006-11-30 Carlos Garcia Campos * ps/ps.c: (get_next_text):