summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
Commit message (Collapse)AuthorAgeFilesLines
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* fix headersWarwick Allison2009-10-291-16/+16
|
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-0/+5
| | | | | QmlExpression should not print errors itself. This is the responsibility of the caller.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-211-0/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add binding assignment warningsAaron Kennedy2009-10-161-0/+2
| |
* | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-191-1/+1
|/
* Output file/line for script errorsAaron Kennedy2009-10-091-2/+2
|
* Remove unnecessary friendAaron Kennedy2009-08-051-1/+0
|
* Make private stuff privateAaron Kennedy2009-07-271-2/+0
|
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-22/+17
|
* Move QmlExpression into its own fileAaron Kennedy2009-07-031-1/+1
|
* CleanupMichael Brasser2009-06-301-1/+0
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Improve bindings startup performanceAaron Kennedy2009-06-101-1/+1
|
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-2/+0
|
* Start work on translation support in Qml.Michael Brasser2009-05-181-0/+2
| | | | Added basic support for qsTr in Qml, both in the engine and in lupdate.
* Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-111-0/+1
|
* Tweak debugger watchesAaron Kennedy2009-05-081-0/+1
|
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-0/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+115