aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2111-5/+252
|\
| * Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-0/+22
| * Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-205-3/+54
| * Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+64
| * Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-0/+6
| * tests: un-blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Gatis Paeglis2018-03-201-2/+0
| * Fix out of bounds reads in Array.concatLars Knoll2018-03-201-0/+14
| * QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-0/+24
| * Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-191-0/+68
* | QQmlDebugProcess: Forward the process' finished() signalUlf Hermann2018-03-212-0/+2
* | QQmlDebugClient: Make stateChanged a signalUlf Hermann2018-03-206-23/+7
* | QQmlDebugProcess: Add a method to return the ProcessStateUlf Hermann2018-03-205-6/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1712-14/+203
|\|
| * Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-0/+32
| * Add a test that verifies the this object in signal handlersSimon Hausmann2018-03-172-13/+25
| * Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-163-0/+9
| * When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-162-0/+116
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-154-1/+21
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-0/+29
|\|
| * tests: add autotest for Q_GADGET derived template classNils Jeisecke2018-03-141-0/+29
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1211-357/+403
|\|
| * Fix failing ch15.9.5.43-0-8 after US summer time changeSimon Hausmann2018-03-121-0/+0
| * Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-092-0/+25
| * Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
| * Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-083-0/+51
| * Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-082-0/+26
| * Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+12
| * Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-082-0/+21
| * tests: refactor and un-blacklist tst_QQuickMouseArea::pressedMultipleButtonsGatis Paeglis2018-03-082-85/+72
* | Animation: add finished() signalMitch Curtis2018-03-092-0/+169
* | Remove QV4_MM_* env variables from old GCMichael Winkelmann2018-03-081-9/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0318-95/+734
|\|
| * stabilize tst_QQuickFramebufferObject::testInvalidateShawn Rutledge2018-03-022-4/+1
| * stabilize tst_TouchMouse::touchButtonOnFlickableShawn Rutledge2018-03-021-1/+1
| * Add testcase for how align-to-pixel affects size hint normalizationJan Arve Sæther2018-03-021-0/+17
| * Manual test: combinations of DragHandler and TapHandler on FlickableJan Arve Saether2018-03-029-4/+628
| * Fix flaky test - wait for the LayoutRequest to arriveJan Arve Sæther2018-03-011-0/+1
| * Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-014-23/+25
| * Move test for ignoreMessage to the topJan Arve Sæther2018-02-281-62/+60
| * rename containsMask to containmentMaskShawn Rutledge2018-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-27138-3596/+3598
|\|
| * AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-0/+39
| * tst_qquickanimatedsprite: use QScopedPointerMitch Curtis2018-02-261-17/+10
| * Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-263-3/+19
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2623-140/+94
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26129-3281/+3281
| * tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-2318-164/+164
* | Add finished() signal to AnimatedSpriteMitch Curtis2018-02-262-0/+71
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-233-3/+19
|\|
| * Blacklist a flaky event propagation test on ubuntuVille Voutilainen2018-02-231-0/+3