aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* mapFromModel() returned incorrect valueBea Lam2011-08-241-1/+1
* Do not deliver mouse wheel events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-241-1/+1
* Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-1910-241/+1025
* Fix spacing issueAlan Alpert2011-08-191-4/+6
* Add attached properties to the positioners.Glenn Watson2011-08-183-4/+158
* Implemented minimum FBO size on the ShaderEffectSource.Kim Motoyoshi Kalland2011-08-171-4/+17
* Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-171-0/+2
* Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-174-13/+13
* Fixed clip on QML2 rectangles to include the borders.Kim Motoyoshi Kalland2011-08-163-13/+23
* Fix VisualDataModel auto test failure.Andrew den Exter2011-08-151-0/+1
* Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-122-7/+31
* QSGDistanceFieldGlyphCache code refactoring.Yoann Lopes2011-08-102-8/+6
* Add support for individual row and column spacing to Grid object.Glenn Watson2011-08-102-9/+63
* Add documentationAlan Alpert2011-08-0922-120/+7635
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-054-7/+49
* ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-051-1/+3
* Fix outdated license headers.Jason McDonald2011-08-053-50/+51
* Don't cache model data in VisualDataModel.Andrew den Exter2011-08-051-210/+347
* Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+2
* Add enabled property to Transition.Michael Brasser2011-08-041-5/+6
* Add a currentItem property to PathView.Andrew den Exter2011-08-023-31/+63
* Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-025-1/+25
* Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-021-1/+0
* Views with no delegate crash when items are inserted.Martin Jones2011-08-022-6/+6
* Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-024-27/+60
* Call base class init() from QSGListViewPrivateBea Lam2011-08-022-5/+13
* Nesting PathView and Flickable causes PathView to stop at wrong offsetMartin Jones2011-08-023-0/+17
* View highlight could stop tracking currentItem.Martin Jones2011-08-022-5/+17
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-293-7/+7
* Add sourceComponentChanged signal to LoaderYann Bodson2011-07-292-6/+16
* 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