summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsAaron Kennedy2010-02-121-1/+1
|
* Reference count shared expression dataAaron Kennedy2010-02-122-1/+7
| | | | | | QmlExpression uses data from the QmlCompiledComponent (eg. expression string data). It must therefore hold a reference to the QmlCompiledComponent to prevent the data being deleted.
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-1211-154/+109
| | | | Remove some unnecessary methods from the QmlMetaType class
* 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
| | | | | | The assert in qmlobjectscriptclass.cpp is valid when the call is running in a correctly created QML environment, but not valid for the test case which bypasses QML.
* CrashAaron Kennedy2010-02-101-0/+2
|
* Revert "Remove unimplemented methods from header"Martin Jones2010-02-101-0/+2
| | | | This reverts commit e712ecee850e04084643243a096befbf47e4e8b9.
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-1010-166/+270
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Remove unimplemented methods from headerKai Koehne2010-02-091-2/+0
| | | | Implementations got removed in d914555badcd4
* Properly insert objects into the context's object listAlan Alpert2010-02-091-0/+1
| | | | | | | Fixes a failing autotest, where the object's context pointer was not being reset. This was because the object was not placed properly in the context's contextObjects list and so was not found and cleared when the context was destroyed.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-0910-270/+166
|
* Remove old implicit module support.Warwick Allison2010-02-092-14/+16
| | | | | | | | Previously, it was allowed to use type qualification to refer to types defined in subdirectories - indeed, this was the only form of modularity. This is no longer desirable since we have good import features. Task-number: QTBUG-7721
* Use networkAccessManagerFactory() for worker threads too.Martin Jones2010-02-092-14/+20
| | | | Task-number: QT-2850
* 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
| | | | | | | | includes workaround for breakage with old g++
* | Document QtObjectAlan Alpert2010-02-081-0/+19
|/ | | | Task-number:QTBUG-6034
* XMLHttpRequest collection bugAaron Kennedy2010-02-081-45/+45
| | | | | | | QmlXMLHttpRequest was holding a reference to the callback function indefinately. If the callback function also referenced the XMLHttpRequest (which they always do) the QmlXMLHttpRequest would not be destroyed until the application exited.
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-087-75/+83
| | | | QTBUG-7957
* Fix Behaviors for object-type properties.Michael Brasser2010-02-051-1/+1
| | | | Task-number: QT-2269
* Clean up QmlImageReader thread on engine destruction.Martin Jones2010-02-051-0/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-02-041-1/+2
| | | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/qt/kinetic Conflicts: src/xmlpatterns/type/qprimitives_p.h tools/linguist/lupdate/main.cpp
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-02-034-24/+42
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * 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 ↵Martin Jones2010-02-031-12/+32
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * XMLHttpRequest redirectionAaron Kennedy2010-02-031-12/+32
| |
* | We use JavaScript, not ECMAScript.Martin Jones2010-02-032-3/+3
|/ | | | Task-number: QTBUG-7720
* Don't enforce lower-case starting letters for ids yet; just print aBea Lam2010-02-031-2/+5
| | | | warning for now.
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-031-2/+49
|\ | | | | | | into kinetic-declarativeui
| * Honor default property orderingAaron Kennedy2010-02-031-2/+49
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-033-6/+6
|\ \ | |/ | | | | into kinetic-declarativeui
| * Compile.Warwick Allison2010-02-033-6/+6
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-033-6/+6
|\ \ | |/ | | | | into kinetic-declarativeui
| * The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-023-6/+6
| | | | | | | | accordingly.
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+4
|/ | | | | | examples accordingly. Task-number: QT-2786
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-013-3/+35
| | | | Task-number: QT-2798
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-02-0151-3061/+3564
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qmlpixmapcache.cpp
| * 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
| | | | | | | | QTBUG-5675
| * Optimization: Skip attached property search where possibleAaron Kennedy2010-01-283-17/+22
| | | | | | | | QTBUG-6734
| * Support builtin string converters in every contextAaron Kennedy2010-01-284-32/+83
| | | | | | | | QTBUG-6919
| * Assigning undefined resets QObject propertiesAaron Kennedy2010-01-282-5/+15
| |
| * Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-282-0/+27
| |
| * Cache reset'abilityAaron Kennedy2010-01-282-9/+12
| |
| * CleanupAaron Kennedy2010-01-279-489/+415
| |
| * Harden binding optimizerAaron Kennedy2010-01-2719-1166/+213
| |
| * Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-16/+40
| | | | | | | | QTBUG-5580
| * Harden QML binding optimizerAaron Kennedy2010-01-229-279/+489
| |