aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts/qquicklinearlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-181-888/+0
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-2/+2
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-041-42/+44
* Use categorized logging instead of quickLayoutDebug()Jan Arve Sæther2020-04-211-7/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+10
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-0/+10
| |\
| | * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-121-0/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-4/+18
|\| |
| * | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-2/+2
| |/
| * Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-2/+16
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-0/+6
|\|
| * Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+6
* | ColumnLayout and RowLayout documentation typoJeremy Katz2019-09-031-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Warn if a layout has children with anchorsJan Arve Sæther2017-11-281-0/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* QQuickGridLayout: Use qmlWarning to give extra context to warningsRobin Burchell2017-01-161-4/+7
* QQuickGridLayout: Remove dead code in layoutRobin Burchell2017-01-161-15/+4
* Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-121-5/+1
* Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-301-37/+17
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-27/+3
|\
| * Row/Column/GridLayout: add missing margins properties to documentationMitch Curtis2016-10-141-27/+3
* | Layouts: Use qmlobject_{dis}connectRobin Burchell2016-07-071-8/+8
|/
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-4/+4
* Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-261-0/+908