summaryrefslogtreecommitdiff
path: root/src/layouts/qquicklinearlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-111-9/+3
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-101-3/+9
* Improve how child items are ignored/skippedJan Arve Saether2013-04-301-113/+138
* Refactor propagation of size hintsJan Arve Saether2013-04-261-23/+20
* Repopulate the GridLayout if flow is changedJan Arve Saether2013-04-261-1/+2
* Fix some bugs in QQuickLinearLayout::insertLayoutItems()Jan Arve Saether2013-04-191-1/+13
* Add documentation for the Layout attached property.Jan Arve Saether2013-04-171-26/+24
* Added support for alignment with Layout.alignment propertyJan Arve Saether2013-04-151-1/+4
* Doc fix: Change double to realJan Arve Saether2013-04-121-4/+4
* QtQuick.Layouts: Doc fixesJan Arve Saether2013-04-111-11/+11
* Add documentation to QtQuick.LayoutsJan Arve Saether2013-04-101-4/+149
* Remove a function that doesn't serve any purpose anymore.Jan Arve Saether2013-04-101-4/+0
* Don't rearrange/recalculate the layout if it is hiddenJan Arve Saether2013-04-091-1/+1
* Add support for auto-positioning of items in a grid layoutJan Arve Saether2013-04-041-54/+181
* Some fixes related to row/column SpacingJan Arve Saether2013-04-031-6/+5
* API: Rename {vertic,horizont}alSpacing to {row,column}SpacingJan Arve Saether2013-03-221-12/+12
* React to implicit size changesJan Arve Saether2013-03-201-3/+6
* Rearrange only the topmost layout.Jan Arve Saether2013-03-141-9/+16
* updateLayoutItems should update the layouts size hintsJan Arve Saether2013-03-131-1/+1
* Remove excess call to invalidate()Jan Arve Saether2013-03-131-2/+0
* Layouts: fix compilation warningsJ-P Nurmi2013-03-111-2/+2
* Layouts: Fix compilation warningsCaroline Chao2013-03-071-1/+0
* Change the layout engine of RowLayout and ColumnLayout.Jan Arve Saether2013-03-061-0/+426