summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-1/+2
|\
| * Fix compilation with namespace.ck2010-02-231-1/+2
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-2332-749/+733
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-231-2/+2
| |\
| | * Fix compilation with namespace.ck2010-02-221-2/+2
| * | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2231-746/+730
| * | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
| |/
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-2029-581/+885
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-18136-139/+151
| |\
| * | 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
| | |/ /
* | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-199-0/+11
| |_|/ |/| |
* | | 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
| |/
* | 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