summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inconsistent test naming.Rohan McGovern2010-03-223-188/+0
| | | | TARGET and test class name should always match.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-7/+7
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-10/+10
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-1/+0
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-231-1/+0
| | | | | | | | Task-number: QT-2538
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-0/+1
|/ | | | Task-number: QT-2798
* 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/+13
|/
* Autotests.Michael Brasser2009-11-112-4/+11
|
* Fix layouts testAlan Alpert2009-11-092-10/+13
| | | | | | Turns out I misinterpreted QGraphicsLinearLayout's behaviour. Task-number: QT-2472
* Split out layout and positioner testsAlan Alpert2009-11-0912-727/+85
| | | | | Includes actually adding some layout tests (which seem to expose bugs in the layouts).
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-063-9/+9
|
* Add tests for the the positioner transitions.Alan Alpert2009-11-045-0/+363
|
* Position items in the correct orderAlan Alpert2009-11-041-0/+25
| | | | | Nearly fixes QT-2241, but still waiting for a signal to appear in QGraphicsItem which allows up to reposition items after a change.
* more renamingYann Bodson2009-11-021-1/+1
|
* renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-021-22/+22
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-0/+40
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-0/+40
| |
* | Fixup mistakes following renaming filesAaron Kennedy2009-10-301-2/+2
| |
* | Make private headers _pAaron Kennedy2009-10-301-2/+2
| |
* | Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-301-1/+1
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-33/+33
|/
* Make more mac friendlyAaron Kennedy2009-10-281-0/+1
|
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-10/+10
|
* Fix up some of the testsAlan Alpert2009-09-097-98/+66
| | | | | | | | Update to work with the latest changes, like 'import Qt 4.6'. Tests affected: DateTimeFormatter Layouts (Positioners) ListView (Still not passing)
* Rename positioners.Warwick Allison2009-08-246-6/+6
| | | | QFxBasePositioner still exists though.
* Update autotestsAlan Alpert2009-08-191-7/+10
| | | | | | Not so much that they pass (or even run) of course. Just making the id change that was needed in the layouts test to all the other copy and pasted findItem functions.
* Update Positioner TestsAlan Alpert2009-08-1913-360/+6
| | | | | | | Note that it still doesn't pass tests, due at least partially to an error in the test code. This change also slips in a change to the QLayoutItem example less of a bad example of how to integrate QGraphicsLayouts.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2312-0/+24
| | | | | Adjust examples and demos accordingly. As per QT-558
* Autotest format conversion.Michael Brasser2009-05-0825-104/+364
|
* Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-081-2/+2
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2214-0/+490