summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakOlivier Goffart2009-08-211-1/+1
* Optimize contrcuction of variant of type pointer.Olivier Goffart2009-08-211-0/+1
* rename QEventTransition::eventObject to eventSourceKent Hansen2009-08-211-8/+8
* Autotest QEXPECTED_FAIL removedJedrzej Nowacki2009-08-211-3/+1
* Merge branch 'anchorlayout' of git@gitorious.org:+openbossa-developers/qt/ope...Jan-Arve Sæther2009-08-214-0/+874
|\
| * Add the autotest to auto.proJan-Arve Sæther2009-08-201-1/+2
| * update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-191-134/+245
| * Fix one "failure" on the mac.Jan-Arve Sæther2009-08-191-0/+3
| * QGraphicsAnchorLayout: fix calculation of sizeAt* values for SequentialCaio Marcelo de Oliveira Filho2009-08-181-4/+2
| * QGraphicsAnchorLayout: add names to items in examplesCaio Marcelo de Oliveira Filho2009-08-171-33/+33
| * QGraphicsAnchorLayout: calculate vertex positions with simplified graphCaio Marcelo de Oliveira Filho2009-08-171-1/+0
| * More tests for setSpacingJan-Arve Sæther2009-08-171-0/+15
| * Add autotest for setSpacing()Jan-Arve Sæther2009-08-171-0/+42
| * Added QEXPECT_FAIL, for tests that we must fix, but we know they fail.Jan-Arve Sæther2009-08-141-0/+3
| * QGraphicsAnchorLayout: fix expected values for parallel testCaio Marcelo de Oliveira Filho2009-08-131-40/+42
| * QGraphicsAnchorLayout: test for proportional distributionCaio Marcelo de Oliveira Filho2009-08-131-0/+62
| * QGraphicsAnchorLayout: add a few more testsCaio Marcelo de Oliveira Filho2009-08-131-0/+266
| * Add QGraphicsLayout::anchor() overloads and query the default spacing.Jan-Arve Sæther2009-07-221-54/+70
| * QGraphicsAnchorLayout: Adding auto-testsJesus Sanchez-Palencia2009-07-223-0/+356
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-212-32/+520
|\ \
| * \ Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-202-32/+520
| |\ \
| | * | Benchmarks comparing QMatrix4x4 with QTransformRhys Weatherley2009-08-201-0/+411
| | * | Remove QGraphicsTransform::project()Rhys Weatherley2009-08-191-2/+2
| | * | Re-implement QGraphicsTransform to use QMatrix4x4Rhys Weatherley2009-08-191-32/+109
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2023-63/+244
|\ \ \ \ | |/ / /
| * | | Extend testUndoBlock() with a single command block insertmae2009-08-201-0/+19
| * | | split the qstringbuilder autotest into fourhjk2009-08-2015-43/+38
| * | | Autotest: this test is not passing: so show that.Thiago Macieira2009-08-201-0/+7
| * | | Autotest: remove unreliable test.Thiago Macieira2009-08-201-15/+0
| * | | Autotest: add one more check for operator==Thiago Macieira2009-08-201-0/+1
| * | | Fix literal IPv6 hostname resolution in QHostInfo.Thiago Macieira2009-08-201-1/+1
| * | | Performance issue in QGraphicsItem::addParentItem while building theGabriel de Dietrich2009-08-201-0/+14
| * | | Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-201-1/+37
| * | | QNAM HTTP PipeliningMarkus Goetz2009-08-202-3/+127
* | | | use a list to keep track of registered script valuesKent Hansen2009-08-201-2/+0
* | | | QEXPECT_FAIL was removed.Jedrzej Nowacki2009-08-201-3/+10
* | | | make QScriptEngine::objectById() workKent Hansen2009-08-201-1/+3
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-2031-5/+1154
|\ \ \ \ | |/ / /
| * | | Add some more tests for QQuaternion multiplicationRhys Weatherley2009-08-201-0/+9
| * | | Make the license test pass.Frans Englich2009-08-1930-5/+1145
| |/ /
* | | invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-3/+1
* | | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-1/+0
* | | add more detailed tests for QRegExp <--> JS RegExp conversionKent Hansen2009-08-191-1/+19
* | | remove expected failureKent Hansen2009-08-191-1/+0
* | | add test to make sure a JavaScript object's ID persistsKent Hansen2009-08-191-0/+10
* | | update expected output to match that of JSC-based qtscript back-endKent Hansen2009-08-191-2/+2
* | | make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-191-0/+24
* | | move the builtinFunctionNames test to qscriptengine autotestsKent Hansen2009-08-192-198/+175
* | | only add qtscript autotests if qt is configured appropriatelyKent Hansen2009-08-191-13/+15
* | | make moc autotest compile without qtscriptKent Hansen2009-08-192-1/+4