aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-2318-164/+164
* Blacklist a flaky event propagation test on ubuntuVille Voutilainen2018-02-231-0/+3
* doc: Correct mostly linking errorsMartin Smith2018-02-2310-80/+130
* doc: Correct several QML property linksMartin Smith2018-02-231-24/+29
* doc: QtQuick must see the index file for QtSqlMartin Smith2018-02-231-1/+1
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-237-21/+18
* Fix tst_qquickwindow::unloadSubWindowKari Oikarinen2018-02-231-2/+4
* Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-224-0/+12
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-223-9/+17
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-224-1/+37
* Remove duplicated project optionsJesus Fernandez2018-02-221-2/+0
* Fix flakiness of tst_QQuickGridView::currentIndexKari Oikarinen2018-02-221-1/+2
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-215-14/+30
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-213-36/+148
* Fix build with GCC 7: possibly uninitialized array warningThiago Macieira2018-02-211-1/+1
* QuickTest: declare a missing QtQuick.Window dependencyJ-P Nurmi2018-02-211-0/+1
* Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-212-1/+6
* qmlcachegen: fix error messages for js filesMitch Curtis2018-02-201-1/+1
* test_defaultPropertyAliasCrash(): fix anchor warningsMitch Curtis2018-02-201-1/+0
* Layout: improve warning message when anchors are detectedMitch Curtis2018-02-202-2/+3
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-2010-1/+133
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-194-1/+77
* Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
* Add test for detecting invalid mouse button cancel eventSami Nurmenniemi2018-02-193-0/+116
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-193-4/+3
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1812-10/+147
|\
| * QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
| * Revert "Restore a temporary QQmlInstanceModel::object() overload"J-P Nurmi2018-02-121-1/+0
| * Fix memory leak with JS importsSimon Hausmann2018-02-096-1/+49
| * tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
| * Document how to work with arrays using QJSValueMitch Curtis2018-02-081-5/+81
| * Bump versionOswald Buddenhagen2018-02-071-1/+1
| * Fix performance regressionJesus Fernandez2018-02-072-2/+9
* | Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-175-17/+65
* | Add missing Q_FALLTRHOUGH()Thiago Macieira2018-02-161-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-1595-451/+4928
|\ \
| * \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-153-3/+127
| |\ \
| | * | skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
| | * | Add changes file for Qt 5.10.1Antti Kokko2018-02-061-0/+109
| | * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-022-3/+16
| * | | Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-153-5/+0
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1590-443/+4801
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1290-443/+4801
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-0712-40/+126
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| | | | * | Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| | | | * | Add back the optional heaptrack trace pointsAndras Mantia2018-02-061-0/+15
| | | | * | Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20