aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-25593-1620/+3102
|\
| * Allow JS API in modulesMatthew Vogt2012-01-2430-9/+276
| * Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-242-2/+2
| * Console API: Add console.exceptionAurindam Jana2012-01-242-0/+79
| * Console API: Add console.assertAurindam Jana2012-01-242-0/+82
| * Console API: Add console.countKai Koehne2012-01-244-10/+54
| * Stabalize SpriteImage test.Andrew den Exter2012-01-241-1/+1
| * QQuickCanvas::event should return true if the touch event was acceptedAndras Becsi2012-01-241-0/+40
| * Fixed compile.Rohan McGovern2012-01-245-43/+85
| * Per-frame Sprites patch twoAlan Alpert2012-01-232-0/+83
| * Update obsolete contact address.Jason McDonald2012-01-23520-520/+520
| * Avoid anchor/positioning loopsAlan Alpert2012-01-232-9/+9
| * Don't use deprecated functions in QJS benchmarksKent Hansen2012-01-202-184/+34
| * Add QJSValue::callAsConstructor() functionKent Hansen2012-01-202-43/+43
| * Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-26/+26
| * Add QJSValue::call() overloadKent Hansen2012-01-203-21/+21
| * Add QJSValue::isCallable() functionKent Hansen2012-01-202-106/+106
| * Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-204-221/+221
| * Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-0/+48
| * Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-202-0/+55
| * QtDeclarative Tests build fixAnselmo L. S. Melo2012-01-202-5/+5
| * Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-202-2/+87
| * Add quick module to .pro fileAlan Alpert2012-01-201-1/+1
| * Fix lockup in views due to endless polish loop.Martin Jones2012-01-202-40/+37
| * Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-193-1/+124
| * Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-196-0/+86
| * Don't load embedded images from the current working directory.Andrew den Exter2012-01-197-0/+71
| * Move accessibility test to QtQuick 2.Frederik Gladhorn2012-01-189-126/+28
| * Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-186-2/+201
| * Insertions were calculating wrong insertion posBea Lam2012-01-182-0/+41
| * Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-172-17/+57
| * QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-171-15/+43
| * Debugger: Simplify protocol of QDebugMessageServiceKai Koehne2012-01-171-8/+2
| * Update copyright year in Nokia copyright headers.Jason McDonald2012-01-1727-27/+27
| * Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-161-51/+6
| * Console API: Add console.infoKai Koehne2012-01-162-0/+2
| * Console API: Autotest reshufflingKai Koehne2012-01-169-149/+277
| * Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-161-3/+3
| * Test more of QQuickImageParticleAlan Alpert2012-01-162-0/+125
| * Wait for polish at the start of addOrRemoveBeforeVisibleAlan Alpert2012-01-161-0/+1
| * Handle views with negative width/heightMartin Jones2012-01-162-0/+70
| * lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-1618-1/+46
* | Add and fix animation autotests.Michael Brasser2012-01-255-3/+281
* | PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-201-4/+4
* | Rename animation backend classes.Michael Brasser2012-01-1913-777/+778
* | Port autotests for basic animation classes and make them pass.Michael Brasser2012-01-1811-0/+3589
* | Test fixes.Michael Brasser2012-01-173-8/+18
* | Fix regressions.Michael Brasser2012-01-171-2/+2
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-16622-3731/+11952
|\|
| * Stabilized tst_qquickcanvasSamuel Rødal2012-01-131-33/+45