Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix (some) spelling and grammatical errors in translatable strings. | Volker Hilsheimer | 2009-07-16 | 1 | -1/+1 |
| | | | | | | | Requires an update of existing translations. Fixes: 247314 Reviewed-by: TrustMe | ||||
* | XmlSchema: update license headers | Peter Hartmann | 2009-07-16 | 3 | -12/+12 |
| | | | | Reviewed-by: TrustMe | ||||
* | XmlSchema: add license headers for some files | Peter Hartmann | 2009-07-16 | 4 | -0/+131 |
| | | | | | | some files did not contain the proper license headers. Reviewed-by: TrustMe | ||||
* | Update the license headers in XML Schema to the new format | Thiago Macieira | 2009-07-16 | 109 | -109/+109 |
| | |||||
* | Xml Schema: move license file to the right directory | Peter Hartmann | 2009-07-15 | 1 | -0/+0 |
| | | | | | | move the license file for the xml.xsd schema file Reviewed-by: TrustMe | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 1 | -1/+1 |
|\ | |||||
| * | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | | Add W3C license text for xml.xsd | Tobias Koenig | 2009-07-13 | 1 | -0/+40 |
| | | |||||
* | | Revert "Remove builtin xml schema file until legal issues are clarified" | Tobias Koenig | 2009-07-13 | 2 | -0/+146 |
| | | | | | | | | This reverts commit 3ded2e1ea5a74a6fc0d3938fa732f886aa275ca2. | ||||
* | | Remove builtin xml schema file until legal issues are clarified | Tobias Koenig | 2009-07-10 | 2 | -146/+0 |
| | | |||||
* | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-07-05 | 603 | -1212/+1232 |
|\ \ | |/ | |||||
| * | QXmlQuery: add setFocus(const QString &). | Frans Englich | 2009-06-29 | 2 | -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.5 | Volker Hilsheimer | 2009-06-16 | 603 | -1212/+1212 |
| |\ | |||||
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 603 | -1212/+1212 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
* | | | Merge commit 'qt-mainline/master' | Tobias Koenig | 2009-06-04 | 7 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 5 | -11/+11 |
| |/ | | | | | | | | | used character operations whenever possible better usage of QLatin1String | ||||
| * | Silence warning by MSVC. | Frans Englich | 2009-05-20 | 1 | -1/+1 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | Initialize variable to avoid valgrind error. | Frans Englich | 2009-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | For some reason it's only sometimes hit and cannot be deterministically reproduced. Task-number: 253722 Reviewed-by: TrustMe | ||||
* | | Fixed typo in apidocs and extended example code | Tobias Koenig | 2009-06-03 | 2 | -3/+14 |
| | | |||||
* | | Add conformance section to qtxmlpatterns doc and extended api docs | Tobias Koenig | 2009-05-31 | 1 | -1/+7 |
| | | |||||
* | | Added code snippets for QXmlSchemaValidator and referenced them from api docs | Tobias Koenig | 2009-05-21 | 1 | -0/+12 |
| | | |||||
* | | Added code snippets for QXmlSchema and referenced them from api docs | Tobias Koenig | 2009-05-21 | 1 | -0/+16 |
| | | |||||
* | | Complete documentation of schema example and reference it from api docs | Tobias Koenig | 2009-05-20 | 2 | -0/+4 |
| | | |||||
* | | First version of documentation for schema example | Tobias Koenig | 2009-05-19 | 1 | -0/+10 |
| | | |||||
* | | Forward errors from QXmlStreamReader to XsdSchemaParser | Tobias Koenig | 2009-05-19 | 1 | -0/+3 |
| | | | | | | | | (missed this commit on the first merge, autotest works again) | ||||
* | | Remove unneeded qDebug statement | Tobias Koenig | 2009-05-19 | 1 | -1/+0 |
| | | |||||
* | | Adapt license headers to LGPL | Tobias Koenig | 2009-05-16 | 109 | -218/+3488 |
| | | |||||
* | | Various api, documentation and code cleanups | Tobias Koenig | 2009-05-16 | 25 | -105/+213 |
| | | |||||
* | | Add W3C XML Schema validation support | Tobias Koenig | 2009-05-16 | 213 | -561/+34912 |
|/ | | | | | | | | | 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. | ||||
* | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 2 | -4/+2 |
| | | | | Reviewed-by: nrc | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 631 | -0/+120993 |