Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Do not include ev-poppler.h when pdf is disabled.Carlos Garcia Campos2007-01-081-0/+6
| | | | | | | | 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-document-factory.c: Do not include ev-poppler.h when pdf is disabled. svn path=/trunk/; revision=2196
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * data/evince-ui.xml: * pdf/ev-poppler.cc: (pdf_document_images_get_images), (pdf_document_document_images_iface_init): * backend/Makefile.am: * backend/ev-document-images.[ch]: * backend/ev-image.[ch]: * lib/ev-file-helpers.[ch]: (ev_tmp_filename): * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run), (ev_job_xfer_run): * 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_image_mapping): * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup), (view_menu_popup_cb), (ev_window_dispose), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as), (ev_view_popup_cmd_copy_image): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_get_image_at_location), (ev_view_do_popup_menu), (ev_view_popup_menu), (ev_view_button_press_event), (ev_view_drag_data_get), (ev_view_drag_motion), (ev_view_drag_data_received), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_finalize), (ev_view_class_init): Add image handling support. Fixes bugs #310008 and #325047. Images selection is not supported yet. svn path=/trunk/; revision=2194
* Move view drag and drop stuff to ev-view.Carlos Garcia Campos2007-01-071-0/+8
| | | | | | | | | | 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (drag_data_received_cb), (ev_window_init): * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init), (ev_view_init): Move view drag and drop stuff to ev-view. svn path=/trunk/; revision=2192
* Clear selection also in pixbuf cache.Carlos Garcia Campos2007-01-051-0/+7
| | | | | | | | | 2007-01-05 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (clear_job_selection): * shell/ev-view.c: (clear_selection): Clear selection also in pixbuf cache. svn path=/trunk/; revision=2189
* Change icon name in desktop file. See bug #390734 for details.Luca Ferretti2007-01-021-0/+7
| | | | | | | | | | | | | 2007-01-02 Luca Ferretti <elle.uca@libero.it> * data/evince.desktop.in.in: Change icon name in desktop file. See bug #390734 for details. svn path=/trunk/; revision=2184
* Use top_builddir instead top_srcdir for generated schema fileWouter Bolsterlee2006-12-281-0/+7
| | | | | | | | | 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org> * thumbnailer/Makefile.am: Use top_builddir instead top_srcdir for generated schema file installation. Fixes bug #390161.
* Add page transition support in presentation mode. At the moment only pageCarlos Garcia Campos2006-12-271-0/+17
| | | | | | | | | | | | | | | | | 2006-12-27 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/Makefile.am: * backend/ev-document-transition.[ch]: * pdf/ev-poppler.cc: (pdf_document_get_page_duration), (pdf_document_page_transition_iface_init): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_destroy), (page_changed_cb), (ev_view_set_presentation), (transition_next_page), (ev_view_presentation_transition_stop), (ev_view_presentation_transition_start), (ev_view_next_page): Add page transition support in presentation mode. At the moment only page duration is supported, but not transition effects. Fixes bug #309815.
* Run find_link_dest with document lock held, since it's called by linksCarlos Garcia Campos2006-12-251-0/+7
| | | | | | | 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-document-links.c: (ev_document_links_find_link_dest): Run find_link_dest with document lock held, since it's called by links thread and main thread at the same time.
* Update page-cache when page is changed by the view, so that page-changedCarlos Garcia Campos2006-12-251-0/+7
| | | | | | | 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (goto_dest): Update page-cache when page is changed by the view, so that page-changed signal is emitted.
* Use C locale in tests.Carlos Garcia Campos2006-12-251-0/+7
| | | | | | | 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * test/test1.py: * test/test2.py: Use C locale in tests.
* Restore zoom settings when back from presentation mode.Carlos Garcia Campos2006-12-241-0/+8
| | | | | | | | 2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_run_presentation): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_set_presentation): Restore zoom settings when back from presentation mode.
* Always use "best fit" zoom in presentation mode. Fixes bug #389195.Wouter Bolsterlee2006-12-241-0/+7
| | | | | | | | | 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org> * shell/ev-window.c: (ev_window_run_presentation): Always use "best fit" zoom in presentation mode. Fixes bug #389195.
* Show "Jump to page" label in the page jumping popup in presentation modeWouter Bolsterlee2006-12-241-0/+7
| | | | | | | | | 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org> * shell/ev-view.c: (ev_view_goto_window_create): Show "Jump to page" label in the page jumping popup in presentation mode instead of just a GtkEntry.
* Do not escape uri before calling gnome_vfs_url_show(). Fixes bug #378085.Carlos Garcia Campos2006-12-231-0/+7
| | | | | | | 2006-12-23 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_external_uri): Do not escape uri before calling gnome_vfs_url_show(). Fixes bug #378085.
* explicitly check for libxml2. Fixes #388795Elijah Newren2006-12-231-0/+4
| | | | | | 2006-12-22 Elijah Newren <newren gmail com> * configure.ac: explicitly check for libxml2. Fixes #388795
* Allow jumping to another page by typing a page number in presentationCarlos Garcia Campos2006-12-221-0/+14
| | | | | | | | | | | | | | 2006-12-22 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Check for NL_MEASUREMENT. Fixes bug #376469. Thanks to Damien CarberyNickolay V. Shmyrev2006-12-211-0/+10
| | | | | | | | | | | | 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * 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 <damien.carbery@sun.com> and Yevgen Muntyan <muntyan@tamu.edu>.
* Make sure Evince doesn't restore the view on the last page when a documentWouter Bolsterlee2006-12-201-0/+7
| | | | | | | | | 2006-12-20 Wouter Bolsterlee <wbolster@cvs.gnome.org> * 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.
* Fix compilation with older compilers like gcc 2. Fixes bug #387237.Jens Granseuer2006-12-181-0/+6
| | | | | | 2006-12-18 Jens Granseuer <jensgr@gmx.net> * shell/ev-view.c: (draw_loading_text): Fix compilation with older compilers like gcc 2. Fixes bug #387237.
* Release 0.7.0Carlos Garcia Campos2006-12-181-0/+7
| | | | | | | 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * NEWS: Release 0.7.0
* Make cairo-pdf depedency optional.Carlos Garcia Campos2006-12-181-0/+9
| | | | | | | | | 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.Carlos Garcia Campos2006-12-181-0/+6
| | | | | | 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Use an specific lock for FontConfig. Hopefully it fixes some crashesCarlos Garcia Campos2006-12-181-0/+12
| | | | | | | | | | | | 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Acquire lock document when drawing "Loading..." text so that only oneCarlos Garcia Campos2006-12-181-0/+7
| | | | | | | 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Check if text inserted in page entry is a valid page number when itCarlos Garcia Campos2006-12-151-0/+8
| | | | | | | | 2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Tabs in ChangelogJulien Rebetez2006-12-141-3/+4
|
* GTK_STOCK_SELECT_ALL is used in menu definition, but isn't available withJulien Rebetez2006-12-141-0/+6
| | | | | | | | 2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org> * 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.
* Fix ps backend in multihead systems.Carlos Garcia Campos2006-12-141-0/+7
| | | | | | | 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * ps/ps-document.c: (start_interpreter), (ps_document_next_page): Fix ps backend in multihead systems.
* Take screen DPI into account when zooming. Fixes bug #318285.Carlos Garcia Campos2006-12-141-0/+9
| | | | | | | | | 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Cleaned up/slightly refactored Makefile.am. Added GConf schemasWouter Bolsterlee2006-12-131-0/+7
| | | | | | | | | 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/Makefile.am: Cleaned up/slightly refactored Makefile.am. Added GConf schemas uninstallation as well.
* Fight with autotools to fix make check. Make distcheck works fine as wellWouter Bolsterlee2006-12-131-0/+8
| | | | | | | | | | 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * Makefile.am: * test/Makefile.am: Fight with autotools to fix make check. Make distcheck works fine as well now!
* Corrected "end of presentation" string.Wouter Bolsterlee2006-12-131-0/+6
| | | | | | | | 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * shell/ev-view.c: (draw_end_presentation_page): Corrected "end of presentation" string.
* Correctly propagate key press event so that up/down keys work as expectedWouter Bolsterlee2006-12-131-0/+8
| | | | | | | | | | 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * 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).
* Add "static" to some private functions.Carlos Garcia Campos2006-12-131-0/+10
| | | | | | | | | | 2006-12-13 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Fixes CHACK type in class casts. See bug #385343 for details.P. Henrique Silva2006-12-131-0/+15
| | | | | | | | | | | | | | | | | 2006-12-13 P. Henrique Silva <ph.silva@gmail.com> * 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.
* Blank screen in presentation mode when pressing 'b' (filling with black)Carlos Garcia Campos2006-12-101-0/+10
| | | | | | | | | | 2006-12-10 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Use stock icon for Select All action. Fixes bug #382652.Gabriel Felipe Cornejo2006-12-091-0/+8
| | | | | | | | | | 2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com> * data/evince-toolbar.xml: * shell/ev-window.c: Use stock icon for Select All action. Fixes bug #382652.
* Add links support in rotated documents. Fixes bug #343733.Radoslav Dorcik2006-12-091-0/+7
| | | | | | | 2006-12-09 Radoslav Dorcik <dixiecko@gmail.com> * 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.
* Show a blank page after the last page in presentation mode with a messageCarlos Garcia Campos2006-12-091-0/+9
| | | | | | | | | 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Hide cursor after a while in presentation mode.Carlos Garcia Campos2006-12-091-0/+6
| | | | | | 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (fullscreen_timeout_cb): Hide cursor after a while in presentation mode.
* Adds a paper size field to the properties dialog. Fixes bug #307315. PatchWouter Bolsterlee2006-12-041-0/+13
| | | | | | | | | | | | | | | 2006-12-04 Wouter Bolsterlee <wbolster@cvs.gnome.org> * 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).
* Move screensaver handling to application. No more message on startup.Nickolay V. Shmyrev2006-12-031-0/+17
| | | | | | | | | | | | | | | | | | | 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * 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.
* Allow printing to PDF when suppoted by the backend.Carlos Garcia Campos2006-12-031-0/+14
| | | | | | | | | | | | | | 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Use always "Document Viewer" in about dialog.Carlos Garcia Campos2006-12-031-0/+6
| | | | | | 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (build_comments_string): Use always "Document Viewer" in about dialog.
* Display a warning message when get_pageinfo fails.Carlos Garcia Campos2006-12-031-0/+6
| | | | | | 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * djvu/djvu-document.c: (djvu_document_get_page_size): Display a warning message when get_pageinfo fails.
* Make pdf compilation optional. See bug #38007.Yevgen Muntyan2006-11-301-0/+10
| | | | | | | | | | | | 2006-11-30 Yevgen Muntyan <muntyan@tamu.edu> * 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.
* Fix CVE-2006-5864.Carlos Garcia Campos2006-11-301-0/+6
| | | | | | 2006-11-30 Carlos Garcia Campos <carlosgc@gnome.org> * ps/ps.c: (get_next_text): Fix CVE-2006-5864.
* Do not call g_type_class_peek_parent twice.Carlos Garcia Campos2006-11-221-0/+8
| | | | | | | | 2006-11-22 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init): * shell/ev-navigation-action.c: (connect_proxy), (ev_navigation_action_finalize), (ev_navigation_action_class_init): Do not call g_type_class_peek_parent twice.
* Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.Nickolay V. Shmyrev2006-11-221-0/+11
| | | | | | | | | | | | | 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/icons/24x24/.cvsignore: * data/icons/24x24/Makefile.am: * data/icons/24x24/evince.png: * data/icons/Makefile.am: Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.
* Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification.Nickolay V. Shmyrev2006-11-221-0/+5
| | | | | | | 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification.