aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't delete global appCharles Yin2012-01-131-1/+4
* 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-127-7/+10
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-123-6/+3
* Remove unnecessary reimplementation of invokeMethod()Jan-Arve Saether2012-01-122-7/+0
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-124-28/+77
* Fix validators not allowing backspace or delete.Andrew den Exter2012-01-122-4/+6
* Add undo and redo functions to TextInput and TextEdit.Andrew den Exter2012-01-127-14/+148
* Fix restarting timer from onTriggered handler.Andrew den Exter2012-01-121-1/+1
* Fix failing tst_qquicktextinput::horizontalAlignment_RightToLeft test.Andrew den Exter2012-01-121-1/+2
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-112-28/+0
* 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-108-25/+68
* Fix tst_qdeclarativestates::anchorsRewindBug failureGunnar Sletta2012-01-091-33/+35
* 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-094-2/+217
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-094-142/+151
* Fix QQuickItemParticle timing issuesAlan Alpert2012-01-092-11/+18
* 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-063-11/+25
* 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-064-0/+39
* Smooth join point for closed Paths starting and ending with PathCurve.Michael Brasser2012-01-061-4/+34
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-055-108/+9
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-051-4/+17
* Initialize isAccessible to 0.Frederik Gladhorn2012-01-051-1/+1
* Fix crash on null Qimage in QSGPainterNode::paintMorten Johan Sorvig2012-01-051-0/+3
* Update copyright year in license headers.Jason McDonald2012-01-05701-703/+703
* Document new Path elements.Michael Brasser2012-01-051-6/+263
* Support <pre> in StyleText textFormatMartin Jones2012-01-052-0/+24
* Document inputMethodHints and cursorRectangle properties.Andrew den Exter2012-01-052-4/+103
* Fix clipping of TextInput contents.Andrew den Exter2012-01-051-3/+1
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-041-2/+1
* Add length property and insert, remove and getText functions to TextInput.Andrew den Exter2012-01-042-5/+202
* Fix crash in TextInput.Andrew den Exter2012-01-041-7/+9
* Initialize AnimIdxAlan Alpert2012-01-041-0/+2
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-042-4/+2
* Added a link to Number::toLocaleCurrencyString in the doc.Denis Dzyubenko2012-01-041-0/+1
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-0316-36/+566
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-031-1/+1