Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 6 | -1105/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 1 | -19/+16 |
| | | | | Task-number: QT-2538 | ||||
* | Remove use of direct event posting. Use QTest::keyClick() for keys. | Martin Jones | 2010-02-22 | 1 | -23/+7 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -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 McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -22/+16 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-08 | 1 | -2/+2 |
|\ | |||||
| * | Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes). | Bea Lam | 2010-02-08 | 1 | -2/+2 |
| | | | | | | | | Was causing some test failures on Windows. | ||||
* | | Fix test. | Martin Jones | 2010-02-08 | 1 | -6/+22 |
|/ | |||||
* | Fix insertion and deletion of multiple items in GridView. | Martin Jones | 2010-02-02 | 1 | -5/+7 |
| | |||||
* | Stagger creation and release of items in GridView. | Martin Jones | 2009-12-08 | 1 | -5/+6 |
| | | | | Avoid creating a full row in one frame. | ||||
* | Add GridView.positionViewAtIndex(). | Martin Jones | 2009-11-27 | 1 | -0/+91 |
| | |||||
* | Fix GridView scrolling due to currentIndex changes. Add tests. | Martin Jones | 2009-11-19 | 1 | -0/+32 |
| | |||||
* | Hit some more untested lines in ListView and GridView. | Martin Jones | 2009-11-17 | 1 | -2/+34 |
| | |||||
* | Test delegate being set before model. | Martin Jones | 2009-11-16 | 2 | -1/+5 |
| | |||||
* | More GridView autotests | Yann Bodson | 2009-11-13 | 3 | -0/+83 |
| | |||||
* | ListView and GridView tests. | Martin Jones | 2009-11-10 | 2 | -3/+69 |
| | |||||
* | More highlight testing. | Martin Jones | 2009-11-10 | 1 | -0/+17 |
| | |||||
* | More tests and fixes for ListView and GridView | Martin Jones | 2009-11-09 | 2 | -9/+153 |
| | |||||
* | Add test for GridView, and fix bug. | Martin Jones | 2009-11-05 | 3 | -0/+642 |