summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicspathview
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-248-730/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-231-1/+0
|\
| * QmlExpression API reviewAaron Kennedy2010-02-231-1/+0
| |
* | Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-10/+8
|/ | | | Task-number: QT-2538
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-7/+7
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | QmlView API review. See QmlChanges.txt for details.Martin Jones2010-02-181-13/+10
|/
* Compile.Martin Jones2010-02-101-1/+1
|
* Consolidate the two pathview tests and fix them all.Martin Jones2010-02-103-6/+155
|
* Get test compilingAlan Alpert2010-02-091-1/+1
| | | | commit d914555badcd4761864657e1e335e657b791453f missed a spot
* Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes).Bea Lam2010-02-081-4/+4
| | | | Was causing some test failures on Windows.
* Use console.log, not print.Warwick Allison2009-11-231-1/+1
|
* remove warningsYann Bodson2009-11-201-2/+1
|
* More PathView testingMartin Jones2009-11-182-0/+277
|
* Path autotestsYann Bodson2009-11-162-0/+61
|
* basic PathView autotestsYann Bodson2009-11-115-0/+250