summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | We use JavaScript, not ECMAScript.Martin Jones2010-02-032-3/+3
|/
* Don't enforce lower-case starting letters for ids yet; just print aBea Lam2010-02-031-2/+5
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-031-2/+49
|\
| * Honor default property orderingAaron Kennedy2010-02-031-2/+49
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-033-6/+6
|\ \ | |/
| * Compile.Warwick Allison2010-02-033-6/+6
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2010-02-033-6/+6
|\ \ | |/
| * The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-023-6/+6
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+4
|/
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-013-3/+35
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-0151-3061/+3564
|\
| * Add new files.Martin Jones2010-01-292-0/+163
| * Move image network access into a separate thread, with decoding.Martin Jones2010-01-294-23/+61
| * Convert lists to variants on assignment.Aaron Kennedy2010-01-283-6/+32
| * Optimization: Skip attached property search where possibleAaron Kennedy2010-01-283-17/+22
| * Support builtin string converters in every contextAaron Kennedy2010-01-284-32/+83
| * Assigning undefined resets QObject propertiesAaron Kennedy2010-01-282-5/+15
| * Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-282-0/+27