summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepositioners
Commit message (Collapse)AuthorAgeFilesLines
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-041-1/+1
| | | | | Task-number: QTBUG-21306 Reviewed-by: Rohan McGovern
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Changing width of RTL positioner doesn't relayoutMartin Jones2011-04-011-0/+22
| | | | | | | | | If the width of the layout changes then the items must be laid out again. Change-Id: I2b97bd45d07842fd3da2a0637391473ed6d78aa8 Task-number: QTBUG-18501 Reviewed-by: Michael Brasser
* Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-014-51/+75
| | | | | | Task-number: QTBUG-17280 Reviewed-by: Martin Jones Change-Id: I34a623b49ce0fd5c05ae7a7ea5d0437c107b8a9b
* Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+19
| | | | | Task-number: QTBUG-16959 Reviewed-by: Martin Jones
* Add missing versioning tests for new QtQuick 1.1 properties/methods.Martin Jones2011-01-311-1/+47
| | | | | Task-number: QTBUG-15489 Reviewed-by: Bea Lam
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-189-10/+489
|/ | | | | Task-number: QTBUG-11042 Reviewed-by: Joona Petrell
* Improve test coverage for declarative module.Michael Brasser2010-10-041-2/+6
| | | | Add additional autotests, and remove unreachable functions.
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2917-31/+31
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Add missing auto test files.Martin Jones2010-08-161-0/+24
|
* More positioners with QGraphicsWidgets fixes.Martin Jones2010-08-161-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 Petrell2010-06-292-0/+39
| | | | | | | implicit or not. Task-number: QTBUG-11778 Reviewed-by: Martin Jones
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Don't crash due to recursive positioning.Martin Jones2010-05-171-2/+25
| | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Delete canvas after use in positioner unit testsJoona Petrell2010-04-281-0/+28
| | | | | Task-number: Reviewed-by: Martin Jones
* Setting conflicting anchors to items inside positioners should print a warningJoona Petrell2010-04-281-0/+72
| | | | | Task-number: QTBUG-9025 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2114-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 Jones2010-04-152-0/+73
| | | | Task-number: QTBUG-9183
* Don't crash when columns == 0Martin Jones2010-04-142-0/+73
| | | | Task-number: QTBUG-9805
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Set positioner size to final size, rather than some random size mid animationMartin Jones2010-04-0111-1/+65
| | | | Task-number: QTBUG-9559
* Relayout items when Flow size changes.Martin Jones2010-03-292-0/+99
| | | | | | Also add Flow tests. Task-number: QTBUG-9421
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-184-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 elsewhereWarwick Allison2010-03-031-1/+1
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-16/+16
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2413-0/+846
QDeclarativeXXX.