[poppler]
poppler/poppler: Makefile.am, 1.17, 1.18 PageTransition.h,
1.1, NONE Private.h, 1.1, NONE TextOutputDev.cc, 1.16, 1.17
Kristian Høgsberg
krh at freedesktop.org
Fri Jan 6 02:06:01 PST 2006
Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv554/poppler
Modified Files:
Makefile.am TextOutputDev.cc
Removed Files:
PageTransition.h Private.h
Log Message:
2006-01-06 Kristian Høgsberg <krh at redhat.com>
* qt/poppler-page.cc:
* qt/poppler-private.h:
* qt/poppler-qt.h:
* qt4/src/Makefile.am:
* qt/Makefile.am:
* poppler/Makefile.am: Move PageTransition to qt bindings, move
contents from Private.h to qt/poppler-private.h.
* poppler/TextOutputDev.cc (visitWord): Remove #warning.
* utils/Makefile.am (pdfimages_SOURCES): Add ImageOutputDev.h, use
dist_man1_MANS so we actually dist the man pages.
* goo/Makefile.am (poppler_goo_include_HEADERS): Add GooVector.h.
* glib/reference/Makefile.am: DOC_SOURCE_DIR must be relative to
$(srcdir), fix this to make distchek run.
* m4/qt.m4:
* m4/libjpeg.m4:
* acinclude.m4:
* configure.ac: Split out Qt and libjpeg checks from configure.ac
and acinclude.m4 to m4/qt.m4 and m4/libjpeg.m4.
Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 30 Dec 2005 22:31:32 -0000 1.17
+++ Makefile.am 6 Jan 2006 10:05:58 -0000 1.18
@@ -185,7 +185,6 @@
Outline.cc \
OutputDev.cc \
Page.cc \
- PageTransition.cc \
Parser.cc \
PDFDoc.cc \
PDFDocEncoding.cc \
--- PageTransition.h DELETED ---
--- Private.h DELETED ---
Index: TextOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/TextOutputDev.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- TextOutputDev.cc 3 Dec 2005 23:23:53 -0000 1.16
+++ TextOutputDev.cc 6 Jan 2006 10:05:58 -0000 1.17
@@ -3369,8 +3369,6 @@
out->beginString(state, string);
-#warning krh this is yours have a look here
-//TODO what value of nBytes should we use? i put a 1 but not sure
for (i = begin; i < end; i++)
out->drawChar(state, word->edge[i], word->base, 0, 0, 0, 0,
word->charcode[i], 1, NULL, 0);
More information about the poppler
mailing list