aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-123-5/+29
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-48/+51
|\|
| * Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-304-48/+51
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-27/+3
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-27/+3
| |\
| | * Row/Column/GridLayout: add missing margins properties to documentationMitch Curtis2016-10-141-27/+3
* | | Imports: add missing 'override'Anton Kudryavtsev2016-10-062-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+4
|\|
| * Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-151-0/+4
* | Update .qmltypesMarco Benelli2016-09-121-2/+2
* | QQuickLayout: Remove unused QQuickItemPublic structRobin Burchell2016-07-081-5/+0
* | Layouts: Use qmlobject_{dis}connectRobin Burchell2016-07-072-14/+14
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
* | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-1/+1
|/
* Ensure the resources are initialized when used staticallyAndy Shaw2016-04-071-0/+11
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-052-11/+11
* Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-2614-0/+3579