aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts
Commit message (Expand)AuthorAgeFilesLines
* Fix all import versionsUlf Hermann2020-02-191-1/+1
* Add major version to all Q_REVISIONsUlf Hermann2020-02-193-4/+9
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-175-5/+38
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-134-5/+34
| |\
| | * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-124-5/+34
| * | Synthetically reference type registration functionsUlf Hermann2020-02-041-0/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-1/+1
| |\|
| | * Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
* | | Fix maximum minor to 15 for importsUlf Hermann2020-01-141-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-143-143/+5
|\| |
| * | Generate registrations for all importsUlf Hermann2020-01-103-144/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-124-8/+21
|\| |
| * | QQuickGridLayoutEngine: Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-281-1/+1
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-2/+1
| * | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-222-3/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-2/+16
| |\|
| | * Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-2/+16
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-0/+6
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+6
| | |\
| | | * Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+6
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-1/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
| | |\|
| | | * Doc: Correct reference to StackViewNico Vertriest2019-10-021-1/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-275-20/+52
|\| | |
| * | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-265-20/+52
| |/ /
* | | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-052-3/+3
|\ \ \
| * | | ColumnLayout and RowLayout documentation typoJeremy Katz2019-09-031-2/+2
| |/ /
| * / Regenerate plugins.qmltypesUlf Hermann2019-08-261-1/+1
| |/
* / Fix module imports when building with Qt Version 6.0.0Simon Hausmann2019-07-151-2/+1
|/
* Add some missing QT_{BEGIN,END}_NAMESPACE macrosJan Arve Sæther2019-03-212-0/+8
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-131-2/+2
* Doc: elaborate on default values for Layout.alignmentMitch Curtis2019-02-191-1/+5
* Remove misleading Q_UNUSED(uri)Nazar Gerasymchuk2018-11-051-1/+0
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-291-4/+8
|\
| * Doc: place more importance on not binding to x/y/width/heightMitch Curtis2018-10-171-4/+8
* | Update plugins.qmltypesKai Koehne2018-09-061-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-0/+3
|\|
| * Fix items in layouts not being rendered when layers are usedMitch Curtis2018-07-091-0/+3
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-021-8/+0
|/
* Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-201-1/+1
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-265-10/+10
* Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+1
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-191-1/+2
* Warn if a layout has children with anchorsJan Arve Sæther2017-11-284-2/+14
* Fix positioning and placement of initially invisible items in layoutsSascha Siebert2017-11-222-30/+28
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-255-32/+32