Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 23:28:54 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-07 23:28:54 (GMT)
commitbca369672136e5ff831ece9832afd42085808fba (patch)
treef40b0b02036bb97a0d4586077298be7a02e2de03 /shell/Makefile.am
parent11bd1d65957b444c7491e4fb252f3f50ce8ad3d2 (diff)
PageCache and EvJobs are moved from backend to shell. Two new jobs to
load document in background and a statusbar to display this process. FileChooser now can select multiple uris.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 7668e97..c916987 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -58,10 +58,18 @@ evince_SOURCES= \
eggfindbar.h \
ev-application.c \
ev-application.h \
+ ev-job-queue.h \
+ ev-job-queue.c \
+ ev-jobs.h \
+ ev-jobs.c \
+ ev-job-xfer.c \
+ ev-job-xfer.h \
ev-marshal.c \
ev-marshal.h \
ev-page-action.c \
ev-page-action.h \
+ ev-page-cache.h \
+ ev-page-cache.c \
ev-password.h \
ev-password.c \
ev-password-view.h \
@@ -86,6 +94,8 @@ evince_SOURCES= \
ev-sidebar-page.h \
ev-sidebar-thumbnails.c \
ev-sidebar-thumbnails.h \
+ ev-statusbar.c \
+ ev-statusbar.h \
ev-stock-icons.c \
ev-stock-icons.h \
main.c \