Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed inconsistent test naming. | Rohan McGovern | 2010-03-22 | 3 | -188/+0 |
| | | | | TARGET and test class name should always match. | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -7/+7 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -10/+10 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -1/+0 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 1 | -1/+0 |
| | | | | | | | | Task-number: QT-2538 | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 1 | -0/+1 |
|/ | | | | Task-number: QT-2798 | ||||
* | 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 | -13/+13 |
|/ | |||||
* | Autotests. | Michael Brasser | 2009-11-11 | 2 | -4/+11 |
| | |||||
* | Fix layouts test | Alan Alpert | 2009-11-09 | 2 | -10/+13 |
| | | | | | | Turns out I misinterpreted QGraphicsLinearLayout's behaviour. Task-number: QT-2472 | ||||
* | Split out layout and positioner tests | Alan Alpert | 2009-11-09 | 12 | -727/+85 |
| | | | | | Includes actually adding some layout tests (which seem to expose bugs in the layouts). | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 3 | -9/+9 |
| | |||||
* | Add tests for the the positioner transitions. | Alan Alpert | 2009-11-04 | 5 | -0/+363 |
| | |||||
* | Position items in the correct order | Alan Alpert | 2009-11-04 | 1 | -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 renaming | Yann Bodson | 2009-11-02 | 1 | -1/+1 |
| | |||||
* | renaming QmlGraphicsRect -> QmlGraphicsRectangle | Yann Bodson | 2009-11-02 | 1 | -22/+22 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -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 headers | Warwick Allison | 2009-10-29 | 1 | -0/+40 |
| | | |||||
* | | Fixup mistakes following renaming files | Aaron Kennedy | 2009-10-30 | 1 | -2/+2 |
| | | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -2/+2 |
| | | |||||
* | | Rename qfx files to qmlgraphics files | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -33/+33 |
|/ | |||||
* | Make more mac friendly | Aaron Kennedy | 2009-10-28 | 1 | -0/+1 |
| | |||||
* | Renaming: QFxView -> QmlView | Yann Bodson | 2009-09-22 | 1 | -10/+10 |
| | |||||
* | Fix up some of the tests | Alan Alpert | 2009-09-09 | 7 | -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 Allison | 2009-08-24 | 6 | -6/+6 |
| | | | | QFxBasePositioner still exists though. | ||||
* | Update autotests | Alan Alpert | 2009-08-19 | 1 | -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 Tests | Alan Alpert | 2009-08-19 | 13 | -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 Allison | 2009-07-23 | 12 | -0/+24 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Autotest format conversion. | Michael Brasser | 2009-05-08 | 25 | -104/+364 |
| | |||||
* | Get autotests compiling again. Start converting syntax. | Michael Brasser | 2009-05-08 | 1 | -2/+2 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 14 | -0/+490 |