aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeincubator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-696/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix crash in incubator when a guarded context is deletedAaron Kennedy2011-11-171-0/+1
* Ensure that chained incubation works from componentCompleted.Martin Jones2011-11-011-4/+13
* Allow QDeclarativeIncubator to be deleted within statusChanged() callbackAaron Kennedy2011-10-201-4/+11
* Allow one incubator to start in the statusChanged() of anotherAaron Kennedy2011-10-201-3/+11
* Behave correctly when AsynchronousIfNested is nestedAaron Kennedy2011-10-201-3/+5
* Clean up declarative includesKent Hansen2011-10-171-2/+2
* QDeclarativeIncubator wasn't calling statusChanged() for nested casesAaron Kennedy2011-10-141-21/+30
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-071-2/+16
* Allow incubators to be driven recursivelyAaron Kennedy2011-10-061-3/+21
* Always delete object if incubator is cancelledAaron Kennedy2011-10-061-0/+2
* Declarative: Compile on Windows.Friedemann Kleint2011-10-051-1/+1
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-041-2/+27
* QDeclarativeIncubator::clear() and autotestsAaron Kennedy2011-10-031-5/+24
* Improve QDeclarativeIncubator JS APIAaron Kennedy2011-09-301-1/+17
* QDeclarativeIncubationController docsAaron Kennedy2011-09-291-2/+63
* QDeclarativeIncubator docAaron Kennedy2011-09-291-8/+186
* Asynchronous component instantiationAaron Kennedy2011-09-291-0/+327