Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert re-adding of readUnknownElement | Thorbjørn Lindeijer | 2009-08-19 | 2 | -10/+0 |
| | | | | | Now that it is really no longer used. QXmlStreamReader::skipCurrentElement replaces it. | ||||
* | Fixed compile error | Thorbjørn Lindeijer | 2009-08-19 | 1 | -1/+1 |
| | | | | Apparently I forgot one occurrence. | ||||
* | Fixes compile | Bill King | 2009-08-19 | 2 | -0/+10 |
| | |||||
* | Added two convenience functions to QXmlStreamReader | Thorbjørn Lindeijer | 2009-08-18 | 2 | -74/+34 |
| | | | | | | | | | | | | | | | | | QXmlStreamReader::readNextStartElement reads until the next start element within the current element, or returns false when no such element is encountered before the end element is reached. It simplifies the common case of iterating over the elements in an XML document. QXmlStreamReader::skipCurrentElement reads until the end element of the current element, skipping any child elements. This functionality was requested in two tasks, and a similar function 'readUnknownElement' was present in Qt's stream reader example. Autotest is included, example and documentation have been updated. Task-number: 238793 Reviewed-by: mae | ||||
* | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 2 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update references to online documentation. | Jason McDonald | 2009-08-12 | 6 | -15/+15 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 6 | -16/+16 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 23 | -23/+23 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 23 | -46/+46 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 23 | -46/+46 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 36 | -0/+3607 |
| | |||||
* | Replace all instances of "Ctrl+Q" with QKeySequence::Quit. | Norwegian Rock Cat | 2009-05-12 | 3 | -9/+9 |
| | | | | We introduce this new enum, we should be using it. | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 36 | -0/+3607 |