Commit Graph

8 Commits

Author SHA1 Message Date
Debao Zhang 1ca891cf8a Add const to the saveAs* members, step 1 2014-01-06 10:11:00 +08:00
Debao Zhang 5476d0be80 Update copyright year in license header 2014-01-03 17:00:24 +08:00
Debao Zhang 11e8d7c48a Prevent while() from causing potential infinite loops
If xml files don't have proper close tags, don't generate an infinite
loop in our library.
2013-12-12 16:01:59 +08:00
Debao Zhang dbafc54418 Remove qDebug statement 2013-11-29 15:17:04 +08:00
Debao Zhang 1b57b6f042 Use namespaceUri instead of qualifiedName 2013-11-26 16:27:52 +08:00
Debao Zhang d45368e931 Remove the private class XmlStreamWriter and XmlStreamReader 2013-11-25 15:27:31 +08:00
Debao Zhang aebc0a12b7 Able to read the document properties back now! 2013-09-11 14:45:16 +08:00
Debao Zhang b4fe4037e5 Split class DocProps to DocPropsCore and DocPropsApp
So that, one class can deal with only one xml file
2013-08-30 15:35:52 +08:00