aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-29156-515/+17932
* Bump the XmlListModel get test import to QtQuick 2.0.Andrew den Exter2011-07-291-1/+1
* Document (lack of) support for sharing animation instances.Michael Brasser2011-07-291-0/+33
* Ensure bindings on pause work correctly.Michael Brasser2011-07-293-0/+40
* DocAaron Kennedy2011-07-291-1/+5
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-293-0/+47
* Fix alias warnings in QDeclarativeCompilerAaron Kennedy2011-07-291-2/+4
* Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-292-52/+69
* Fix alias warnings in V4Aaron Kennedy2011-07-291-26/+20
* Fix alias warnings in QDeclarativeVMEAaron Kennedy2011-07-292-32/+73
* Add sourceComponentChanged signal to LoaderYann Bodson2011-07-294-11/+34
* Document state fast-forwarding.Michael Brasser2011-07-291-0/+22
* Document how to have two MouseAreas simultaneously hovered.Michael Brasser2011-07-291-1/+27
* 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-293-5/+35
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-296-2/+129
* Code cleanupAlan Alpert2011-07-291-8/+4
* Add .arg() for Javascript String typeCharles Yin2011-07-294-1/+47
* XmlListModel.status is Ready right after creation (should be Null)Charles Yin2011-07-292-3/+12
* remove motionchart demo (uncompleted)Charles Yin2011-07-291-140/+0
* Jump to same model index (if it exists) when the model changesAlan Alpert2011-07-291-1/+4
* Augment SpringAnimation::damping documentationAlan Alpert2011-07-291-3/+5
* Document stops as default property of GradientAlan Alpert2011-07-291-0/+2
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-2816-154/+211
* 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-2815-85/+141
* Initial CustomEmitter and CustomAffector implementationAlan Alpert2011-07-2823-7/+911
* Allow Qt enum values in ListElement.Michael Brasser2011-07-282-3/+14
* Support QT_TRANSLATE_NOOP in ListElement.Michael Brasser2011-07-282-9/+77
* Fix translation context for QML files.Michael Brasser2011-07-285-2/+37
* 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-282-2/+26
* Fix auto-repeat key navigation for GridViewBea Lam2011-07-283-1/+56
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-286-40/+54
* Add dragging properties to FlickableMartin Jones2011-07-285-3/+226
* 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-286-18/+159
* Fix XmlHttpRequest setHeader bugCharles Yin2011-07-2814-14/+64
* Delete scene if you aren't going to use it.Alan Alpert2011-07-287-8/+31
* A change in ListView's header height can cause it to overlap the itemsMartin Jones2011-07-282-2/+33
* Fix insertion of one item in ListView.Martin Jones2011-07-283-1/+17
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-284-58/+50
* View highlight flickers with highlightRangeMode: ApplyRangeMartin Jones2011-07-283-12/+9
* Fix crash when a model defines its own modelData role.Andrew den Exter2011-07-282-8/+29