aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stabilized tst_qquickcanvasSamuel Rødal2012-01-131-33/+45
* Add tests for item polish bug on MacBea Lam2012-01-135-8/+52
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-1310-92/+92
* Disable an unstable test.Gunnar Sletta2012-01-121-0/+1
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-126-22/+22
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-121-0/+6
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-123-17/+232
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-121-0/+41
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-122-33/+87
* Remove QEXPECT_FAIL from TextEdit test.Andrew den Exter2012-01-121-2/+0
* Fix restarting timer from onTriggered handler.Andrew den Exter2012-01-121-0/+59
* Fix failing tst_qquicktextinput::horizontalAlignment_RightToLeft test.Andrew den Exter2012-01-121-19/+25
* Fix QQuickAge testAlan Alpert2012-01-122-3/+1