summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecustomparser_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsThomas Zander2010-09-161-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-251-1/+11
|\
| * Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-251-1/+11
| | | | | | | | QTBUG-11283
* | Test ListElement type via type system, not string comparison.Warwick Allison2010-06-251-0/+2
|/ | | | | Task-number: QTBUG-11222 Reviewed-by: Aaron Kennedy
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-1/+3
| | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Allow enum constants as list element properties.Warwick Allison2010-03-171-0/+7
| | | | Task-number: QTBUG-5974
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+2
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+142
QDeclarativeXXX.