summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable code that triggers a crash at exit.Aaron Kennedy2009-05-121-3/+5
| | | | This is a hack. We should fix it properly.
* 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 ↵Aaron Kennedy2009-05-061-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| | | | | | Store component url directly in context, instead of referencing the associated QmlCompiledComponent. In addition, allow to explicitly set the base url to a context. This is needed for Bauhaus.
* 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
| | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+405