summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Reference count ObjectData's to correctly delete objects with no parentAaron Kennedy2010-04-192-3/+9
* CompileAaron Kennedy2010-04-191-0/+2
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-1920-100/+244
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1816-93/+227
|\
| * Recognize identifiers containing unicode escape sequences.Roberto Raggi2010-04-161-1/+41
| * Fixed parsing of inner labelled statements.Roberto Raggi2010-04-162-4/+4
| * Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-161-2/+0
| * More class documentation fixes for declarative.Michael Brasser2010-04-167-32/+77
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-163-6/+6
| |\
| | * Do not set a font pixel size of 0.Yann Bodson2010-04-161-3/+3
| | * CleanupAaron Kennedy2010-04-162-3/+3
| * | Throw exceptions on programming errors for global functions.Warwick Allison2010-04-161-35/+42
| |/
| * Class documentation fixes for declarative.Michael Brasser2010-04-163-13/+57
* | Further RVCT4 fixes for SymbianIain2010-04-161-1/+1
|/
* Correctly support translation in QDeclarativeCompilerAaron Kennedy2010-04-152-8/+2
* Support valuetypes as method return valuesAaron Kennedy2010-04-155-40/+99
* DocAaron Kennedy2010-04-151-0/+20
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-1511-94/+119
* CommentsAaron Kennedy2010-04-151-1/+3
* Remove unused parameterAaron Kennedy2010-04-153-4/+4
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-1516-73/+73
* Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-152-7/+7
* Add QML object destruction hookAaron Kennedy2010-04-152-2/+13
* 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
|\