aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Use the qRegisterMetaType which does not take a string.Stephen Kelly2012-12-041-7/+7
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-2/+17
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-291-0/+8
* Add designer support for animations and componentCompleteMarco Bubke2012-11-221-0/+11
* Use the new QLibraryInfo::Qml2ImportsPath path for QML 2.Thiago Macieira2012-11-191-4/+4
* Update qMetaType helpers usage.Jędrzej Nowacki2012-09-271-8/+8
* Windows CE buildfixAndreas Holzammer2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-24/+52
* Doc: Clarify ownership semantics of objects returned by property gettersThomas McGuire2012-08-281-2/+4
* Fix various doc errorsBea Lam2012-08-281-1/+2
* Refactor singleton type registration codeChris Adams2012-08-281-36/+7
* Make connectNotify() work with QMLThomas McGuire2012-08-221-11/+21
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-1/+0
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-13/+13
* Fix various broken links in documentationBea Lam2012-08-031-1/+2
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-2/+4
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-271-1/+7
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-3/+3
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-2/+12
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-061-1/+1
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-6/+5
* Create new documentation structureChris Adams2012-06-211-1/+1
* Put basic language types into QtQml importChris Adams2012-06-211-8/+21
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-8/+11
* Don't double emit threaded signalsAaron Kennedy2012-06-071-1/+27
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-2/+15
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-0/+14
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-2/+2
* Remove obsolete overload of QQmlEngine::importPlugin()Matthew Vogt2012-05-291-25/+0
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-2/+2
* Reduce size of QQmlAbstractBindingAaron Kennedy2012-05-241-1/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+2
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-45/+52
* Remove QQmlEngine::collectGarbage() overloadKent Hansen2012-05-241-8/+0
* doc: Added missing qdoc textMartin Smith2012-05-211-0/+4
* Ensure repeated compilation does not failMatthew Vogt2012-05-211-1/+8
* Detect and abort if an object is deleted during signal handlingKent Hansen2012-05-211-0/+29
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-19/+78
* Fix composite type property supportChris Adams2012-05-161-19/+16
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Dispose the v8object handle in QQmlData::destroy()Chris Adams2012-05-121-1/+6
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-2/+47
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-111-0/+10
* Set context information for QmlErrors passed to qWarningKai Koehne2012-05-091-1/+3
* Document some more functions on the Qt objectAlan Alpert2012-05-091-1/+17
* Doc: Moving QML docs for new doc structureJerome Pasion2012-05-091-2/+2
* Fix edge case in signal emission semanticsChris Adams2012-05-091-0/+14