summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix qmlparser test failureAaron Kennedy2009-05-131-3/+6
|
* More testsAaron Kennedy2009-05-121-1/+0
|
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-2/+90
|
* Improve parser line/column trackingAaron Kennedy2009-05-061-10/+78
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-1/+1
|
* Fix crashAaron Kennedy2009-05-061-3/+3
| | | | As QMetaObject::indexOfProperty() downcasts QMetaObject's that have the DynamicMetaObject flag set, we must ensure that we use a QAbstractDynamicMetaObject whereever we set this flag, otherwise it may crash.
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-0/+9
|
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-051-4/+1
| | | | | | | New properties and signals should be defined using the QML syntax: [default] property <type> <name> [: <expr>] signal <name>
* Improve error handling consistencyAaron Kennedy2009-05-051-4/+4
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-10/+10
|
* Use the DUI language.Roberto Raggi2009-04-241-1/+0
|
* optional property debug output when the environment variable DUI_DEBUG is ↵mae2009-04-241-4/+6
| | | | defined.
* support public property definitionsmae2009-04-241-1/+4
|
* support both *.qml and *.whatever with autodetection. Some debug output, ↵mae2009-04-241-0/+2
| | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+167