[poppler] poppler: ChangeLog,1.488,1.489 configure.ac,1.69,1.70
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Mar 7 11:15:34 PST 2007
Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv13217
Modified Files:
ChangeLog configure.ac
Log Message:
2007-03-07 Carlos Garcia Campos <carlosgc at gnome.org>
reviewed by: Albert Astals Cid <aacid at kde.org>
* poppler/Page.cc: Consider 0x0 boxes as invalid. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=408682
2007-03-06 Pino Toscano <pino at kde.org>
reviewed by: Albert Astals Cid <aacid at kde.org>
* configure.ac:
* qt/Makefile.am:
* qt/poppler-link.cc:
* qt/poppler-page.cc:
* qt/poppler-private.h:
* qt4/poppler-link.cc:
Make the Qt4 frontend compilable again with no Splash.
Make the Qt3 frontend compilable with no Splash.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -d -r1.488 -r1.489
--- ChangeLog 6 Mar 2007 22:27:18 -0000 1.488
+++ ChangeLog 7 Mar 2007 19:15:32 -0000 1.489
@@ -1,3 +1,21 @@
+2007-03-07 Carlos Garcia Campos <carlosgc at gnome.org>
+ reviewed by: Albert Astals Cid <aacid at kde.org>
+
+ * poppler/Page.cc: Consider 0x0 boxes as invalid. Fixes
+ http://bugzilla.gnome.org/show_bug.cgi?id=408682
+
+2007-03-06 Pino Toscano <pino at kde.org>
+ reviewed by: Albert Astals Cid <aacid at kde.org>
+
+ * configure.ac:
+ * qt/Makefile.am:
+ * qt/poppler-link.cc:
+ * qt/poppler-page.cc:
+ * qt/poppler-private.h:
+ * qt4/poppler-link.cc:
+ Make the Qt4 frontend compilable again with no Splash.
+ Make the Qt3 frontend compilable with no Splash.
+
2007-03-06 Julien Rebetez <julien at fhtagn.net>
reviewed by: <aacid at kde.org>
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- configure.ac 4 Mar 2007 07:30:31 -0000 1.69
+++ configure.ac 7 Mar 2007 19:15:32 -0000 1.70
@@ -210,11 +210,7 @@
fi
AC_SUBST(POPPLER_QT_CXXFLAGS)
AC_SUBST(POPPLER_QT_LIBS)
-if test x$enable_splash_output != xyes; then
- if test x$enable_poppler_qt = xyes; then
- enable_poppler_qt="no because of disabled splash"
- fi
-fi
+
AM_CONDITIONAL(BUILD_POPPLER_QT, test "x$enable_poppler_qt" = "xyes")
dnl
@@ -239,12 +235,6 @@
AC_SUBST(POPPLER_QT4_CXXFLAGS)
AC_SUBST(POPPLER_QT4_LIBS)
-if test x$enable_splash_output != xyes; then
- if test x$enable_poppler_qt4 = xyes; then
- enable_poppler_qt4="no because of disabled splash"
- fi
-fi
-
AM_CONDITIONAL(BUILD_POPPLER_QT4, test "x$enable_poppler_qt4" = "xyes")
AC_ARG_ENABLE(gtk-test,
More information about the poppler
mailing list