aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-18/+10
* Do not crash if resizing a layout that got its child destroyedJan Arve Sæther2023-03-231-0/+4
* Add {horizontal,vertical}StretchFactorJan Arve Sæther2022-12-088-2/+143
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-072-2/+2
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-072-10/+13
* Remove unused QQuickGridLayoutEngine::alignment() functionJan Arve Sæther2022-10-072-8/+0
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-273-2/+17
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-08-262-4/+12
* Fix compilation error when using QQuickLinearLayout in C++Yuhang Zhao2022-08-191-1/+1
* QQuickStackLayout: also export the attached typeYuhang Zhao2022-08-131-1/+1
* Remove Qt key words from header filesYuhang Zhao2022-07-193-7/+7
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add "auto" to module DEPENDENCIESUlf Hermann2022-06-241-1/+1
* Remove all usage of m_ignoredItemsJan Arve Sæther2022-06-162-6/+1
* Use SPDX license identifiersLucie Gérard2022-06-1111-418/+22
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-032-9/+8
* QuickLayouts: includemocsMarc Mutz2022-04-291-0/+2