aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devGunnar Sletta2013-01-17587-590/+5384
|\
| * Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+1
| |\
| | * test examples only in developer buildsOswald Buddenhagen2013-01-111-1/+1
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10576-576/+576
| * | tst_bic: Add test data for linux-gcc-ia32Sergio Ahumada2013-01-101-0/+4622
| * | make use of qtHaveModule()Oswald Buddenhagen2013-01-108-10/+10
| * | Test case for tapping on stacked mouse areasDaniel d'Andrada2013-01-092-0/+82
| * | Flickable: Test case for flicking twice using touchesDaniel d'Andrada2013-01-092-0/+92
| |/
| * Fix tst_qquicktextinput on Windows and Mac.Friedemann Kleint2013-01-071-3/+1
* | 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