[poppler] 2 commits - glib/reference qt4/demos

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Feb 18 15:18:13 PST 2008


 glib/reference/tmpl/poppler-document.sgml |    1 +
 glib/reference/tmpl/poppler-page.sgml     |    2 +-
 qt4/demos/Makefile.am                     |   11 ++++++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 702fdd6c56b5369554c683d8c8e0e2c66e80886c
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Feb 19 00:18:04 2008 +0100

    changes from gtk-doc

diff --git a/glib/reference/tmpl/poppler-document.sgml b/glib/reference/tmpl/poppler-document.sgml
index c453570..a8ef11e 100644
--- a/glib/reference/tmpl/poppler-document.sgml
+++ b/glib/reference/tmpl/poppler-document.sgml
@@ -83,6 +83,7 @@ The #PopplerDocument is an object used to refer to a main document.
 @POPPLER_PERMISSIONS_OK_TO_MODIFY: 
 @POPPLER_PERMISSIONS_OK_TO_COPY: 
 @POPPLER_PERMISSIONS_OK_TO_ADD_NOTES: 
+ at POPPLER_PERMISSIONS_OK_TO_FILL_FORM: 
 @POPPLER_PERMISSIONS_FULL: 
 
 <!-- ##### FUNCTION poppler_document_new_from_file ##### -->
diff --git a/glib/reference/tmpl/poppler-page.sgml b/glib/reference/tmpl/poppler-page.sgml
index a708da1..a86293b 100644
--- a/glib/reference/tmpl/poppler-page.sgml
+++ b/glib/reference/tmpl/poppler-page.sgml
@@ -385,7 +385,7 @@ Information about a page in a document
 </para>
 
 @area: 
- at image: 
+ at image_id: 
 
 <!-- ##### FUNCTION poppler_image_mapping_get_type ##### -->
 <para>
commit 9e13b91ba38c20989d283588e73490a1601f5bb0
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Feb 19 00:10:24 2008 +0100

    distribute the headers too

diff --git a/qt4/demos/Makefile.am b/qt4/demos/Makefile.am
index 49391dd..c492986 100644
--- a/qt4/demos/Makefile.am
+++ b/qt4/demos/Makefile.am
@@ -22,15 +22,24 @@ noinst_PROGRAMS = poppler_qt4viewer
 
 poppler_qt4viewer_SOURCES =			\
 	abstractinfodock.cpp			\
+	abstractinfodock.h			\
 	documentobserver.cpp			\
+	documentobserver.h			\
 	fonts.cpp				\
+	fonts.h					\
 	info.cpp				\
+	info.h					\
 	main_viewer.cpp				\
 	navigationtoolbar.cpp			\
+	navigationtoolbar.h			\
 	pageview.cpp				\
+	pageview.h				\
 	permissions.cpp				\
+	permissions.h				\
 	toc.cpp					\
-	viewer.cpp
+	toc.h					\
+	viewer.cpp				\
+	viewer.h
 
 abstractinfodock.$(OBJEXT): abstractinfodock.moc
 fonts.$(OBJEXT): fonts.moc


More information about the poppler mailing list