summaryrefslogtreecommitdiff
path: root/src/layouts/qquicklinearlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated layouts docs with images and snippetsstableVenu2014-06-131-9/+77
* Fix typo and add missing period to GridLayout documentation.Mitch Curtis2014-05-071-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-171-2/+3
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-2/+3
| |\
| | * Allow size hint changes during a rearrange.Jan Arve Saether2014-01-281-1/+3
* | | Don't register LayoutBase as a type.Jan Arve Saether2014-02-171-0/+6
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-4/+4
|\ \ | |/
| * Don't lie in the docs.Jan Arve Saether2014-01-161-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+4
|\ \ | |/
| * Do not loop infinitely if a span is larger than the layout extentJan Arve Saether2014-01-071-1/+4
* | Remove our forked version of QGridLayoutEngineJan Arve Saether2014-01-021-32/+15
|/
* Qt Quick Layouts: Some small documentation refinements.Jan Arve Saether2013-10-161-2/+2
* Doc: Moved \inqmlmodule version to \qmlmodule for QtQuick.LayoutsJerome Pasion2013-10-021-3/+3
* Update the internal alignment when an item *changes* its alignmentJan Arve Saether2013-10-011-0/+6
* Add baseline support for Qt Quick LayoutsJan Arve Saether2013-09-201-7/+9
* Reduce chaos during deconstructionJan Arve Saether2013-09-111-0/+24
* Prepare for QtQuick.Layouts 1.1J-P Nurmi2013-09-101-3/+6
* Enable dynamically changes to rows and columns propertiesJan Arve Saether2013-07-301-2/+2
* Add support for RTLJan Arve Saether2013-07-111-1/+71
* Move doc from the index to the overview pagev5.1.0-rc1Caroline Chao2013-06-121-0/+6
* Several improvements to documentationJan Arve Saether2013-05-311-21/+47
* Do not crash when deleting a layoutJan Arve Saether2013-05-301-7/+22
* Change default layout spacing to 5, and make it depend on DPIJan Arve Saether2013-05-291-6/+14
* Don't implicit cast the enum to a boolJan Arve Saether2013-05-231-5/+2
* Hidden items were not added to the ignore list.Jan Arve Saether2013-05-221-1/+1
* Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether2013-05-161-3/+9
* 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