summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicsitem/tst_qmlgraphicsitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-318/+0
* Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-4/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-11/+11
* | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-171-1/+51
|/
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-2/+2
* More Keys testing.Martin Jones2009-11-101-0/+31
* Robustify testMartin Jones2009-11-061-0/+3
* Test Keys and KeyNavigation attached props. Fix Keys on<Key>PressedMartin Jones2009-11-061-0/+237