summaryrefslogtreecommitdiffstats
path: root/src/layouts
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-222-6/+6
* Merge remote-tracking branch 'origin/5.4' into devJ-P Nurmi2015-02-122-0/+26
|\
| * Fix crash when invalidating a layout while rearrangingDaiwei Li2015-02-052-0/+26
* | Layouts: update license headersJ-P Nurmi2015-02-119-135/+163
* | Docs: update license headersJ-P Nurmi2015-02-114-48/+35
* | Add support for Layout marginsJan Arve Saether2015-01-1610-12/+246
* | Merge remote-tracking branch 'origin/5.4' into devJ-P Nurmi2015-01-161-2/+9
|\|
| * Layouts: increase the default spacing on mobile platformsJ-P Nurmi2014-10-301-2/+9
* | Fix build with latest qtbaseKai Koehne2015-01-081-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-1910-176/+106
|\|
| * Adding designersupported to pluginsThomas Hartmann2014-09-181-0/+1
| * Fix Layout.minimumWidth documentationGatis Paeglis2014-09-171-1/+1
| * Do not crash when removing children from hidden layoutsJan Arve Saether2014-09-031-4/+5
| * Update license headers and add new license filesAntti Kokko2014-08-259-171/+99
* | Remove unused function.Jan Arve Saether2014-08-272-12/+0
|/
* Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-06-255-11/+79
|\
| * Fix grammar in Layout::fillWidth and Layout::fillHeight documentation.Mitch Curtis2014-06-201-2/+2
| * Doc: Updated layouts docs with images and snippetsVenu2014-06-134-9/+77
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-111-1/+1
|/
* Fix typo and add missing period to GridLayout documentation.Mitch Curtis2014-05-071-2/+2
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
* Import QtQuick 2.2J-P Nurmi2014-04-071-1/+1
* Do not reduce items size when snapping to pixel grid.Jan Arve Saether2014-03-192-10/+12
* 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-174-6/+11
* | | Update plugins.qmltypes for QtQuick.LayoutsJan Arve Saether2014-02-171-1/+5
|/ /
* | Make sure that items don't exceed the layout-computed boundaryJan Arve Saether2014-01-271-3/+5
* | Make sure that layout is invalidated if LayoutMirroring is changed.Jan Arve Saether2014-01-231-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-4/+4
|\|
| * Support negative layout spacings (do not assert)Jan Arve Saether2014-01-161-1/+0
| * 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-0211-2628/+162
* | Prepare to move the gridlayout engine so it can be shared.Jan Arve Saether2013-11-296-0/+20
|/
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Add classnames for QML plugins.Morten Johan Sørvig2013-10-281-0/+1
* Qt Quick Layouts: Some small documentation refinements.Jan Arve Saether2013-10-163-11/+43
* Doc: Moved \inqmlmodule version to \qmlmodule for QtQuick.LayoutsJerome Pasion2013-10-024-7/+7
* Update the internal alignment when an item *changes* its alignmentJan Arve Saether2013-10-016-1/+32
* Don't apply baseline calculations if Qt.AlignBaseline is not setJan Arve Saether2013-10-011-5/+7
* Respect items maximumwidth also when layouting baseline itemsJan Arve Saether2013-09-281-0/+1
* Show list of valid flags for the alignment propertyJan Arve Saether2013-09-271-0/+12
* Add baseline support for Qt Quick LayoutsJan Arve Saether2013-09-204-14/+21
* Reduce chaos during deconstructionJan Arve Saether2013-09-113-0/+32
* Use the m_isXXXSet flags and friends instead of checking for < 0Jan Arve Saether2013-09-111-4/+4
* Make sure rowSpan, columnSpan and alignment changes are emittedJan Arve Saether2013-09-102-6/+33