summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_rowlayout.qml
Commit message (Expand)AuthorAgeFilesLines
* Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-261-921/+0
* Unify license header usageAntti Kokko2016-02-041-3/+13
* Improve distribution when snapping to the pixel grid.Jan Arve Saether2015-04-151-0/+88
* BSD license for QML code in testsJ-P Nurmi2015-03-061-22/+26
* Tests: update license headersJ-P Nurmi2015-02-111-29/+25
* Do not crash when removing children from hidden layoutsJan Arve Saether2014-09-031-0/+81
* Import QtQuick 2.2J-P Nurmi2014-04-071-6/+6
* Allow size hint changes during a rearrange.Jan Arve Saether2014-01-281-0/+36
* Use waitForRendering instead of wait(20).Jan Arve Saether2013-06-071-2/+1
* Fixed a bug where a rearrange was not always doneJan Arve Saether2013-06-061-0/+45
* Fixed some bugs in how effective size hints were calculatedJan Arve Saether2013-06-041-8/+13
* Do not crash when deleting a layoutJan Arve Saether2013-05-301-0/+20
* Made sure items with preferred width of 0 could also stretchJan Arve Saether2013-05-231-0/+48
* Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether2013-05-161-11/+22
* Quick Layouts: Do not arrange items at sub-pixel positions.Jan Arve Saether2013-05-141-0/+31
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-111-22/+11
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-101-11/+22
* Layouts implicit sizes was not propagated up properly.Jan Arve Saether2013-05-101-1/+3
* Add test for dynamic adding and removing layout itemsJan Arve Saether2013-05-061-0/+67
* Improve how child items are ignored/skippedJan Arve Saether2013-04-301-0/+23
* Refactor propagation of size hintsJan Arve Saether2013-04-261-0/+96
* Fix some bugs in QQuickLinearLayout::insertLayoutItems()Jan Arve Saether2013-04-191-31/+22
* Change default values of the preferred and max size hints to -1.Jan Arve Saether2013-04-171-0/+53
* Added support for alignment with Layout.alignment propertyJan Arve Saether2013-04-151-0/+67
* Tests: Destroy created components at the end of the tests functionsCaroline Chao2013-04-111-0/+5
* Fix some imports QtQuick 2.0 -> QtQuick 2.1Caroline Chao2013-03-251-3/+3
* Rename properties Layout.{vertical}SizePolicyJan Arve Saether2013-03-221-7/+7
* Add test for counting the number of geometry changes.Jan Arve Saether2013-03-151-0/+46
* Rearrange only the topmost layout.Jan Arve Saether2013-03-141-0/+70
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-3/+3
* Test for RowLayoutJan Arve Saether2013-03-071-0/+127