Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve test coverage for declarative module. | Michael Brasser | 2010-10-04 | 1 | -2/+6 |
| | | | | Add additional autotests, and remove unreachable functions. | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 17 | -31/+31 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Add missing auto test files. | Martin Jones | 2010-08-16 | 1 | -0/+24 |
| | |||||
* | More positioners with QGraphicsWidgets fixes. | Martin Jones | 2010-08-16 | 1 | -0/+44 |
| | | | | | Task-number: QTBUG-12416 Reviewed-by: Michael Brasser | ||||
* | Fix flow layout not taking into account whether it's width and height are ↵ | Joona Petrell | 2010-06-29 | 2 | -0/+39 |
| | | | | | | | implicit or not. Task-number: QTBUG-11778 Reviewed-by: Martin Jones | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Don't crash due to recursive positioning. | Martin Jones | 2010-05-17 | 1 | -2/+25 |
| | | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731 | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Delete canvas after use in positioner unit tests | Joona Petrell | 2010-04-28 | 1 | -0/+28 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Setting conflicting anchors to items inside positioners should print a warning | Joona Petrell | 2010-04-28 | 1 | -0/+72 |
| | | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 14 | -14/+14 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 2 | -0/+73 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 2 | -0/+73 |
| | | | | Task-number: QTBUG-9805 | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Set positioner size to final size, rather than some random size mid animation | Martin Jones | 2010-04-01 | 11 | -1/+65 |
| | | | | Task-number: QTBUG-9559 | ||||
* | Relayout items when Flow size changes. | Martin Jones | 2010-03-29 | 2 | -0/+99 |
| | | | | | | Also add Flow tests. Task-number: QTBUG-9421 | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 4 | -3/+4 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | runnable from elsewhere | Warwick Allison | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -16/+16 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 13 | -0/+846 |
QDeclarativeXXX. |