aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts/qquicklayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-261-0/+5
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-041-23/+82
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-4/+4
* Add _q_dumpLayoutTree() for debugging purposesJan Arve Sæther2020-04-221-0/+76
* Use categorized logging instead of quickLayoutDebug()Jan Arve Sæther2020-04-211-5/+12
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-3/+18
|\
| * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-121-3/+18
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+1
|/
* Doc: elaborate on default values for Layout.alignmentMitch Curtis2019-02-191-1/+5
* Doc: place more importance on not binding to x/y/width/heightMitch Curtis2018-10-171-4/+8
* Fix items in layouts not being rendered when layers are usedMitch Curtis2018-07-091-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+1
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-191-1/+2
* Warn if a layout has children with anchorsJan Arve Sæther2017-11-281-0/+6
* Fix positioning and placement of initially invisible items in layoutsSascha Siebert2017-11-221-30/+25
* QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-221-4/+11
* QQuickLayout: Use qmlWarning instead of qWarning to give context informationRobin Burchell2017-01-161-1/+2
* Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-121-0/+26
* Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-301-6/+26
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+4
|\
| * Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-151-0/+4
* | QQuickLayout: Remove unused QQuickItemPublic structRobin Burchell2016-07-081-5/+0
* | Layouts: Use qmlobject_{dis}connectRobin Burchell2016-07-071-6/+6
|/
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-7/+7
* Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-261-0/+1081