aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts
Commit message (Expand)AuthorAgeFilesLines
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-266-98/+175
* Add _q_dumpLayoutTree() for debugging purposesJan Arve Sæther2020-05-182-0/+79
* Use categorized logging instead of quickLayoutDebug()Jan Arve Sæther2020-05-184-19/+21
* 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.14' into 5.15Qt Forward Merge Bot2020-01-231-1/+1
|\|
| * Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
* | Generate registrations for all importsUlf Hermann2020-01-103-144/+5
* | 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.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.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
* | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-265-20/+52
|/ /
* / Regenerate plugins.qmltypesUlf Hermann2019-08-261-1/+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
* Run includemocs in qtdeclarativeThiago Macieira2017-04-262-0/+4
* QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-221-4/+11
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+5
|\
| * StackLayout: propagate rearrange() call to child layoutsOleg Yadrov2017-01-191-1/+5
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-1/+1
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-161-1/+1
* | QQuickGridLayout: Use qmlWarning to give extra context to warningsRobin Burchell2017-01-161-4/+7
* | QQuickGridLayout: Remove dead code in layoutRobin Burchell2017-01-161-15/+4
* | QQuickLayout: Use qmlWarning instead of qWarning to give context informationRobin Burchell2017-01-161-1/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-143-5/+29
|\|