aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Do not force focus for non-focused windows.Gunnar Sletta2013-01-175-2/+10
* Disable the QQuickFlickable test in CI.Gunnar Sletta2013-01-161-0/+1
* Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-162-1/+3
* Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-113-0/+28
* Make numeric-literal parsing more robust.Erik Verbruggen2013-01-112-0/+2
* Marking test qquickanimations insignificant on mac.Erik Verbruggen2013-01-111-0/+1
* Reenable temporarily skipped QML testsPeter Varga2013-01-092-6/+0
* Update some QML tests and temporarily skip themPeter Varga2013-01-092-15/+11
* Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-083-0/+82
* Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-084-3/+11
* Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-0789-427/+408
|\
| * Merge branch 'stable' into devFrederik Gladhorn2013-01-0489-427/+408
| |\
| | * Revert "Mark autotest as insignificant on mac"Paul Olav Tvete2013-01-031-2/+0
| | * Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-2014-204/+140
| | * Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-2012-31/+31
| | * Do not crash on some animation changesAlbert Astals Cid2012-12-201-0/+73
| | * Stabilize QQuickLoader test on Windows.Friedemann Kleint2012-12-191-0/+2
| | * Fix tst_qqmlbundle on Windows.Friedemann Kleint2012-12-192-1/+2
| | * Fix tst_qqmllanguage for MSVC.Friedemann Kleint2012-12-182-6/+4
| | * remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
| | * remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-163-3/+3
| | * Add a hidden XandYAxis enum valueAlan Alpert2012-12-1511-12/+12
| | * Move the Q_DECLARE_METATYPE to where it should be.Stephen Kelly2012-12-112-1/+1
| | * make use of qt_headersclean.prfOswald Buddenhagen2012-12-112-57/+2
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-101-0/+40
| | * Mark autotest as insignificant on macPaul Olav Tvete2012-12-101-0/+2
| | * Stabilize tst_qquickpathviewAlan Alpert2012-12-051-3/+3
| | * Remove 'com.nokia' string from autotestAlan Alpert2012-12-0539-97/+97
| | * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-046-11/+0
| | * Resume testing of customparticleAlan Alpert2012-12-011-3/+0
* | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-074-0/+26
|/ /
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-0/+14
* | Fix the test suiteLars Knoll2012-12-1119-352/+15
* | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-1112-0/+123
|/
* Stabilize tst_qqmltimerAlan Alpert2012-12-011-28/+44
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-301-4/+5
* Made tst_QQmlDebugJS insignificant on Mac.Janne Anttila2012-11-301-0/+2
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-2942-171/+162
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-2912-117/+117
* Make tst_examples::namingConvention not failKai Koehne2012-11-291-2/+8
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-293-23/+74
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-262-0/+21
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-262-18/+53
* Expose QMatrix4x4 properties as mat4 uniforms in shadersChris Adams2012-11-221-0/+7
* Ungrab mouse upon leave event.Frederik Gladhorn2012-11-211-7/+7
* Renamed QWindow::pos property to positionShawn Rutledge2012-11-091-11/+11
* tests: Mark some tests as insignificant on MacSamuli Piippo2012-11-092-0/+4
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-0820-168/+168
* When declarative debug tests fail in CI, confirm timeout as reasonShawn Rutledge2012-11-081-0/+2
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-053-3/+50