aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-081-0/+80
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-0844-10/+57077
|\
| * Add very basic compressed texture supportMichael Brasser2017-08-072-0/+9
| * Ignore qqmldebugjs/profilerservice failures in win/gccSimon Hausmann2017-08-023-3/+64
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2814-6/+110
| |\
| | * Ignore debugger failures with GCC on WindowsSimon Hausmann2017-07-2811-3/+53
| | * QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-1/+45
| | * Add a unit-test for QQuickWidget::grab()Sérgio Martins2017-07-141-0/+10
| | * Fix test for highdpi systemsErik Verbruggen2017-07-101-2/+2
| * | Blacklist tst_QQuickWindow::attachedProperty on Windows and macOSSimon Hausmann2017-07-281-0/+4
| * | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-143-0/+61
| * | Add support for enum declarations in QMLMichael Brasser2017-07-1313-0/+98
| * | QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-061-0/+55
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-046-1/+56652
| |\|
| | * Update binary compatibility files for Qt 5.9.0 for QtDeclarativeMilla Pohjanheimo2017-06-304-0/+56607
| | * Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-0/+44
| | * tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
| * | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-263-0/+24
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1175-357/+1302
|\| |
| * | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-211-0/+36
| * | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1910-0/+389
| |\ \
| | * | Rename to vendorExtensionsEnableLaszlo Agocs2017-06-193-4/+4
| | * | Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-081-5/+5
| | * | Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-083-13/+12
| | * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-0845-340/+571
| | |\ \
| | * | | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-073-42/+34
| | * | | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0211-102/+102
| | * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-3123-9/+341
| | |\ \ \
| | * | | | Move PathItem to qt.labsLaszlo Agocs2017-04-256-1/+34
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2561-216/+640
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-0348-124/+58907
| | |\ \ \ \ \
| | * | | | | | Add a PathItem autotest for the declarative APILaszlo Agocs2017-03-3010-0/+364
| | * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-0139-40/+896
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-253-0/+16
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2346-473/+1650
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-191-0/+1
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1511-7/+203
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | qmltest: fix compare() for urlsLiang Qi2017-06-141-0/+62
| | * | | | | | | | | Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-133-0/+64
| | * | | | | | | | | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-0/+50
| | * | | | | | | | | tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-082-6/+26
| | * | | | | | | | | Also run the ecmascript testsuite in the interpreterErik Verbruggen2017-06-081-1/+1
| * | | | | | | | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0713-159/+201
| |\| | | | | | | |
| | * | | | | | | | QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-023-0/+73
| | * | | | | | | | Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-11/+0
| | * | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-318-153/+99
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | QML Settings: fix JS array handlingJ-P Nurmi2017-05-194-153/+65
| | | * | | | | | | | QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
| | * | | | | | | | | Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+33