aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set DESTDIR for qmltestrunner.Xizhi Zhu2011-10-241-1/+2
* Fix decimal point bug in Context2D color parsingKent Hansen2011-10-241-1/+5
* Make qdeclarativeincubator test compile againKent Hansen2011-10-241-1/+0
* Remove QtScript dependency from autotestKent Hansen2011-10-241-1/+1
* Remove insignificant test flag from qquickcanvasitemKent Hansen2011-10-241-1/+0
* Update calls for keyToValue and keysToValueLiang Qi2011-10-243-15/+23
* Fold Move into AffectorAlan Alpert2011-10-2413-316/+307
* Affectors now simulate with a minimum granularityAlan Alpert2011-10-2410-295/+86
* Add threshold property to FrictionAlan Alpert2011-10-244-13/+156
* QV8DebugService: QML Signal HandlingAurindam Jana2011-10-241-8/+38
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-246-26/+25
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-243-14/+14
* Fix BorderImage drawing when no borders are specified.Martin Jones2011-10-241-1/+1
* Fix item focus following canvas focus.Andrew den Exter2011-10-247-86/+83
* Tests: Remove Q_WS_QPAFriedemann Kleint2011-10-245-15/+1
* Fix abstractitemmodel for QGuiApplicationDamian Jansen2011-10-242-2/+3
* Fix qmltestrunner hang bug when no TestCase itemCharles Yin2011-10-242-4/+14
* Mark test as failing, remove insignificant test flag.Toby Tomkins2011-10-242-2/+1
* Remove insignificant test flag.Toby Tomkins2011-10-245-9/+1
* Remove dependency on QDesktopServices deprecated API.Martin Jones2011-10-242-4/+4
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-233-8/+20
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21721-12191/+12195
* Fix test fails related to QTBUG-22237Charles Yin2011-10-211-1/+2
* Add file and lineno parameters to warn() methodCharles Yin2011-10-213-9/+10
* Fix build error for canvas stockchart example.Charles Yin2011-10-211-1/+1
* Test for changing bounds of validators and acceptableInputDamian Jansen2011-10-214-0/+116
* Removing some stale comments.Alan Alpert2011-10-211-2/+1
* Replace Smiles with StarfishAlan Alpert2011-10-2136-150/+61
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-2120-80/+36
* Unit test for QTBUG-21742Damian Jansen2011-10-212-2/+52
* Test for ASSERT on empty tags in TextEditDamian Jansen2011-10-212-0/+63
* Allow QDeclarativeIncubator to be deleted within statusChanged() callbackAaron Kennedy2011-10-203-4/+91
* Allow one incubator to start in the statusChanged() of anotherAaron Kennedy2011-10-203-3/+101
* Behave correctly when AsynchronousIfNested is nestedAaron Kennedy2011-10-206-3/+92
* Mark qsgcanvasitem test as insignificant.Martin Jones2011-10-201-0/+1
* Skip failing tests.Martin Jones2011-10-201-0/+6
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-1917-25/+53
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-1978-156/+3
* Skip test that crashes entire test suite.Toby Tomkins2011-10-192-2/+1
* Correct behavior for passing test, ifdef out failing test.Toby Tomkins2011-10-192-7/+1
* Debugger: Delete service if inspector plugin failsKai Koehne2011-10-181-0/+2
* Debugger: Let inspector plugin compile againKai Koehne2011-10-187-32/+54
* Debugger: Remove visual toolbox from inspectorKai Koehne2011-10-1829-808/+0
* qdoc3: Remove several "QML:" qualifiers which should no longer be requiredMartin Smith2011-10-181-14/+14
* Deliver touch event timestamps in QSGCanvas.Laszlo Agocs2011-10-181-0/+1
* Declarative: Give qmlscene top level window flags.Friedemann Kleint2011-10-181-24/+28
* Mark particles tests as significantAlan Alpert2011-10-1820-40/+0
* Fix assertAaron Kennedy2011-10-181-1/+1
* Fix reference to test data fileBea Lam2011-10-181-1/+1
* Simplify expression guard logicAaron Kennedy2011-10-187-38/+86