aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-294-55/+88
* Correctly set ending path percent if none is provided.Michael Brasser2011-07-291-5/+14
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-291-1/+1
* Code cleanupAlan Alpert2011-07-291-8/+4
* Add .arg() for Javascript String typeCharles Yin2011-07-292-0/+22
* XmlListModel.status is Ready right after creation (should be Null)Charles Yin2011-07-291-1/+4
* 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-2811-133/+190
* compile when qreal is a floatGunnar Sletta2011-07-281-1/+1
* Clip to bounding rectAlan Alpert2011-07-284-4/+5
* Add some more properties to JS particle typeAlan Alpert2011-07-2814-81/+113
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-2813-7/+712
* Allow Qt enum values in ListElement.Michael Brasser2011-07-281-3/+10
* Support QT_TRANSLATE_NOOP in ListElement.Michael Brasser2011-07-281-2/+27
* Fix translation context for QML files.Michael Brasser2011-07-281-1/+4
* Remove reference to deleted file.Michael Brasser2011-07-281-1/+0
* BorderImage inner rect should have a positive sizeYann Bodson2011-07-281-2/+2
* Don't jump around when maximumEasingTime is specifiedAaron Kennedy2011-07-282-15/+18
* Fix bug 20505: Offline Storage API: wrong types of row fieldsCharles Yin2011-07-281-2/+8
* 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
* Manage m_activeCount centrallyAlan Alpert2011-07-282-8/+7
* Remove forwardTo codeAlan Alpert2011-07-283-26/+0
* Drive ParticleSystem with an animation insteadAlan Alpert2011-07-284-62/+112
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-284-18/+35
* Fix XmlHttpRequest setHeader bugCharles Yin2011-07-281-1/+1
* Delete scene if you aren't going to use it.Alan Alpert2011-07-286-8/+29
* 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
* Update ListModel's internal indexes when items are inserted/removed.Andrew den Exter2011-07-281-0/+15
* 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
* Don't build V8 as a static libraryKent Hansen2011-07-2613-5/+4400
* A long press should allow onClicked if there is no onPressAndHoldMartin Jones2011-07-261-0/+2
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-261-1/+34
* 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
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-261-0/+2
* Ouptut non-NOTIFYable warnings againAaron Kennedy2011-07-263-12/+20
* 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