Disconnect also page-ready signal when removing a job because the page
2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
Disconnect also page-ready signal when removing a job because the
page size has changed. Thanks to kripken
<kripkensteiner@gmail.com>.
Use libspectre, if available, for the ps backend. Fixes bugs #317106,
2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* backend/ps/Makefile.am:
* backend/ps/ev-spectre.[ch]:
Use libspectre, if available, for the ps backend. Fixes bugs
#317106, #499787, #501235, #421879, #445797, #443859 and #486547.
Do not limit the minimum zoom factor when sizing mode is best bit or fit
2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_set_zoom):
Do not limit the minimum zoom factor when sizing mode is best bit
or fit width. Fixes bug #503805.
Do not change left, top and zoom values when they are null in PDF
2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
* libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
(ev_link_dest_get_left), (ev_link_dest_get_zoom),
(ev_link_dest_get_property), (ev_link_dest_set_property),
(ev_link_dest_class_init), (ev_link_dest_new_xyz),
(ev_link_dest_new_fith), (ev_link_dest_new_fitv),
(ev_link_dest_new_fitr):
* shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
(goto_fith_dest), (goto_xyz_dest):
Do not change left, top and zoom values when they are null in PDF
destinations. Fixes bug #460658.
Restore cursor to normal after a drag operation. Fixes bug #501603.
2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_handle_cursor_over_xy):
Restore cursor to normal after a drag operation. Fixes bug
#501603.
Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
(ev_window_run_fullscreen):
Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
Show thumbnails for documents with one page. Fixes bug #358751.
2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
* ev-sidebar-thumbnails.c: (update_visible_range),
(ev_sidebar_thumbnails_refresh),
(ev_sidebar_thumbnails_set_document),
(ev_sidebar_thumbnails_support_document):
Show thumbnails for documents with one page. Fixes bug #358751.
Print settings that are specific to the document are now saved per
2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c:
(ev_window_load_print_settings_from_metadata),
(ev_window_save_print_settings), (ev_window_print_finished),
(ev_window_print_range):
Print settings that are specific to the document are now saved per
document in the metadata file. Fixes bug #488806.
Add an expander to the open toolbar item which pops up a dropdown menu
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
* data/evince-toolbar.xml:
* shell/Makefile.am:
* shell/ev-application.c: (ev_application_init):
* shell/ev-open-recent-action.[ch]:
* shell/ev-window.c:
(ev_window_open_recent_action_item_activated),
(register_custom_actions):
Add an expander to the open toolbar item which pops up a dropdown
menu with the recently used documents. Fixes bug #487215.
Do not jump to the first page when reloading by running evince from the
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_open_uri),
(ev_window_cmd_view_reload):
Do not jump to the first page when reloading by running evince
from the command line. Fixes bug #490847.
Hiroyuki Ikezoe [Sat, 27 Oct 2007 16:48:09 +0000 (16:48 +0000)]
Plugged memory leak when help file is not found. Fixes bug #490762.
2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
* shell/ev-window.c: (ev_window_cmd_help_contents):
Plugged memory leak when help file is not found. Fixes bug
#490762.
Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.
2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
* shell/ev-print-job.c: (ev_print_job_class_init):
Fix a crash when printing with the gnome-print dialog. Fixes bug
#488939.
When printing multiple pages per sheet in reverse option, do not invert
2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc:
(pdf_document_file_exporter_begin_page),
(pdf_document_file_exporter_do_page),
(pdf_document_file_exporter_end_page),
(pdf_document_file_exporter_iface_init):
* libdocument/ev-file-exporter.[ch]:
(ev_file_exporter_begin_page), (ev_file_exporter_end_page):
* shell/ev-jobs.c: (ev_job_print_get_page_list),
(ev_job_print_run):
When printing multiple pages per sheet in reverse option, do not
invert the order of the pages in every sheet, but the order of the
sheets. Do not print blank pages when page range is invalid. Fixes
bugs #484857 and #485521.
Respect ranges order when printing more than one range in random order.
2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-jobs.c: (ev_job_print_get_page_list),
(ev_job_print_run):
* shell/ev-window.c: (ev_window_print_dialog_response_cb):
Respect ranges order when printing more than one range in random
order.
Rotate also the window icon when document is rotated. Fixes bug #474681.
2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
* shell/ev-window.c: (ev_window_refresh_window_thumbnail),
(ev_window_setup_document), (ev_window_rotation_changed_cb):
Rotate also the window icon when document is rotated. Fixes bug
#474681.
Use poppler_page_render_for_printing() instead of poppler_page_render() if
2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
Use poppler_page_render_for_printing() instead of
poppler_page_render() if available when exporting to a ps or pdf
file. Fixes bug #476627.
Do not show the toolbar in fullscreen mode if the main toolbar is not
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.
Give priority to form fields over images when deciding whether a button
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.
Move save a copy task to its own job so that it's carried out in a thread
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.
Bump requirements to poppler 0.6 and drop all ifdefs used. Double and
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.
Make sure not to use the history with documents not supporting links.
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.
Restart the search when reloading a document with the find bar visible.
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.