Skip to content

Commit a04ab7f

Browse files
Carlos Garcia Camposraveit65
authored andcommitted
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
1 parent 9ac0d1a commit a04ab7f

File tree

10 files changed

+332
-452
lines changed

10 files changed

+332
-452
lines changed

libview/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ NOINST_H_FILES = \
66
ev-image-accessible.h \
77
ev-link-accessible.h \
88
ev-page-accessible.h \
9-
ev-loading-window.h \
109
ev-page-cache.h \
1110
ev-pixbuf-cache.h \
1211
ev-timeline.h \
@@ -38,7 +37,6 @@ libatrilview_la_SOURCES = \
3837
ev-document-model.c \
3938
ev-form-field-accessible.c \
4039
ev-image-accessible.c \
41-
ev-loading-window.c \
4240
ev-jobs.c \
4341
ev-job-scheduler.c \
4442
ev-link-accessible.c \

libview/ev-loading-window.c

Lines changed: 0 additions & 294 deletions
This file was deleted.

libview/ev-loading-window.h

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)