aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* More distance-field cache refactoring.Yoann Lopes2011-12-147-115/+105
* Correctly ignore unknown tags in StyledTextMartin Jones2011-12-141-30/+53
* Fix crash when items are moved in model.Andrew den Exter2011-12-141-19/+16
* update: make fragment shader code for distance field work with tegra2Johannes Zellner2011-12-141-12/+12
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-1410-69/+100
* Initialize VariableAlan Alpert2011-12-141-0/+1
* Support <strong> in styled text.Martin Jones2011-12-141-0/+5
* Add basic custom easing curve docs and testMartin Jones2011-12-131-0/+9
* QtQuick TextEdit to set view property to QTextControllerPekka Vuorela2011-12-121-0/+1
* Initialize variableGunnar Sletta2011-12-121-0/+1
* QtQuick: Fix compiler warnings.Friedemann Kleint2011-12-124-9/+6
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-125-9/+2196
* Fix TextInput not reacting to text color change.Andrew den Exter2011-12-121-2/+7
* Size TextInput cursor correctly.Andrew den Exter2011-12-121-9/+2
* Fix package items not being destroyed when a package is destroyed.Andrew den Exter2011-12-121-3/+3
* Don't access QDeclarativeProperty from bindings as oftenAaron Kennedy2011-12-121-12/+18
* Set target and device for touch events.Laszlo Agocs2011-12-091-2/+3
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-092-18/+0
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-096-6/+3395
* Add Screen attached objectAlan Alpert2011-12-096-0/+292
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-088-957/+1426
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-071-17/+60
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-074-45/+58
* Fix images not displaying on lines with no text.Andrew den Exter2011-12-071-0/+7
* Prevent consecutive images from climbing up a text node.Andrew den Exter2011-12-071-2/+5
* Remove warning messages for canvasitem testsCharles Yin2011-12-071-1/+2
* Fix some warnings.Martin Jones2011-12-071-1/+0
* Restrict particles to eight attributes maxAlan Alpert2011-12-061-32/+33