summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |_|/ |/| |
* | | Start moving debugger out of processAaron Kennedy2009-07-131-3/+30
| |/ |/|
* | Move QmlExpression into its own fileAaron Kennedy2009-07-031-2/+2
|/
* fix warningsWarwick Allison2009-05-211-2/+0
* Fix docs.Michael Brasser2009-05-191-2/+2
* Disable code that triggers a crash at exit.Aaron Kennedy2009-05-121-3/+5
* Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-12/+52
* Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-111-1/+33
* When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-111-0/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-061-2/+2
|\
| * docWarwick Allison2009-05-061-2/+2
* | Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-1/+1
|/
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-5/+7
* Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-051-10/+19
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-10/+8
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-16/+16
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-0/+2
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+405