summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-113/+0
| | | | QDeclarativeXXX.
* QmlExpression API reviewAaron Kennedy2010-02-231-8/+3
|
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Harden binding optimizerAaron Kennedy2010-01-271-1/+0
|
* Don't use a virtual signal - moc complains.Warwick Allison2010-01-111-1/+3
|
* valueChanged() needs to be virtual?Yann Bodson2009-12-071-1/+1
|
* small cleanupThierry Bastian2009-12-041-1/+1
| | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* fix includesOswald Buddenhagen2009-12-031-1/+2
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-031-3/+3
|
* 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