From 48e488b596bc73000d172234f87ffd46e9f4032e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 27 Dec 2008 18:37:13 +0000 Subject: First step of the printing system rework. EvJobPrint has been replaced by 2008-12-24 Carlos Garcia Campos * shell/Makefile.am: * shell/ev-print-operation.[ch]: * shell/ev-jobs.[ch]: (ev_job_export_init), (ev_job_export_dispose), (ev_job_export_run), (ev_job_export_class_init), (ev_job_export_new), (ev_job_export_set_page): * shell/ev-window.c: (ev_window_print_operation_done), (ev_window_print_range), (ev_window_dispose): First step of the printing system rework. EvJobPrint has been replaced by EvJobExport so that every page is scheduled to be exported in a thread instead of scheduling the whole printing process. This way the gui is responsive during printing. svn path=/trunk/; revision=3306 --- (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 1a15494..7f7ad4d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -61,6 +61,8 @@ evince_SOURCES= \ ev-password-view.c \ ev-pixbuf-cache.c \ ev-pixbuf-cache.h \ + ev-print-operation.h \ + ev-print-operation.c \ ev-properties-dialog.c \ ev-properties-dialog.h \ ev-properties-fonts.c \ -- cgit v0.9.1