aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-3/+3
|\| | |
| * | | 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
| | |/
* | | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-0/+1
* | | Add qt6_add_qml_module() public APILeander Beernaert2019-09-191-1/+2
* | | Re-generate QML imports after latest pro2cmake changesSimon Hausmann2019-08-091-1/+0
* | | Update qml modulesLeander Beernaert2019-08-011-3/+4
* | | Update add_qml_module() call to match new requirementsLeander Beernaert2019-07-311-0/+1
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-241-2/+1
|\| |
| * | Fix module imports when building with Qt Version 6.0.0Simon Hausmann2019-07-151-2/+1
| |/
* / Build projects from src/importAlexandru Croitor2019-07-241-0/+33
|/
* 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