summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-574/+0
* Merge remote branch 'origin/master'Thiago Macieira2010-02-231-0/+25
|\
| * Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-0/+25
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-2/+2
|\ \ | |/
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-2/+6
| |\
| * | QML binding optimizer crashAaron Kennedy2010-02-161-2/+2
* | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
| |/ |/|
* | Fix copyright year.Jason McDonald2010-02-161-1/+1
* | doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+5
|/
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-14/+17
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-9/+6
* CleanupAaron Kennedy2010-01-271-2/+2
* Harden binding optimizerAaron Kennedy2010-01-271-1/+5
* Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-1/+1
* Mark function contexts as temporaryAaron Kennedy2010-01-051-2/+2
* Support binding optimizer and deferred propertiesAaron Kennedy2009-12-181-1/+4
* Make QListModelInterface API more sensible for our use case.Martin Jones2009-12-161-3/+11
* Faster sections.Martin Jones2009-12-161-0/+24
* fix includesOswald Buddenhagen2009-12-031-7/+10
* Optimization: Use linked-list for context objectsAaron Kennedy2009-12-031-8/+9
* 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-7/+8
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Fix following af454feab24824a7ef2d28794930fb7c227c270fAaron Kennedy2009-11-091-1/+2
* More QmlContext testsAaron Kennedy2009-11-031-14/+2
* QmlContext testsAaron Kennedy2009-11-021-4/+31
* fix headersWarwick Allison2009-10-291-16/+16
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-2/+5
* Simplify the defaultObjects handlingAaron Kennedy2009-10-271-20/+1
* Fix more warnings.Michael Brasser2009-10-261-3/+1
* docWarwick Allison2009-10-161-1/+1
* Tweak scope ordering (again)Aaron Kennedy2009-10-091-8/+3
* Output file/line for script errorsAaron Kennedy2009-10-091-15/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-081-1/+1
|\
| * Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
* | Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+39
* | Improve scope handlingAaron Kennedy2009-10-061-10/+1
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-1/+4
* | Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-051-1/+0
* | Improve script lookup cachingAaron Kennedy2009-10-051-18/+29
|/
* Fix handling of empty strings for URLsWarwick Allison2009-08-261-1/+1
* Various doc fixes.Michael Brasser2009-08-191-5/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-181-0/+3
|\
| * Slightly change implementation of scope chain.Michael Brasser2009-08-181-0/+3
* | Resolve attached property typenames in correct context.Warwick Allison2009-08-181-0/+18
|/
* Abstract expression and binding APIsAaron Kennedy2009-08-101-5/+9
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-101-8/+3
* Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-051-6/+10
* Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-041-2/+1