]> www.fi.muni.cz Git - evince.git/commit
New files, handling the mapping from mimetypes to backends
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 18 Apr 2005 20:37:04 +0000 (20:37 +0000)
committerDavid Malcolm <dave_malcolm@src.gnome.org>
Mon, 18 Apr 2005 20:37:04 +0000 (20:37 +0000)
commitf332d42bc834d6a7b0ec58bb8e073e63bc619f63
treecccfc8a309b52f379be170146673cbfa5fd5b678
parent594edf9b1277d5ec88892c2ea02c2bdc2f2e8b0e
New files, handling the mapping from mimetypes to backends

2005-04-18  David Malcolm  <dmalcolm@redhat.com>

* shell/ev-document-types.h:
* shell/ev-document-types.c:
New files, handling the mapping from mimetypes to backends

* shell/ev-window.c:
* thumbnailer/evince-thumbnailer.c:
Use the ev-document-types code

* shell/Makefile.am:
Added new convenience library libevbackendfactory_la, containing
the new mimetype->backend logic; moved the backends into it.

* thumbnailer/Makefile.am:
Make the thumbnailer link with the libevbackend.la convenience
library, rather than having a duplicate of the backend logic here.
ChangeLog
shell/Makefile.am
shell/ev-document-types.c [new file with mode: 0644]
shell/ev-document-types.h [new file with mode: 0644]
shell/ev-window.c
thumbnailer/Makefile.am
thumbnailer/evince-thumbnailer.c