aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-025-18/+18
* Add support for comparing value-type propertiesChris Adams2011-08-026-1/+246
* Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-022-2/+0
* Views with no delegate crash when items are inserted.Martin Jones2011-08-024-12/+12
* 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-026-0/+36
* View highlight could stop tracking currentItem.Martin Jones2011-08-022-5/+17
* Allow custom parser types to still get signal handlers generatedAlan Alpert2011-08-023-1/+6
* define for timingGunnar Sletta2011-08-011-0/+13
* Fix Binding to correctly restore bindings even when a binding loop is involved.Michael Brasser2011-08-011-3/+3
* Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-012-2/+2
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-2987-420/+6464
* Ensure bindings on pause work correctly.Michael Brasser2011-07-291-0/+8
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-291-0/+4
* 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-292-6/+16
* 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-291-5/+14
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-292-2/+2
* 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
* 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-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-284-38/+38
* 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