summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/qxsdattribute_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in XSD component of XmlPatternsHonglei Zhang2012-01-311-1/+1
| | | | | | | | | | | | There are couple of memory leaks in XmlPatterns when parsing XSD files. The reason is that the module over uses the shared data pointer and generates many cyclic reference loop. Some part of the code is refactored. Instead of using shared data pointer, normal C++ pointer is used to break the ownership loop. This is bug fix for QTBUG-8948. Task-number: QTBUG-8948 Reviewed-by: Sami Merila and Laszlo Agocs
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Fix typo in XmlPatterns license headers.Jason McDonald2009-10-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update obsolete email addresses.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Xml Schema: license header updatePeter Hartmann2009-07-201-1/+1
| | | | Reviewed-by: TrustMe
* Update the license headers in XML Schema to the new formatThiago Macieira2009-07-161-1/+1
|
* Adapt license headers to LGPLTobias Koenig2009-05-161-2/+32
|
* Add W3C XML Schema validation supportTobias Koenig2009-05-161-0/+216
This was done by Tobias Koenig, as part of an internship at Trolltech/Qt Software, started at Wed Oct 1 18:32:43 2008 +0200, and the last commit being part of this commit dating Tue Feb 24 11:03:36 2009 +0100. This is work consisting of about 650 commits squashed into one, where the first commit was 61b280386c1905a15690fdd917dcbc8eb09b6283, in the repository before Qt's history cut.