summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-35/+33
* Revert "qdoc: Corrected some qdoc warnings."Aaron Kennedy2009-07-301-5/+3
* Revert "Make private stuff public"Alan Alpert2009-07-281-1/+1
* Make private stuff publicAlan Alpert2009-07-281-1/+1
* Make private stuff privateAaron Kennedy2009-07-271-2/+2
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-1/+1
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-50/+0
* Fix crash on object destructionAaron Kennedy2009-07-161-2/+9
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-151-29/+0
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-141-3/+30
| |\
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-091-2/+2
| |\ \
| * | | First conversion to new module handling.Warwick Allison2009-07-021-29/+0
* | | | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-4/+5
| |_|/ |/| |