[poppler] poppler/test: gtk-splash-test.cc, 1.5,
1.6 pdf-inspector.cc, 1.5, 1.6
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Feb 24 15:43:37 PST 2007
- Previous message: [poppler] poppler/poppler: Annot.cc, 1.6, 1.7 Annot.h, 1.3,
1.4 Catalog.cc, 1.18, 1.19 Catalog.h, 1.10,
1.11 CharCodeToUnicode.cc, 1.4, 1.5 CharCodeToUnicode.h, 1.2,
1.3 Dict.cc, 1.5, 1.6 Dict.h, 1.4, 1.5 Form.cc, NONE,
1.1 Form.h, NONE, 1.1 GfxFont.cc, 1.9, 1.10 GfxFont.h, 1.4,
1.5 Makefile.am, 1.27, 1.28 Object.h, 1.3, 1.4 Page.cc, 1.15,
1.16 Page.h, 1.7, 1.8 XRef.cc, 1.13, 1.14 XRef.h, 1.6, 1.7
- Next message: [poppler] poppler/poppler: GlobalParams.cc, 1.18,
1.19 GlobalParams.h, 1.7, 1.8 PSOutputDev.cc, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler/test
In directory kemper:/tmp/cvs-serv20555/test
Modified Files:
gtk-splash-test.cc pdf-inspector.cc
Log Message:
2007-02-25 Albert Astals Cid <aacid at kde.org>
* configure.ac:
* glib/poppler-document.cc:
* poppler/GlobalParams.cc:
* poppler/GlobalParams.h:
* poppler/PSOutputDev.cc:
* qt/poppler-document.cc:
* qt4/src/poppler-document.cc:
* qt4/src/poppler-private.h:
* qt4/src/poppler-qt4.h:
* test/gtk-splash-test.cc:
* test/pdf-inspector.cc:
* utils/pdffonts.cc:
* utils/pdfimages.cc:
* utils/pdfinfo.cc:
* utils/pdftohtml.cc:
* utils/pdftoppm.cc:
* utils/pdftops.cc:
* utils/pdftotext.cc: Remove dependency on xpdfrc file and cleanup
GlobalParams accordingly
Index: gtk-splash-test.cc
===================================================================
RCS file: /cvs/poppler/poppler/test/gtk-splash-test.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gtk-splash-test.cc 30 Oct 2005 20:29:05 -0000 1.5
+++ gtk-splash-test.cc 24 Feb 2007 23:43:35 -0000 1.6
@@ -275,7 +275,7 @@
gtk_init (&argc, &argv);
- globalParams = new GlobalParams("/etc/xpdfrc");
+ globalParams = new GlobalParams();
if (argc == 1)
{
Index: pdf-inspector.cc
===================================================================
RCS file: /cvs/poppler/poppler/test/pdf-inspector.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pdf-inspector.cc 3 Dec 2005 22:39:06 -0000 1.5
+++ pdf-inspector.cc 24 Feb 2007 23:43:35 -0000 1.6
@@ -331,7 +331,7 @@
gtk_init (&argc, &argv);
- globalParams = new GlobalParams("/etc/xpdfrc");
+ globalParams = new GlobalParams();
globalParams->setProfileCommands (true);
if (argc == 2)
- Previous message: [poppler] poppler/poppler: Annot.cc, 1.6, 1.7 Annot.h, 1.3,
1.4 Catalog.cc, 1.18, 1.19 Catalog.h, 1.10,
1.11 CharCodeToUnicode.cc, 1.4, 1.5 CharCodeToUnicode.h, 1.2,
1.3 Dict.cc, 1.5, 1.6 Dict.h, 1.4, 1.5 Form.cc, NONE,
1.1 Form.h, NONE, 1.1 GfxFont.cc, 1.9, 1.10 GfxFont.h, 1.4,
1.5 Makefile.am, 1.27, 1.28 Object.h, 1.3, 1.4 Page.cc, 1.15,
1.16 Page.h, 1.7, 1.8 XRef.cc, 1.13, 1.14 XRef.h, 1.6, 1.7
- Next message: [poppler] poppler/poppler: GlobalParams.cc, 1.18,
1.19 GlobalParams.h, 1.7, 1.8 PSOutputDev.cc, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list