summaryrefslogtreecommitdiff
path: root/src/layouts
Commit message (Expand)AuthorAgeFilesLines
* Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-2623-3970/+0
* Unify license header usageAntti Kokko2016-02-044-20/+20
* Unify license header usageAntti Kokko2016-02-0411-132/+165
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-156/+2
|\
| * Layouts: Remove redundant definition of QQuickItemAlessandro Portale2016-01-061-154/+0
| * Doc: Update QtQuick.Layouts import version to 1.3Topi Reinio2016-01-041-2/+2
* | Replace foreach with range-based forAnton Kudryavtsev2016-01-162-6/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+170
|\ \ | |/
| * Update plugins.qmltypesKai Koehne2015-11-191-1/+170
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-052-28/+25
|\ \ | |/
| * Fix {Row|Grid}Layout to adhere to sibling order of its childrenJan Arve Saether2015-10-302-1/+14
| * Avoid redundant relayout when adding or removing itemsUlf Hermann2015-10-231-4/+0
| * Tidy up Layout documentationMitch Curtis2015-10-201-24/+25
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-5/+5
|\ \ | |/
| * Fix a few issues in StackLayout documentation.Mitch Curtis2015-09-071-5/+5
* | Fix {Row|Grid}Layout to adhere to sibling order of its childrenJan Arve Saether2015-09-212-1/+19
|/
* Improve distribution when snapping to the pixel grid.Jan Arve Saether2015-04-152-5/+4
* Say hello to StackLayoutJan Arve Saether2015-04-135-3/+442
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-232-5/+5
|\
| * Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-222-6/+6
* | Refactor: Move some common code up to QQuickLayoutJan Arve Saether2015-03-056-335/+360
|/
* 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 snippetsstableVenu2014-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