aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid creating unnecessary copies of TextEdit's text data.Andrew den Exter2012-01-164-21/+26
* Handle views with negative width/heightMartin Jones2012-01-162-19/+7
* QTouchEvent::TouchPoint::isPrimary() is gone.Samuel Rødal2012-01-131-1/+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-122-3/+3
* 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 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
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-094-142/+151
* 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
* QQuickTextInput to better call QInputPanel::update()Pekka Vuorela2012-01-051-4/+17
* Update copyright year in license headers.Jason McDonald2012-01-05107-107/+107
* Support <pre> in StyleText textFormatMartin Jones2012-01-051-0/+2
* Document inputMethodHints and cursorRectangle properties.Andrew den Exter2012-01-052-4/+103
* Fix clipping of TextInput contents.Andrew den Exter2012-01-051-3/+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
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-042-4/+2
* Introduce layerering support (ShaderEffectSource) directly in ItemGunnar Sletta2012-01-0312-29/+563
* Use Qt::ImhSensitiveData input hint on TextInput with password echo modePekka Vuorela2012-01-031-1/+1
* Remove use of Qt::ImhMultiLine, to be deprecated/removedPekka Vuorela2012-01-032-2/+1
* Fix positioning of images on new lines in Text elements.Andrew den Exter2012-01-031-1/+1
* Simplify MultiPointTouchArea signal names.Michael Brasser2012-01-032-16/+32
* Don't re-parent ShaderEffect source items.Kim Motoyoshi Kalland2012-01-027-21/+66
* Add accessibility to qmlFrederik Gladhorn2012-01-0210-1/+343
* touchUpdated should be called for release and cancel.Michael Brasser2011-12-301-2/+3
* Minor cleanup: use standard emit syntax.Michael Brasser2011-12-301-3/+3
* Invisible items should not respond to touch events.Michael Brasser2011-12-281-1/+1
* VisualDataModel performance improvements.Andrew den Exter2011-12-233-27/+16
* Insert items into VisualDataModel.Andrew den Exter2011-12-234-122/+509
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-236-719/+940
* Add currentSprite property to SpriteImageAlan Alpert2011-12-232-7/+24
* Add a pressed property to TouchPoint.Michael Brasser2011-12-232-26/+31
* Always register accessor propertiesAaron Kennedy2011-12-221-0/+3
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-212-28/+12
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-215-8/+27
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-202-3/+6
* Use input event timestamps in QQuickFlickable if available.Andras Becsi2011-12-202-15/+32
* QQuickLineControl more robust on input method & selection statePekka Vuorela2011-12-201-0/+1
* Emit the QQuickCanvas::frameSwapped signal again.Gunnar Sletta2011-12-202-1/+6
* Small Text creation performance improvements.Martin Jones2011-12-202-30/+56
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-202-3/+54