Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Carlos Garcia Campos authored and raveit65 committed Mar 22, 2018
1 parent 9ac0d1a commit a04ab7f
Show file tree
Hide file tree
Showing 10 changed files with 332 additions and 452 deletions.
2 changes: 0 additions & 2 deletions libview/Makefile.am
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
294 changes: 0 additions & 294 deletions libview/ev-loading-window.c

This file was deleted.

49 changes: 0 additions & 49 deletions libview/ev-loading-window.h

This file was deleted.

0 comments on commit a04ab7f

Please sign in to comment.