]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
[evince.git] / ChangeLog
index 141c55ccae8b34bbac4b34230eac339d41beab24..cfa001e9bd885a080f66732fc69ddd833fc6442e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-print-operation.c:
+       (ev_print_operation_export_print_dialog_response_cb):
+
+       Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
+       
+2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-print-operation.c: (export_cancel),
+       (export_job_cancelled), (ev_print_operation_export_begin),
+       (ev_print_operation_export_cancel):
+       * shell/ev-window.c: (ev_window_print_cancel),
+       (ev_window_print_update_pending_jobs_message),
+       (ev_window_print_operation_done),
+       (ev_window_print_operation_status_changed),
+       (print_jobs_confirmation_dialog_response),
+       (ev_window_cmd_file_close_window):
+
+       Show a confirmation dialog when there are pending print jobs while
+       closing the main window. Fixes bug #480964.
+       
+2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
+       (ev_print_operation_get_job_name),
+       (ev_print_operation_get_status),
+       (ev_print_operation_get_progress),
+       (ev_print_operation_update_status),
+       (ev_print_operation_export_get_job_name), (clamp_ranges),
+       (get_first_and_last_page), (ev_print_operation_export_run_next),
+       (print_job_finished), (export_print_done), (export_job_cancelled),
+       (update_progress), (export_print_page),
+       (ev_print_operation_export_begin),
+       (ev_print_operation_export_print_dialog_response_cb),
+       (ev_print_operation_export_run),
+       (ev_print_operation_export_cancel),
+       (ev_print_operation_export_class_init):
+       * shell/ev-window.c:
+       (ev_window_print_update_pending_jobs_message),
+       (ev_window_print_operation_done),
+       (ev_window_print_progress_response_cb),
+       (ev_window_print_operation_status_changed),
+       (ev_window_print_operation_begin_print), (ev_window_print_range),
+       (ev_window_dispose):
+
+       Show progress information when printing. Fixes bug #482770.
+       
+2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/Makefile.am:
+       * shell/ev-progress-message-area.[ch]:
+       * shell/ev-message-area.[ch]: (ev_message_area_init),
+       (ev_message_area_set_image_from_stock):
+
+       Add EvProgressMessageArea derived from EvMessageArea to show
+       progress information in the message area. 
+       
 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/gedit-message-area/gedit-message-area.[ch]: