[poppler] poppler: ChangeLog,1.267,1.268

Brad Hards bradh at freedesktop.org
Mon Dec 26 22:10:03 PST 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv12644

Modified Files:
	ChangeLog 
Log Message:
qt4/src/poppler-qt4.h and qt4/src/poppler-document.cc: add convertDate() function that
turns char* PDF date strings into QDateTime. This version handles
the timezone conversions. Refactored the existing date() method
to use it.

qt4/tests/check_dateConversion.cpp: unit tests for convertDate()
qt4/tests/check_metadata.cpp: update to reflect UTC.
qt4/tests/.cvsignore: suppress check_dateConversion



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- ChangeLog	27 Dec 2005 05:08:34 -0000	1.267
+++ ChangeLog	27 Dec 2005 06:10:01 -0000	1.268
@@ -1,5 +1,14 @@
 2005-12-27  Brad Hards  <bradh at frogmouth.net>
 
+	* qt4/src/poppler-qt4.h: 
+	* qt4/src/poppler-document.cc: add convertDate() function that
+	turns char* PDF date strings into QDateTime. This version handles
+	the timezone conversions. Refactored the existing date() method
+	to use it.
+	* qt4/tests/check_dateConversion.cpp: unit tests for convertDate()
+	* qt4/tests/check_metadata.cpp: update to reflect UTC.
+	* qt4/tests/.cvsignore: suppress check_dateConversion
+	
 	* qt4/src/Doxyfile (JAVADOC_AUTOBRIEF): Turned on automatic
 	\brief mode.
 



More information about the poppler mailing list