aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of Qt::ImhMultiLine, to be deprecated/removedPekka Vuorela2012-01-032-2/+1
* Do not leak interfaces during hit testing (QDA::childAt())Jan-Arve Saether2012-01-031-0/+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-0236-1/+2281
* 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
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* 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-236-165/+556
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-238-740/+983
* Add currentSprite property to SpriteImageAlan Alpert2011-12-232-7/+24
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* Add a pressed property to TouchPoint.Michael Brasser2011-12-232-26/+31
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
* Always register accessor propertiesAaron Kennedy2011-12-221-0/+3
* Initialize more variablesAlan Alpert2011-12-221-1/+3
* Clear pending commits on resetAlan Alpert2011-12-223-2/+5
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-217-40/+210
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-219-24/+38
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-215-39/+38
* 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
* Debugger: Fix livelock on exit (Windows)Kai Koehne2011-12-202-14/+32
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-203-4/+9
* 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
* Debugger: Get rid of SG* prefix in qtquick2 pluginKai Koehne2011-12-208-76/+76
* Emit the QQuickCanvas::frameSwapped signal again.Gunnar Sletta2011-12-202-1/+6
* Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
* 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
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-203-142/+323
* Ensure items in ListView and GridViews viewport are visible.Andrew den Exter2011-12-203-4/+15
* Fix affector group cachingAlan Alpert2011-12-202-2/+5
* Fix sprite choppingAlan Alpert2011-12-201-2/+2