aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts/qquicklayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix typoPaul Wicking2024-11-071-1/+1
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-081-1/+1
* Fix polish issue in the quick layoutSanthosh Kumar2024-06-191-1/+2
* Make the default layout size policy configurable at the component levelSanthosh Kumar2024-05-301-1/+31
* Enable layouts to respect other size policies than Fixed and PreferredJan Arve Sæther2024-05-281-14/+14
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-04-091-14/+10
* Use Qt::AA_QtQuickUseDefaultSizePolicy to apply size policy for layoutSanthosh Kumar2024-03-051-8/+18
* Revert "Adapt layouts to take advantage of new size policy information"Santhosh Kumar2024-02-291-18/+8
* Adapt layouts to take advantage of new size policy informationSanthosh Kumar2024-02-221-8/+18
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-121-1/+1
* Revert "Remove dirty flag validation during geometry change in the layout"Jani Heikkinen2024-01-121-8/+2
* Remove dirty flag validation during geometry change in the layoutSanthosh Kumar2024-01-101-2/+8
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2023-12-211-1/+1
* QQuickLayout: improve polish loop warningMitch Curtis2023-06-051-1/+2
* Expose isPropertySet of Layout attached dataMatthias Rauter2023-06-021-0/+4
* doc: add both stretch factors to the list of attached propertiesOliver Eftevaag2023-05-161-0/+4
* Allow a layout with width or height == 0 to resize its child itemsJan Arve Sæther2023-05-111-1/+1
* Add {horizontal,vertical}StretchFactorJan Arve Sæther2022-12-081-1/+73
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-271-2/+14
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QuickLayouts: includemocsMarc Mutz2022-04-291-0/+2
* Improve layouts in terms of efficiency and stabilityJan Arve Sæther2022-04-081-47/+31
* Layouts: use qmlWarning for polish loopsMitch Curtis2021-12-171-1/+1
* Doc: Make algorithm for distributing sizes in layouts more explicitKai Köhne2021-12-071-1/+5
* Doc: Fix documentation issuesTopi Reinio2021-06-021-1/+1
* Silence warnings about deprecated QString::QString(const char*)Friedemann Kleint2021-01-211-2/+2
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-181-0/+1308