summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Start work on translation support in Qml.Michael Brasser2009-05-181-4/+15
| | | | Added basic support for qsTr in Qml, both in the engine and in lupdate.
* Array expressions testAaron Kennedy2009-05-141-3/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-111-34/+55
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-34/+55
| |
* | qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-3/+1
|/
* Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-111-2/+10
|
* When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-111-4/+10
|
* Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-111-0/+29
| | | | component creation
* Tweak debugger watchesAaron Kennedy2009-05-081-0/+11
|
* Add "watchers" to debuggerAaron Kennedy2009-05-071-8/+28
|
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-32/+106
|
* docWarwick Allison2009-05-061-20/+9
|
* DocAaron Kennedy2009-05-061-1/+10
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-2/+13
|
* More doc cleanup.Michael Brasser2009-05-051-1/+1
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-69/+69
|
* Merge branch 'kinetic-declarativeui' of ../kinetic into ↵Aaron Kennedy2009-04-281-10/+62
|\ | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/mouseregion/mouse.qml
| * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-10/+62
| | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* | Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-04-271-0/+33
|\ \ | |/ | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx
| * Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-0/+33
| | | | | | | | 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.
* | error output for scriptsmae2009-04-241-0/+14
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-241-5/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| | | | | | | | We can use the new QMetaProperty::propertyIndex() method instead.
* | Documentation fixes.Michael Brasser2009-04-241-5/+5
|/ | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1295