[poppler] poppler/qt4/tests: check_attachments.cpp, 1.1, 1.2 check_dateConversion.cpp, 1.1, 1.2 check_fonts.cpp, 1.4, 1.5 check_metadata.cpp, 1.6, 1.7 check_pagelayout.cpp, 1.3, 1.4 check_pagemode.cpp, 1.3, 1.4 check_permissions.cpp, 1.4, 1.5 poppler-attachments.cpp, 1.1, 1.2 poppler-fonts.cpp, 1.4, 1.5 stress-poppler-qt4.cpp, 1.4, 1.5 test-password-qt4.cpp, 1.2, 1.3 test-poppler-qt4.cpp, 1.9, 1.10

Albert Astals Cid aacid at kemper.freedesktop.org
Fri Apr 27 15:41:13 PDT 2007


Update of /cvs/poppler/poppler/qt4/tests
In directory kemper:/tmp/cvs-serv1144/qt4/tests

Modified Files:
	check_attachments.cpp check_dateConversion.cpp check_fonts.cpp 
	check_metadata.cpp check_pagelayout.cpp check_pagemode.cpp 
	check_permissions.cpp poppler-attachments.cpp 
	poppler-fonts.cpp stress-poppler-qt4.cpp test-password-qt4.cpp 
	test-poppler-qt4.cpp 
Log Message:
2007-04-28  Albert Astals Cid <aacid at kde.org>

        * qt4/*: Stop requyring users to declare UNSTABLE_POPPLER_QT4


Index: check_attachments.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_attachments.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- check_attachments.cpp	18 Jan 2006 22:40:26 -0000	1.1
+++ check_attachments.cpp	27 Apr 2007 22:41:10 -0000	1.2
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 #include <QtCore/QFile>

Index: check_dateConversion.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_dateConversion.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- check_dateConversion.cpp	27 Dec 2005 06:10:02 -0000	1.1
+++ check_dateConversion.cpp	27 Apr 2007 22:41:10 -0000	1.2
@@ -3,7 +3,6 @@
 Q_DECLARE_METATYPE(QDate)
 Q_DECLARE_METATYPE(QTime)
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestDateConv: public QObject

Index: check_fonts.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_fonts.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- check_fonts.cpp	28 Dec 2005 09:23:43 -0000	1.4
+++ check_fonts.cpp	27 Apr 2007 22:41:10 -0000	1.5
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestFontsData: public QObject

Index: check_metadata.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_metadata.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- check_metadata.cpp	28 Dec 2005 09:23:43 -0000	1.6
+++ check_metadata.cpp	27 Apr 2007 22:41:10 -0000	1.7
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestMetaData: public QObject

Index: check_pagelayout.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_pagelayout.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- check_pagelayout.cpp	28 Dec 2005 09:23:43 -0000	1.3
+++ check_pagelayout.cpp	27 Apr 2007 22:41:10 -0000	1.4
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestPageLayout: public QObject

Index: check_pagemode.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_pagemode.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- check_pagemode.cpp	28 Dec 2005 09:23:43 -0000	1.3
+++ check_pagemode.cpp	27 Apr 2007 22:41:10 -0000	1.4
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestPageMode: public QObject

Index: check_permissions.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/check_permissions.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- check_permissions.cpp	28 Dec 2005 09:23:43 -0000	1.4
+++ check_permissions.cpp	27 Apr 2007 22:41:10 -0000	1.5
@@ -1,6 +1,5 @@
 #include <QtTest/QtTest>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class TestPermissions: public QObject

Index: poppler-attachments.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/poppler-attachments.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- poppler-attachments.cpp	18 Jan 2006 22:40:26 -0000	1.1
+++ poppler-attachments.cpp	27 Apr 2007 22:41:10 -0000	1.2
@@ -1,7 +1,6 @@
 #include <QtCore/QtCore>
 #include <iostream>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 int main( int argc, char **argv )

Index: poppler-fonts.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/poppler-fonts.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- poppler-fonts.cpp	11 Mar 2006 15:19:03 -0000	1.4
+++ poppler-fonts.cpp	27 Apr 2007 22:41:10 -0000	1.5
@@ -1,7 +1,6 @@
 #include <QtCore/QtCore>
 #include <iostream>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 int main( int argc, char **argv )

Index: stress-poppler-qt4.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/stress-poppler-qt4.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stress-poppler-qt4.cpp	15 Nov 2006 21:07:50 -0000	1.4
+++ stress-poppler-qt4.cpp	27 Apr 2007 22:41:10 -0000	1.5
@@ -3,7 +3,6 @@
 #include <QtGui/QtGui>
 #include <ctype.h>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 int main( int argc, char **argv )

Index: test-password-qt4.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/test-password-qt4.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-password-qt4.cpp	15 Nov 2006 21:07:50 -0000	1.2
+++ test-password-qt4.cpp	27 Apr 2007 22:41:10 -0000	1.3
@@ -3,7 +3,6 @@
 #include <QtGui/QtGui>
 #include <ctype.h>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class PDFDisplay : public QWidget           // picture display widget

Index: test-poppler-qt4.cpp
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/test-poppler-qt4.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- test-poppler-qt4.cpp	31 Jan 2007 22:05:09 -0000	1.9
+++ test-poppler-qt4.cpp	27 Apr 2007 22:41:10 -0000	1.10
@@ -3,7 +3,6 @@
 #include <QtGui/QtGui>
 #include <ctype.h>
 
-#define UNSTABLE_POPPLER_QT4
 #include <poppler-qt4.h>
 
 class PDFDisplay : public QWidget           // picture display widget



More information about the poppler mailing list