summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-195/+0
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-0/+3
* Fix copyright year.Jason McDonald2010-02-161-1/+1
* CleanupAaron Kennedy2010-01-271-9/+53
* Harden binding optimizerAaron Kennedy2010-01-271-1/+2
* Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-1/+0
* Mark function contexts as temporaryAaron Kennedy2010-01-051-0/+2
* Stop using QGuardAaron Kennedy2009-12-231-3/+3
* Support binding optimizer and deferred propertiesAaron Kennedy2009-12-181-0/+4
* Introduce experimental binding optimizerAaron Kennedy2009-12-141-1/+3
* fix includesOswald Buddenhagen2009-12-031-6/+9
* Optimization: Use linked-list for context objectsAaron Kennedy2009-12-031-1/+1
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
* Remove include styles that rely on configure.Warwick Allison2009-12-011-4/+4
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-2/+1
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Export symbols for class QmlContextPrivateKai Koehne2009-11-061-1/+1
* More QmlContext testsAaron Kennedy2009-11-031-3/+0
* QmlContext testsAaron Kennedy2009-11-021-0/+1
* fix headersWarwick Allison2009-10-291-16/+16
* Simplify the defaultObjects handlingAaron Kennedy2009-10-271-6/+0
* Fix more warnings.Michael Brasser2009-10-261-1/+1
* Tweak scope ordering (again)Aaron Kennedy2009-10-091-2/+0
* Output file/line for script errorsAaron Kennedy2009-10-091-1/+2
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+1
* Improve scope handlingAaron Kennedy2009-10-061-2/+1
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-1/+5
* Improve script lookup cachingAaron Kennedy2009-10-051-2/+8
* Add QML enum supportAaron Kennedy2009-09-031-0/+2
* Object property binding optimizationAaron Kennedy2009-08-111-2/+2
* Abstract expression and binding APIsAaron Kennedy2009-08-101-1/+5
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-101-2/+1
* Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-051-1/+3
* Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-041-4/+0
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-2/+16
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-1/+0
* Start moving debugger out of processAaron Kennedy2009-07-131-0/+4
* CleanupMichael Brasser2009-06-301-0/+13
* Fixed #includesRoberto Raggi2009-05-181-3/+3
* Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-2/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-111-0/+1
|\
| * CompileYann Bodson2009-05-111-0/+1
* | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-111-0/+1
|/
* Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-111-0/+5
* When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-111-0/+1
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+3
* Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-051-1/+2
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-6/+2
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-0/+7
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+87