[poppler] poppler: ChangeLog,1.442,1.443

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Nov 15 13:07:52 PST 2006


Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv30833

Modified Files:
	ChangeLog 
Log Message:
2006-11-15  Albert Astals Cid <aacid at kde.org>

        * qt4/src/poppler-link.cc:
        * qt4/src/poppler-page.cc:
        * qt4/src/poppler-qt4.h:
        * qt4/src/poppler-document.cc:
        * qt4/src/poppler-private.h: Generalize the way we render the pages:
        merge all the Page::renderTo* functions in only one that renders on
        a QImage, taking into account the currently chosen backend.
        It is possible to switch rendering backend using the Document.
        Patch by Pino Toscano.

        * qt4/tests/stress-poppler-qt4.cpp:
        * qt4/tests/test-password-qt4.cpp:
        * qt4/tests/test-poppler-qt4.cpp: Adapt the tests to the changes in
        the rendering API of Page. Patch by Pino Toscano.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- ChangeLog	13 Nov 2006 19:16:44 -0000	1.442
+++ ChangeLog	15 Nov 2006 21:07:50 -0000	1.443
@@ -1,3 +1,20 @@
+2006-11-15  Albert Astals Cid <aacid at kde.org>
+
+	* qt4/src/poppler-link.cc:
+	* qt4/src/poppler-page.cc:
+	* qt4/src/poppler-qt4.h:
+	* qt4/src/poppler-document.cc:
+	* qt4/src/poppler-private.h: Generalize the way we render the pages:
+	merge all the Page::renderTo* functions in only one that renders on
+	a QImage, taking into account the currently chosen backend.
+	It is possible to switch rendering backend using the Document.
+	Patch by Pino Toscano.
+
+	* qt4/tests/stress-poppler-qt4.cpp:
+	* qt4/tests/test-password-qt4.cpp:
+	* qt4/tests/test-poppler-qt4.cpp: Adapt the tests to the changes in
+	the rendering API of Page. Patch by Pino Toscano.
+
 2006-11-13  Albert Astals Cid <aacid at kde.org>
 
 	* poppler/ArthurOutputDev.cc: Small fix to get colors right



More information about the poppler mailing list