aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts/qquickstacklayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-081-1/+1
* Doc: Mask some QML attached properties as read-onlyIvan Tkachenko2023-06-061-0/+4
* Fix StackLayout to keep the current visible item after insert/removalJan Arve Sæther2023-04-261-3/+28
* Fix StackLayout to react to reordering siblingsJan Arve Sæther2023-04-251-0/+8
* Avoid rebuilding the layout before the component is completeJan Arve Sæther2023-04-251-0/+2
* Fix stack layout index when loaded asynchronouslySanthosh Kumar2023-04-141-0/+5
* Add {horizontal,vertical}StretchFactorJan Arve Sæther2022-12-081-0/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-071-9/+12
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-08-261-4/+11
* Remove all usage of m_ignoredItemsJan Arve Sæther2022-06-161-5/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-031-8/+6
* Improve layouts in terms of efficiency and stabilityJan Arve Sæther2022-04-081-3/+3
* Doc: Add references to the overview pages from each layout typeJan Arve Sæther2021-10-211-0/+5
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-011-1/+1
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-181-0/+489