]> www.fi.muni.cz Git - evince.git/commit
new class, just what the name says, uses GnomeVFSStream for loading
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 2 Mar 2003 15:02:20 +0000 (15:02 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sun, 2 Mar 2003 15:02:20 +0000 (15:02 +0000)
commit465028163ee3576380d79de4d1679eeaa833b8c4
tree7cfe3c91e927f2bbc5bf61d5a42b5daa4f311787
parent8f31a8727ebd8e58b2f31781d9de7760473665e0
new class, just what the name says, uses GnomeVFSStream for loading

* xpdf/nautilus-pdf-property-page.cc,
xpdf/nautilus-pdf-property-page.h: new class, just what the name
says, uses GnomeVFSStream for loading PDFDocs.

* xpdf/GnomeVFSStream.cc, xpdf/GnomeVFSStream.h: BaseStream
implementation based on (synchronous) gnome-vfs calls.

* xpdf/BonoboStream.cc, xpdf/BonoboStream.h: coding style fixage,
include only what's needed.

* xpdf/Makefile.am (gnome_pdf_viewer_SOURCES): also compile
GnomeVFSStream.{cc,h}, nautilus-pdf-property-page.{cc,h}

* xpdf/GNOME_PDF.server.in.in: add stanza for the Property Page.

* xpdf/bonobo-application-x-pdf.cc: clean up a bit
(gpdf_factory): now we produce the Property Page, too.

* xpdf/gpdf-control.cc: include time.h for strftime, mktime.
pdf/xpdf/GnomeVFSStream.cc [new file with mode: 0644]
pdf/xpdf/GnomeVFSStream.h [new file with mode: 0644]
pdf/xpdf/Makefile.am