summaryrefslogtreecommitdiff
path: root/src/layouts/qquickgridlayoutengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-261-61/+0
* Unify license header usageAntti Kokko2016-02-041-12/+15
* Refactor: Move some common code up to QQuickLayoutJan Arve Saether2015-03-051-255/+0
* Layouts: update license headersJ-P Nurmi2015-02-111-15/+18
* Add support for Layout marginsJan Arve Saether2015-01-161-0/+8
* Update license headers and add new license filesAntti Kokko2014-08-251-19/+11
* Do not reduce items size when snapping to pixel grid.Jan Arve Saether2014-03-191-4/+6
* Remove our forked version of QGridLayoutEngineJan Arve Saether2014-01-021-2/+0
* Prepare to move the gridlayout engine so it can be shared.Jan Arve Saether2013-11-291-0/+2
* Update the internal alignment when an item *changes* its alignmentJan Arve Saether2013-10-011-0/+16
* Add baseline support for Qt Quick LayoutsJan Arve Saether2013-09-201-2/+6
* Fixed some bugs in how effective size hints were calculatedJan Arve Saether2013-06-041-27/+68
* Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether2013-05-161-3/+2
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-111-2/+3
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-101-3/+2
* Layouts implicit sizes was not propagated up properly.Jan Arve Saether2013-05-101-13/+15
* Add missing QT_{BEGIN|END}_NAMESPACEJan Arve Saether2013-05-031-0/+2
* Compile fix: Move the static functions to the correct file.Jan Arve Saether2013-05-031-0/+54
* Improve how child items are ignored/skippedJan Arve Saether2013-04-301-6/+36
* Move logic of effective size hints to effectiveSizeHints_helperJan Arve Saether2013-04-301-0/+160