aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build break in qmlviewer.Xizhi Zhu (Steven)2012-01-141-0/+1
* Stabilized tst_qquickcanvasSamuel Rødal2012-01-131-33/+45
* QTouchEvent::TouchPoint::isPrimary() is gone.Samuel Rødal2012-01-131-1/+1
* Reintroduce plugin support for asynchronous hardware specific texturesGunnar Sletta2012-01-135-80/+110
* Add tests for item polish bug on MacBea Lam2012-01-135-8/+52
* Don't delete global appCharles Yin2012-01-131-1/+4
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-1310-92/+92
* Disable an unstable test.Gunnar Sletta2012-01-121-0/+1
* Fix preedit text visibility when TextInput is emptyJiang Jiang2012-01-121-1/+1
* initialize variableGunnar Sletta2012-01-121-0/+1
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-1210-33/+33
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-1215-31/+34
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-124-6/+9
* Remove unnecessary reimplementation of invokeMethod()Jan-Arve Saether2012-01-122-7/+0
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-127-45/+309
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-123-4/+47
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-129-47/+235
* Remove QEXPECT_FAIL from TextEdit test.Andrew den Exter2012-01-121-2/+0
* Fix restarting timer from onTriggered handler.Andrew den Exter2012-01-122-1/+60
* Fix failing tst_qquicktextinput::horizontalAlignment_RightToLeft test.Andrew den Exter2012-01-122-20/+27
* Add Two MultiPointTouchArea examplesAlan Alpert2012-01-1214-0/+539
* Fix QQuickAge testAlan Alpert2012-01-122-3/+1
* Update text autotests.Michael Brasser2012-01-122-8/+0
* Skip crashing test on Mac.Andrew den Exter2012-01-121-0/+3
* Stabilize test.Michael Brasser2012-01-121-3/+0
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-114-86/+58
* QMLTest: Fix output of file names, make output more verbose.Friedemann Kleint2012-01-113-72/+107
* Improve Accessibility documentation.Frederik Gladhorn2012-01-101-1/+5
* Accessibility: Checked state for check boxes and radio buttons.Frederik Gladhorn2012-01-1010-67/+142
* Remove the pin to qtbase and depend on the new qtjsbackend moduleSimon Hausmann2012-01-101-1/+2
* Fix tst_qdeclarativestates::anchorsRewindBug failureGunnar Sletta2012-01-093-39/+35
* QQuickListView is unstable when run as parallelGunnar Sletta2012-01-091-1/+0
* Avoid storing a deep copy of the image in the texture objectGunnar Sletta2012-01-091-7/+8
* QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-098-3/+477
* Pin qtdeclarative to a version of qtbase that still contains QtV8Simon Hausmann2012-01-091-1/+1
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-096-159/+562
* Fix QQuickItemParticle timing issuesAlan Alpert2012-01-093-13/+18
* Remove QSKIPs from border image autotest.Michael Brasser2012-01-091-5/+0
* Remove QSKIPs from font loader autotest.Michael Brasser2012-01-091-16/+0
* Fix failing tst_QQuickPathView::undefinedPath()Bea Lam2012-01-091-8/+7
* Un-QSKIP an autotestAaron Kennedy2012-01-081-4/+0
* Fix importing of files on Windows.Friedemann Kleint2012-01-071-1/+1
* Make accessibility interface functions const.Frederik Gladhorn2012-01-062-6/+6
* QDeclarativeEngine: Polish code for file name case check.Friedemann Kleint2012-01-061-9/+8
* Reuse the OObject* in QAccessibleObjectJan-Arve Saether2012-01-064-31/+29
* Improve QML error messagesAaron Kennedy2012-01-0610-18/+32
* Create a value interface for qml accessibles.Frederik Gladhorn2012-01-063-4/+61
* Hide more children of accessible objects.Frederik Gladhorn2012-01-061-1/+8
* Flickable now emits contentX/YChanged after the content is updatedMartin Jones2012-01-062-16/+8
* Add itemAt(x,y) function to GridView and ListView.Martin Jones2012-01-066-14/+93