aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Speed up TextInput and TextEdit creation.Andrew den Exter2012-01-042-4/+2
* 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
* 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-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
* Add a pressed property to TouchPoint.Michael Brasser2011-12-232-26/+31
* 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
* 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
* 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
* 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
* Fix valgrind warning.Andrew den Exter2011-12-201-1/+1
* Don't enable multiline eliding unless wrap is enabled.Martin Jones2011-12-201-4/+4
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-193-17/+59
* Fix sprite-less sprite modeAlan Alpert2011-12-163-28/+37
* Add some more particles debugging informationAlan Alpert2011-12-161-0/+8
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-162-2/+3
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-166-2206/+1896
* Add lineWidth property to QSGGeometryAlex Wilson2011-12-153-0/+34
* Don't emit model reset on completing a VisualDataModel.Andrew den Exter2011-12-151-1/+0
* Activate links in a read only TextEdit.Andrew den Exter2011-12-151-3/+6
* Remove unused code from QQuickLineControl.Andrew den Exter2011-12-153-239/+58
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-153-37/+20
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-154-994/+38
* Utilize the property cache for item view context objects.Andrew den Exter2011-12-152-5/+7
* QQuickTextControl - mouse events to override input contextPekka Vuorela2011-12-142-120/+145
* Protect QTextControl::setTextCursor for existing preeditPekka Vuorela2011-12-141-0/+1
* Support for multiple textures in the distance field glyph node.Yoann Lopes2011-12-142-37/+124
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-144-6/+24