aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Split off crashing test from qqmlecmascript.Erik Verbruggen2013-09-251-15/+21
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-254-0/+327
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-222-0/+20
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-212-0/+20
| |\
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-192-0/+20
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* | | Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* | | Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* | | Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-1/+0
* | | Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-3/+4
* | | Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+17
* | | Animators - Render thread animation systemGunnar Sletta2013-09-2118-0/+1384
|/ /
* | Add Singleton support for QMLAntti Piira2013-09-2145-8/+721
* | Remove milliseconds before comparing JS + Qt date strings.Mitch Curtis2013-09-201-0/+2
* | Revert "Temporarily disable tst_QJSEngine tests [...]"Mitch Curtis2013-09-201-28/+24
* | Disable gui tests on Mac for nowLars Knoll2013-09-202-5/+12
* | Add qmlProtectModuleAlan Alpert2013-09-205-1/+106
* | Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-204-0/+104
* | Merge branch 'stable' into devSergio Ahumada2013-09-197-1/+212
|\|
| * Fix qmlClearTypeRegistrations testsAlan Alpert2013-09-176-1/+210
| * Mark tst_qquicktrailsemitter insignificant on windowsAlan Alpert2013-09-171-0/+2
* | Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
* | Correctly convert an invalid QDateTime to JSLars Knoll2013-09-183-0/+51
* | Temporarily disable tst_QJSEngine tests to allow qtbase dev integrationMitch Curtis2013-09-181-24/+28
* | Fix handling of empty ValuesLars Knoll2013-09-181-1/+1
* | Skip unstable testsLars Knoll2013-09-181-0/+2
* | Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-11/+16
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3
* | Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* | Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* | Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* | Disable quick autotests on mac until qtbase is fixedLars Knoll2013-09-181-1/+2
* | Expose "Qt.application.state".Yoann Lopes2013-09-171-0/+66
* | These files are not used anywhere.Gunnar Sletta2013-09-171-1/+0
* | Add qml toolAlan Alpert2013-09-177-11/+32
* | Skip failing testsAlan Alpert2013-09-161-0/+3
* | Skip failing test for nowAlan Alpert2013-09-161-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-132-94/+105
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-132-94/+105
| |\|
| | * Add missing file to qquickflickable testMartin Jones2013-09-091-0/+26
| | * Stabilize tst_QQuickMultiPointTouchArea.Friedemann Kleint2013-09-061-94/+79
* | | Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-131-0/+70
|/ /
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-133-7/+12
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* | Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-0/+132
* | tst_qquicktextinput/data::maxLength(): Fix assert about zero-width window.Friedemann Kleint2013-09-121-0/+2
* | Fix return type checks in test.Erik Verbruggen2013-09-112-11/+23
* | Move CallData onto the JS stackLars Knoll2013-09-111-11/+15
* | V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-7/+7
* | Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-103-3/+77