summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-18136-139/+151
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16135-138/+150
| |\
| | * Fix copyright year.Jason McDonald2010-02-16135-135/+135
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+14
* | | Make QmlDom API internalKai Koehne2010-02-185-409/+420
* | | Compile fix with namepaceshjk2010-02-183-1/+9
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-1724-171/+456
|\ \ \ | |/ / |/| |
| * | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-1710-166/+258
| * | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-1610-258/+166
| * | Mobility 404Wolfgang Beck2010-02-161-2/+2
| * | Fix crash in QmlMetaProperty that could occur when using value-typeMichael Brasser2010-02-162-4/+4
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-1617-18/+267
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-1613-11/+48
| | |\ \
| | | * | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-1611-10/+40
| | * | | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-166-8/+227
| | | |/ | | |/|
| * | | QML binding optimizer crashAaron Kennedy2010-02-161-2/+2
| * | | QML binding optimizer crashAaron Kennedy2010-02-161-4/+5
| * | | Fix crash in QML binding optimizerAaron Kennedy2010-02-163-138/+164
| * | | Don't delete binding directlyAaron Kennedy2010-02-161-2/+4
| | |/ | |/|
| * | Remove noop codeAaron Kennedy2010-02-151-1/+0
| * | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-141-0/+8
| |/
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-152-9/+9
|/
* Fix warningsAaron Kennedy2010-02-121-1/+1
* Reference count shared expression dataAaron Kennedy2010-02-122-1/+7
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-1211-154/+109
* QML Object toString should use 64-bit address on 64-bit platformsAaron Kennedy2010-02-111-1/+1
* Fix tst_qmlecmascript::callQtInvokablesAaron Kennedy2010-02-111-6/+8
* CrashAaron Kennedy2010-02-101-0/+2
* Revert "Remove unimplemented methods from header"Martin Jones2010-02-101-0/+2
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-1010-166/+270
* Remove unimplemented methods from headerKai Koehne2010-02-091-2/+0
* Properly insert objects into the context's object listAlan Alpert2010-02-091-0/+1
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-0910-270/+166
* Remove old implicit module support.Warwick Allison2010-02-092-14/+16
* Use networkAccessManagerFactory() for worker threads too.Martin Jones2010-02-092-14/+20
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-082-3/+3
|\
| * Changed define name to reflect change in Creator.Erik Verbruggen2010-02-081-2/+2
| * re-enable QT_USE_FAST_CONCATENATIONErik Verbruggen2010-02-081-1/+1
* | Document QtObjectAlan Alpert2010-02-081-0/+19
|/
* XMLHttpRequest collection bugAaron Kennedy2010-02-081-45/+45
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-087-75/+83
* Fix Behaviors for object-type properties.Michael Brasser2010-02-051-1/+1
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-051-0/+2
* Merge branch 'kinetic-declarativeui' of git://git-nokia.trolltech.com.au/qtso...Warwick Allison2010-02-041-1/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-034-24/+42
|\
| * Don't create one QNetworkAccessManager per XMLHttpRequestAaron Kennedy2010-02-034-31/+49
* | Really run image reader in its own thread.Martin Jones2010-02-035-37/+2
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-02-031-12/+32
|\ \ | |/
| * XMLHttpRequest redirectionAaron Kennedy2010-02-031-12/+32