Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-12-27 18:37:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-12-27 18:37:45 (GMT)
commit5c07c67fba670090d1110c80745881f92c3f12a9 (patch)
treebf349b918b74878a5adae0c5a315012f6919fe25 /ChangeLog
parent4dcc88ed0bccf5fcd0d8b458cc933b14ddf1ee8a (diff)
Show progress information when printing. Fixes bug #482770.
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. svn path=/trunk/; revision=3309
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6a308d..2eb94ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
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),