summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeglobal_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-0/+6
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-081-0/+13
| | | | | | | | | This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-011-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+91
QDeclarativeXXX.