summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with xlC 7: the compiler tries to expand ↵Thiago Macieira2009-07-211-1/+14
| | | | | | | | | qIsForwardIteratorEnd with QString This is used in other places too, so move the definition to the header. Reviewed-By: Trust Me
* Compile fix with namespaced Qthjk2009-07-213-0/+12
|
* Xml Schema: license header updatePeter Hartmann2009-07-207-7/+7
| | | | Reviewed-by: TrustMe
* Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-5/+5
|
* Update the license headers in XML Schema to the new formatThiago Macieira2009-07-1611-11/+11
|
* Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-0543-86/+106
|\
| * QXmlQuery: add setFocus(const QString &).Frans Englich2009-06-292-0/+20
| | | | | | | | | | | | | | | | Requested by Girish and Jurgen. Useful for training and small examples. Task-number: 245219 Reviewed-by: Tobias Koenig AutoTest: Included in this submit.
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-1643-86/+86
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1643-86/+86
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Long live Qt 4.5!Lars Knoll2009-03-2344-0/+10105
| |
* | Merge commit 'qt-mainline/master'Tobias Koenig2009-06-041-1/+1
|\ \ | |/
| * improved string operations all over the placeThierry Bastian2009-05-281-1/+1
| | | | | | | | | | used character operations whenever possible better usage of QLatin1String
* | Fixed typo in apidocs and extended example codeTobias Koenig2009-06-032-3/+14
| |
* | Add conformance section to qtxmlpatterns doc and extended api docsTobias Koenig2009-05-311-1/+7
| |
* | Added code snippets for QXmlSchemaValidator and referenced them from api docsTobias Koenig2009-05-211-0/+12
| |
* | Added code snippets for QXmlSchema and referenced them from api docsTobias Koenig2009-05-211-0/+16
| |
* | Complete documentation of schema example and reference it from api docsTobias Koenig2009-05-202-0/+4
| |
* | First version of documentation for schema exampleTobias Koenig2009-05-191-0/+10
| |
* | Adapt license headers to LGPLTobias Koenig2009-05-1611-22/+352
| |
* | Various api, documentation and code cleanupsTobias Koenig2009-05-169-51/+68
| |
* | Add W3C XML Schema validation supportTobias Koenig2009-05-1621-16/+1566
|/ | | | | | | | | 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.
* Long live Qt!Lars Knoll2009-03-2344-0/+10105