aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devShawn Rutledge2016-06-1436-10/+234
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1336-10/+234
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-1035-8/+232
| | |\
| | | * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-0/+9
| | | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-032-1/+26
| | | * Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-031-0/+11
| | | * Removed insignificant of qmltest againLiang Qi2016-06-0226-2/+13
| | | * Fix crash with SignalTransitionSimon Hausmann2016-05-251-0/+76
| | | * QmlProfiler: When flushing data, send it in the right orderUlf Hermann2016-05-251-1/+7
| | | * Fix tst_qquicktext::lineLaidOutRelayout() with > 1 fontEskil Abrahamsen Blomfeldt2016-05-251-5/+6
| | | * Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+16
| | | * QQuickWindow: Only send focus events to items that actually gain focusRobin Burchell2016-05-232-0/+73
| | * | Fix names of testsStephen Kelly2016-06-081-2/+2
* | | | Blacklisting tst_QQuickListView::populateTransitions on OpenSUSE 42.1Milla Pohjanheimo2016-06-131-0/+3
* | | | tst_touchmouse: make use of new QTest::createTouchDevice functionShawn Rutledge2016-06-132-8/+2
|/ / /
* | | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2016-06-104-3/+49
|\ \ \
| * | | QQuickItemLayer: Don't run tests with GLSL when OpenGL is not usedAndy Nichols2016-06-101-2/+35
| * | | Skip mirroring tests with software adaptationAndy Nichols2016-06-072-0/+11
| * | | Disable BoomBlock qml compilation benchmark when building without OpenGLAndy Nichols2016-06-071-1/+3
* | | | Merge "Merge remote-tracking branch 'origin/wip/scenegraphng' into dev" into ...Laszlo Agocs2016-06-1047-96/+1887
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/wip/scenegraphng' into devLaszlo Agocs2016-06-0147-96/+1887
| |\| | |
| | * | | One GraphicsInfo to rule them allLaszlo Agocs2016-06-016-21/+46
| | * | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-013-8/+8
| | * | | D3D12 manual test: add an async, uncached image loading testLaszlo Agocs2016-05-315-2/+79
| | * | | Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-05-315-10/+30
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/dev' into HEADLaszlo Agocs2016-05-2421-55/+181
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-2474-86/+1024
| | |\ \ \ \ \
| | * | | | | | Fix build with QT_NO_OPENGL after rebaseAndy Nichols2016-05-082-4/+5
| | * | | | | | D3D12: Fix a buffer sync issue and fix up tst_scenegraphLaszlo Agocs2016-05-081-5/+23
| | * | | | | | D3D12: Massage tst_qquickwindow and some sg semanticsLaszlo Agocs2016-05-081-48/+52
| | * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-0715-42/+230
| | |\ \ \ \ \ \
| | * | | | | | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-0610-15/+49
| | * | | | | | | Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-068-33/+68
| | * | | | | | | D3D12: Implement grabWindowLaszlo Agocs2016-05-062-1/+15
| | * | | | | | | Introduce RendererInfoLaszlo Agocs2016-05-034-0/+88
| | * | | | | | | D3D12: Painter nodeLaszlo Agocs2016-05-035-1/+193
| | * | | | | | | D3D12: Fix 'ShaderEffect in a ShaderEffectSource as property value'Laszlo Agocs2016-04-299-15/+155
| | * | | | | | | Adaptable shader effect enablersLaszlo Agocs2016-04-299-1/+135
| | * | | | | | | Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-04-262-0/+92
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix up rendernode autotestLaszlo Agocs2016-04-201-7/+10
| | * | | | | | | | Add the skeleton for the new, more generic shader effect implLaszlo Agocs2016-04-131-1/+1
| | * | | | | | | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-132-4/+4
| | * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-1391-1596/+146
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | D3D12: Add support for layersLaszlo Agocs2016-04-115-1/+112
| | * | | | | | | | | D3D12: Support msaa on the default render targetLaszlo Agocs2016-04-061-0/+6
| | * | | | | | | | | D3D12: Fix Animators with non-GL backendsLaszlo Agocs2016-04-066-1/+204
| | * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-0613-52/+297
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into scenegraphngAndy Nichols2016-03-221-0/+29
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-222-6/+9
| | * | | | | | | | | | | D3D12: Support styled and outlined textLaszlo Agocs2016-03-221-0/+10