Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-12-27 18:37:13 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-12-27 18:37:13 (GMT)
commit48e488b596bc73000d172234f87ffd46e9f4032e (patch)
tree7dc5f3ea66bedbf493223c179fb13bbd19e59e15 /shell/Makefile.am
parent6b3613c2246624b0d9e0234096c95ad8daa20632 (diff)
First step of the printing system rework. EvJobPrint has been replaced by
2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org> * 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
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \