aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Build against refactor.Samuel Rødal2011-07-2913-27/+26
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-291-1/+1
* Jump to same model index (if it exists) when the model changesAlan Alpert2011-07-291-1/+4
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-288-120/+173
* Clip to bounding rectAlan Alpert2011-07-284-4/+5
* BorderImage inner rect should have a positive sizeYann Bodson2011-07-281-2/+2
* Fix auto-repeat key navigation for GridViewBea Lam2011-07-281-1/+0
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-282-19/+19
* Add dragging properties to FlickableMartin Jones2011-07-283-3/+113
* Remove forwardTo codeAlan Alpert2011-07-283-26/+0
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-284-18/+35
* Delete scene if you aren't going to use it.Alan Alpert2011-07-281-1/+1
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-283-56/+50
* View highlight flickers with highlightRangeMode: ApplyRangeMartin Jones2011-07-281-4/+3
* Fix crash when a model defines its own modelData role.Andrew den Exter2011-07-281-6/+5
* Don't clip the cursor at the far right of a TextInput.Andrew den Exter2011-07-281-45/+26
* Fix positioning of items after moveBea Lam2011-07-282-3/+26
* Don't move view content position item 0 is being replacedBea Lam2011-07-282-3/+37
* fix canvas arc drawing bugCharles Yin2011-07-271-4/+4
* put all context2d code into context2d directoryCharles Yin2011-07-278-6/+14
* Fix Column/Row size when no items being positionedAlan Alpert2011-07-271-5/+7
* A long press should allow onClicked if there is no onPressAndHoldMartin Jones2011-07-261-0/+2
* Add headerItem and footerItem properties to views.Martin Jones2011-07-264-3/+42
* QDeclarativeView/QSGView SizeRootObjectToView still resizes viewMartin Jones2011-07-261-1/+2
* Use visible only, and not opacity, in positionersAlan Alpert2011-07-261-3/+2
* Remove onMousePositionChanged signal.Michael Brasser2011-07-263-15/+22
* Update polish even when animations aren't runningAaron Kennedy2011-07-262-2/+7
* Move the cursor position to the end when TextInput.readOnly is cleared.Andrew den Exter2011-07-261-0/+2
* Scroll correctly when cursorPosition is changed within onTextChanged.Andrew den Exter2011-07-251-2/+2
* Handle pinch correctly when one point is released and repressed.Martin Jones2011-07-253-9/+15
* Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-07-252-36/+23
* Fix layout bug from view refactoringBea Lam2011-07-221-3/+3
* Always position headers at a negative positionBea Lam2011-07-214-42/+33
* Make lastPosition() result consistent among GridView and ListViewBea Lam2011-07-214-36/+24
* add font support for context2dCharles Yin2011-07-202-8/+14
* Refactor ListView and GridView implementationsBea Lam2011-07-208-3530/+2885
* Hook up durationVariation on SpritesAlan Alpert2011-07-204-9/+26
* Renamed the Bindable class to QSGBindable.Kim Motoyoshi Kalland2011-07-201-3/+3
* Fixed QSGDistanceFieldGlyphNode initialization order.Yoann Lopes2011-07-201-1/+5
* Fix QSGItem transforms.Michael Brasser2011-07-201-4/+2
* Add documentation for QSGImageYann Bodson2011-07-201-0/+324
* Improvements to Image elementYann Bodson2011-07-203-9/+106
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-123-5/+2
* Rewrite the canvas item's paint logic.Charles Yin2011-07-125-173/+416
* Merge branch 'v8'Aaron Kennedy2011-07-087-833/+1489
|\
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-015-41/+93
| |\
| * | add drawRegion signal for canvas itemCharles Yin2011-06-244-362/+37
| * | expose QSGContext2D::setPathString to v8 Javascript APICharles Yin2011-06-231-0/+14
| * | add svg style path string support for context2d apiCharles Yin2011-06-232-0/+592
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-0/+7
| |\ \