aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Added a few material flagsGunnar Sletta2012-01-204-3/+11
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-205-5/+0
* Update TextInput.acceptableInput on component complete.Andrew den Exter2012-01-202-22/+57
* Fix lockup in views due to endless polish loop.Martin Jones2012-01-205-84/+120
* Extend the documentation on DoubleValidator.Andrew den Exter2012-01-191-0/+17
* Add a baseUrl property to Text and TextEdit.Andrew den Exter2012-01-196-3/+104
* Don't load embedded images from the current working directory.Andrew den Exter2012-01-197-29/+132
* Use mediump in distance field shaders for the alpha threshold.Yoann Lopes2012-01-181-12/+12
* The rendering signals must be direct connections.Gunnar Sletta2012-01-181-2/+2
* Insertions were calculating wrong insertion posBea Lam2012-01-184-87/+102
* Made QQuickTextInput follow input direction changesPekka Vuorela2012-01-173-7/+32
* QQuickTextEdit to follow input method direction changesPekka Vuorela2012-01-172-0/+19
* Connection was accidentally of the Queued varietyAlan Alpert2012-01-171-1/+1
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-17101-101/+101
* Added log and status properties to ShaderEffect.Kim Motoyoshi Kalland2012-01-166-36/+221
* Fix preedit text visibility for TextEditJiang Jiang2012-01-161-30/+55
* QDeclarativeExpression: storing column number in expression locationChristiaan Janssen2012-01-163-7/+12
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-164-21/+26
* Test more of QQuickImageParticleAlan Alpert2012-01-162-4/+3
* Handle views with negative width/heightMartin Jones2012-01-162-19/+7
* 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
* 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-124-9/+9
* Adapt to QInputPanel::inputDirection() APIPekka Vuorela2012-01-124-4/+6
* 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
* Improve Accessibility documentation.Frederik Gladhorn2012-01-101-1/+5
* Accessibility: Checked state for check boxes and radio buttons.Frederik Gladhorn2012-01-101-0/+29
* 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
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-094-142/+151
* Fix QQuickItemParticle timing issuesAlan Alpert2012-01-092-11/+18
* 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
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-051-4/+17
* Fix crash on null Qimage in QSGPainterNode::paintMorten Johan Sorvig2012-01-051-0/+3
* Update copyright year in license headers.Jason McDonald2012-01-05228-228/+228
* 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