diff options
author | Carlos Garcia Campos <[email protected]> | 2012-09-29 16:06:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 08:27:44 +0100 |
commit | a04ab7f1b28fd3e3f767baaa69b0c4eb06a0825a (patch) | |
tree | 8b835b9b07383ba4f3b7fb10e204ea00522e7617 /libview/Makefile.am | |
parent | 9ac0d1a788affc0307d837b8011f533d16974841 (diff) | |
download | atril-a04ab7f1b28fd3e3f767baaa69b0c4eb06a0825a.tar.bz2 atril-a04ab7f1b28fd3e3f767baaa69b0c4eb06a0825a.tar.xz |
Use GtkOverlay to show the loading message
Remove the EvLoadingWindow from libview and move the implementation to
the shell using a EvLoadingMessage widget and GtkOverlay. EvView has now
a is-loading property that allows the users to implement their own
loading notification system. This fixes several realted to the loading
window.
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=035c1cb
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r-- | libview/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am index 855a1f20..b382810a 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -6,7 +6,6 @@ NOINST_H_FILES = \ ev-image-accessible.h \ ev-link-accessible.h \ ev-page-accessible.h \ - ev-loading-window.h \ ev-page-cache.h \ ev-pixbuf-cache.h \ ev-timeline.h \ @@ -38,7 +37,6 @@ libatrilview_la_SOURCES = \ ev-document-model.c \ ev-form-field-accessible.c \ ev-image-accessible.c \ - ev-loading-window.c \ ev-jobs.c \ ev-job-scheduler.c \ ev-link-accessible.c \ |