summaryrefslogtreecommitdiffstats
path: root/src/xml
Commit message (Expand)AuthorAgeFilesLines
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-131-6/+6
* Fix some spelling errorsSergio Ahumada2012-07-111-3/+3
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-294-0/+68
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* QtXml: remove \link usagesGiuseppe D'Angelo2012-05-294-78/+71
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-4/+4
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-4/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml]Thiago Macieira2012-05-031-1/+1
* Add "make docs" target for QtNetwork and sanitize other qdocconfs.Casper van Donderen2012-05-021-20/+20
* doc: removed wrong license headers from several .pro snippetsRohan McGovern2012-04-271-40/+0
* Doc: Use the proper way to find qdoc.Casper van Donderen2012-04-261-1/+2
* Doc: Add "make docs" command for QtXml.Casper van Donderen2012-04-263-1/+4
* Doc: Fix most QDoc errors in QtXml.Casper van Donderen2012-04-2314-110/+1885
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-14/+34
|\
| * Update Qt 5 to-do comment in QDom.Jason McDonald2012-04-111-2/+2
| * Minimally resolve Qt 5 to-do's in QXmlSimpleReaderJason McDonald2012-04-112-12/+32
* | Merge master into api_changesKent Hansen2012-03-231-1/+1
|\|
| * Update QtXmlPatterns module name in documentationHonglei Zhang2012-03-221-1/+1
* | QtXml: make some constructors explicitMarc Mutz2012-03-071-1/+1
|/
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-7/+7
|\
| * Merge master -> api_changesRohan McGovern2012-02-291-5/+7
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-262-7/+7
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-93/+93
| |/ |/|
* | QDomNode: don't needlessly call virtual functionsMarc Mutz2012-02-281-5/+7
|/
* Remove many unneeded virtuals.Richard Moore2012-02-201-28/+16
* convert length functions in QDom from uint to int.Richard Moore2012-02-202-16/+15
* Merge overloads.Richard Moore2012-02-202-19/+11
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-0/+4
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-1/+1
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-304-4/+4
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-252-2/+0
* Remove Symbian specific code from QtXml.Xizhi Zhu2012-01-232-7/+0
* Update contact information in license headers.Jason McDonald2012-01-234-4/+4
* Fix memory leak in QDomDocument entity text expansionSami Rosendahl2012-01-101-0/+1
* Fix memory leak in QDomDocument DTD entity declaration handlerSami Rosendahl2012-01-061-0/+2
* Fix memory leak in QDomDocument DTD notation declaration handlerSami Rosendahl2012-01-061-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-054-4/+4
* Fix warning when using QXmlInputSource with non opened QIODeviceShane Kearns2011-11-111-1/+2
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-12/+8
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* QXmlStream lives in QtCoreLars Knoll2011-08-113-83/+0