summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/lib
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-054-1/+6
| | | | Task-number: QTBUG-11936
* Disallow "Qt" as namespace importAaron Kennedy2010-04-271-2/+2
| | | | | | This conflicts with the global object's "Qt" property. QTBUG-10143
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-214-4/+4
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* import "." first - i.e. override it by everything else.Warwick Allison2010-04-012-0/+3
| | | | Otherwise, simple things break, like having "image.qml" on a case-insensitive file system.
* Tweak import behaviourAlan Alpert2010-03-251-2/+2
| | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-244-0/+10
QDeclarativeXXX.