aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix layout direction description in ColumnLayout documentationDheerendra Purohit2025-06-071-3/+4
* Doc: Fix qdoc link errors in qquickflexboxlayout.cppKai Köhne2025-06-061-22/+22
* Doc: List yoga engine as 3rdparty in qtquick landing pageKai Köhne2025-06-061-1/+2
* CMake: Add missing attribution file paths for yogaAlexandru Croitor2025-06-041-0/+2
* Layouts: Improve "recursive rearrange" warningUlf Hermann2025-05-311-1/+2
* Update license and external links in doc for quick flexbox layoutSanthosh Kumar2025-05-281-14/+14
* Support Flexbox layout in Qt QuickSanthosh Kumar2025-05-287-0/+1701
* Revert "Layouts: Add revision to useDefaultSizePolicy"Fabian Kosmale2025-03-031-2/+2
* LayoutItemProxy: release the old targets proxy when changing targetJan Arve Sæther2025-02-031-0/+4
* Do not crash when QQuickLayoutItemProxyAttachedData is destroyedJan Arve Sæther2024-11-251-0/+3
* Docs: Fix typoPaul Wicking2024-11-071-1/+1
* Layouts: Add revision to useDefaultSizePolicyFabian Kosmale2024-08-281-2/+2
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-204-6/+6
* qmllint/quick: rename attached type warnings to be uniformSami Shalayel2024-08-082-2/+2
* Fix polish issue in the quick layoutSanthosh Kumar2024-06-191-1/+2
* layouts: Straighten out some logging categoriesUlf Hermann2024-06-141-1/+1
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-111-1/+0
* Make the default layout size policy configurable at the component levelSanthosh Kumar2024-05-302-1/+47
* Enable layouts to respect other size policies than Fixed and PreferredJan Arve Sæther2024-05-282-18/+22
* Do not try to rearrange if the width/height is < 0Jan Arve Sæther2024-04-301-1/+1
* Layouts: reimplement toString() for better warning messagesMitch Curtis2024-04-172-0/+3
* QQuick: Use a QQmlListProperty to expose a list of objectsUlf Hermann2024-04-172-4/+11
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-04-092-27/+21
* Use Qt::AA_QtQuickUseDefaultSizePolicy to apply size policy for layoutSanthosh Kumar2024-03-052-10/+38
* Layouts: Remove "tech preview" notesJan Arve Sæther2024-02-292-15/+0
* Revert "Adapt layouts to take advantage of new size policy information"Santhosh Kumar2024-02-292-38/+10
* Adapt layouts to take advantage of new size policy informationSanthosh Kumar2024-02-222-10/+38
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-201-0/+1
* Partially revert "Make properties in Qt Quick Layouts FINAL"Fabian Kosmale2024-02-162-9/+10
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-122-9/+8
* Revert "Remove dirty flag validation during geometry change in the layout"Jani Heikkinen2024-01-121-8/+2
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* Remove dirty flag validation during geometry change in the layoutSanthosh Kumar2024-01-101-2/+8
* Remove the use of Q_QUICKLAYOUTS_PRIVATE_EXPORTAlexey Edelev2024-01-094-10/+10
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2023-12-212-8/+9
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-2/+0
* Doc: Fix linking issuesTopi Reinio2023-07-051-5/+5
* Make properties in Qt Quick Layouts FINALOliver Eftevaag2023-06-073-37/+36
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-071-1/+1
* Doc: Mask some QML attached properties as read-onlyIvan Tkachenko2023-06-061-0/+4
* QQuickLayout: improve polish loop warningMitch Curtis2023-06-051-1/+2
* Introduction of LayoutItemProxyJan Arve Sæther2023-06-023-0/+676
* Expose isPropertySet of Layout attached dataMatthias Rauter2023-06-022-0/+20
* Add uniformCellWidths and uniformCellHeights to QuickLayoutMatthias Rauter2023-06-012-0/+130
* 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
* Fix StackLayout to keep the current visible item after insert/removalJan Arve Sæther2023-04-262-4/+34
* Fix StackLayout to react to reordering siblingsJan Arve Sæther2023-04-252-0/+11
* 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