aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts/qquicklinearlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-3/+3
* 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-171-0/+1
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-04-091-13/+11
* Layouts: Remove "tech preview" notesJan Arve Sæther2024-02-291-12/+0
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-121-8/+7
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2023-12-211-7/+8
* Add uniformCellWidths and uniformCellHeights to QuickLayoutMatthias Rauter2023-06-011-0/+112
* 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-081-1/+39
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-271-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Improve layouts in terms of efficiency and stabilityJan Arve Sæther2022-04-081-27/+5
* Doc: Add references to the overview pages from each layout typeJan Arve Sæther2021-10-211-1/+17
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-3/+3
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-011-3/+3
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-181-0/+888