summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepositioners
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-0410-12/+555
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/samegame/SamegameCore/samegame.js mkspecs/features/symbian/default_post.prf src/declarative/qml/qdeclarativeengine.cpp src/gui/text/qtextdocumentlayout.cpp src/plugins/plugins.pro src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/s60installs.pro tests/auto/declarative/declarative.pro tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp tests/auto/declarative/qmlvisual/qmlvisual.pro
| * 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
| |\
| * | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-189-10/+489
| | | | | | | | | | | | | | | Task-number: QTBUG-11042 Reviewed-by: Joona Petrell
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| |/ | | | | | | Reviewed-by: Trust Me
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro src/corelib/io/io.pri src/corelib/io/qfsfileengine.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/io/qfsfileengine_win.cpp src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtDeclarativeu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtDeclarativeu.def src/s60installs/eabi/QtGuiu.def tests/auto/qapplication/test/test.pro tests/auto/qaudioinput/qaudioinput.pro tests/auto/qaudiooutput/qaudiooutput.pro tests/auto/qchar/qchar.pro tests/auto/qdiriterator/qdiriterator.pro tests/auto/qsound/qsound.pro
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/ | | | | | | | | | | Due to the change from default deployment in symbian from being hardcoded in qmake to being in default_deployment.prf the .pro files needed to be changed. Specifically, "DEPLOYMENT = foo" needs to be "DEPLOYMENT += foo" otherwise the default deployment lines are not added and the test won't install. Reviewed-By: Miikka Heikkinen
* 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.