summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Updates to the module documentationmae2010-04-142-4/+10
* Reduce warnings at shutdownAaron Kennedy2010-04-144-1/+29
* Reduce warnings at shutdownAaron Kennedy2010-04-145-9/+10
* Fix QT_NO_DESKTOPSERVICESTasuku Suzuki2010-04-141-2/+8
* Compiled bindings should not print warnings where normal bindings don'tAaron Kennedy2010-04-141-3/+1
* Include qvariant.h as a convenience as context propertiesBea Lam2010-04-141-0/+1
* Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-141-0/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-141-1/+1
|\
| * Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-1/+1
* | Give better error messages on plugin load failures.Warwick Allison2010-04-142-15/+31
|/
* Remove warning on ASCII castThiago Macieira2010-04-131-1/+1
* Fix compilation on Solaris, AIX and HP-UX.Thiago Macieira2010-04-131-5/+0
* Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-131-0/+4
* More error output for QML_IMPORT_TRACE=1mae2010-04-121-0/+9
* Move documentation code to snippet.Yann Bodson2010-04-121-41/+15
* Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
* Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
* CleanupAaron Kennedy2010-04-092-88/+95
* Disallow writes to read-only value type propertiesAaron Kennedy2010-04-091-0/+4
* Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+6
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+10
* Fix crash in QML library importsAaron Kennedy2010-04-091-0/+1
* Remove QT_VERSION checks in QMLAaron Kennedy2010-04-095-45/+0
* List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
* Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-0/+13
* unwarnWarwick Allison2010-04-091-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-091-7/+23
|\
| * Better reporting of extension plugin loading errors.Warwick Allison2010-04-091-7/+23
* | Use variant instead of var in QMLAaron Kennedy2010-04-093-21/+10
|/
* Tune plugin import mechanismmae2010-04-083-35/+120
* Fix compile warningsmae2010-04-081-1/+1
* Don't crash when QML engine is deletedAaron Kennedy2010-04-081-3/+2
* Fix crash on null object assignmentAaron Kennedy2010-04-081-1/+2
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+4
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-085-7/+44
* Make script and binding assignments identical for list propertiesAaron Kennedy2010-04-081-1/+5
* Fix qdeclarativeecmascript::arrayExpression() testAaron Kennedy2010-04-081-1/+1
* Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-0815-96/+148
* Do not create a QScriptValue for an object being deletedAaron Kennedy2010-04-081-0/+3
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
* Don't optimized extended type constructionAaron Kennedy2010-04-083-1/+9
* Correctly handle shutdown order in the presence of QWidgetsAaron Kennedy2010-04-081-1/+1
* Initialize QDeclarativeData even when not using a QDeclarativeEngineAaron Kennedy2010-04-082-5/+14
* Fix location of error message.Warwick Allison2010-04-081-2/+2
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-081-12/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-082-6/+15
|\
| * Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-087-98/+69
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-087-69/+98
| |\
| | * Support QList<QObject*> propertiesAaron Kennedy2010-04-087-69/+98
| * | Fix setting of pointSize and pixelSize in different items.Martin Jones2010-04-082-6/+15
| |/