aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-262-3/+3
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-2/+19
* Cache QObject method argumentsAaron Kennedy2011-10-253-88/+174
* Allow access to all registered module apis.Christian Kamm2011-10-252-0/+16
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-251-2/+2
* Update calls for keyToValue and keysToValueLiang Qi2011-10-243-15/+23
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-246-26/+25
* Remove dependency on QDesktopServices deprecated API.Martin Jones2011-10-241-2/+2
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-214-13/+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-202-3/+6
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-197-11/+26
* qdoc3: Remove several "QML:" qualifiers which should no longer be requiredMartin Smith2011-10-181-14/+14
* Fix assertAaron Kennedy2011-10-181-1/+1
* Simplify expression guard logicAaron Kennedy2011-10-183-38/+44
* Tidy up some more declarative includesKent Hansen2011-10-171-2/+0
* Clean up declarative includesKent Hansen2011-10-1763-262/+248
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-1712-243/+273
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-146-2935/+3
* QDeclarativeIncubator wasn't calling statusChanged() for nested casesAaron Kennedy2011-10-142-21/+34
* Remove unneeded includeKent Hansen2011-10-141-1/+0
* Rename QDeclarativeV4 -> QV4Aaron Kennedy2011-10-1218-265/+264
* Optimize signal handlingAaron Kennedy2011-10-1216-487/+404
* Component.incubateObject() autotestAaron Kennedy2011-10-121-4/+57
* QInputPanel exposed as a property from QDeclarativeApplicationSami Kananoja2011-10-111-0/+7
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-102-9/+9
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-4/+4
* Add "asynchronous" property to Loader.Martin Jones2011-10-102-6/+2
* Fix crashes caused by handle management in worker threadsChris Adams2011-10-103-2/+31
* Debugger: Fix lock when profilingKai Koehne2011-10-071-0/+2
* Say hello to QtQmlDevTools libraryKent Hansen2011-10-071-1/+6
* Fix possible crash with an empty handleAaron Kennedy2011-10-071-1/+1
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-074-30/+50
* Fix v8 handle management in QSGLoaderChris Adams2011-10-071-0/+3
* Debugger: Call removeEngine also for QV8DebugServiceKai Koehne2011-10-061-0/+1
* QV8Profiler serviceChristiaan Janssen2011-10-063-1/+48
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-062-1/+20
* Add a get function to VisualDataGroup.Andrew den Exter2011-10-061-1/+1
* Allow incubators to be driven recursivelyAaron Kennedy2011-10-066-8/+148
* Always delete object if incubator is cancelledAaron Kennedy2011-10-061-0/+2
* Add JavaScript "var" property type to QMLChris Adams2011-10-0612-90/+332
* V8Debugger: Code beautificationKai Koehne2011-10-051-1/+1
* Ensure all persistent handles are disposed properlyChris Adams2011-10-053-1/+7
* Set isRoot correctly for value typesAaron Kennedy2011-10-051-5/+16
* Declarative: Compile on Windows.Friedemann Kleint2011-10-053-6/+9
* QDeclarativeIncubator autotestsAaron Kennedy2011-10-041-2/+27
* Allow .pragma library scripts to import other scriptsChris Adams2011-10-041-1/+5
* QDeclarativeIncubator::clear() and autotestsAaron Kennedy2011-10-034-26/+155
* Modify JS Object to QVariant conversionChris Adams2011-09-301-7/+1