summaryrefslogtreecommitdiff
path: root/src/layouts/qquicklayout_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-261-326/+0
* Unify license header usageAntti Kokko2016-02-041-12/+15
* Fix {Row|Grid}Layout to adhere to sibling order of its childrenJan Arve Saether2015-09-211-1/+6
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-231-1/+1
|\
| * Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-221-1/+1
* | Refactor: Move some common code up to QQuickLayoutJan Arve Saether2015-03-051-0/+21
|/
* Layouts: update license headersJ-P Nurmi2015-02-111-15/+18
* Add support for Layout marginsJan Arve Saether2015-01-161-0/+41
* Fix build with latest qtbaseKai Koehne2015-01-081-2/+2
* Update license headers and add new license filesAntti Kokko2014-08-251-19/+11
* Update the internal alignment when an item *changes* its alignmentJan Arve Saether2013-10-011-0/+1
* Reduce chaos during deconstructionJan Arve Saether2013-09-111-0/+5
* 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-101-6/+9
* Add missing NOTIFY specifiers for fill{Width,Height} propertiesJan Arve Saether2013-09-101-2/+2
* GridLayout did not evaluate Layout.{row,column} changes on its itemsJan Arve Saether2013-08-141-2/+6
* Use polish() and updatePolish() instead of LayoutRequestJan Arve Saether2013-06-071-1/+1
* Fixed a bug where a rearrange was not always doneJan Arve Saether2013-06-061-1/+2
* Fixed some bugs in how effective size hints were calculatedJan Arve Saether2013-06-041-0/+16
* Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether2013-05-161-6/+7
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-111-7/+6
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-101-6/+7
* Refactor propagation of size hintsJan Arve Saether2013-04-261-1/+9
* Added support for alignment with Layout.alignment propertyJan Arve Saether2013-04-151-0/+6
* Remove a function that doesn't serve any purpose anymore.Jan Arve Saether2013-04-101-2/+0
* Add support for auto-positioning of items in a grid layoutJan Arve Saether2013-04-041-4/+6
* Rename properties Layout.{vertical}SizePolicyJan Arve Saether2013-03-221-19/+15
* Rearrange only the topmost layout.Jan Arve Saether2013-03-141-2/+1
* Fix bug with default size policy if not specified.Jan Arve Saether2013-03-121-0/+1
* Change the layout engine of RowLayout and ColumnLayout.Jan Arve Saether2013-03-061-0/+220