aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Honour the resettable flag of aliased propertiesChris Adams2011-08-0410-1/+238
* Add enabled property to Transition.Michael Brasser2011-08-049-6/+199
* Fix crash in QDeclarativePropertyChris Adams2011-08-043-3/+13
* TypoAaron Kennedy2011-08-041-1/+1
* Improve QJSValueIterator implementation.Jedrzej Nowacki2011-08-038-138/+221
* Remove FIXME from the v8base.priPeter Varga2011-08-031-4/+5
* Add some guidelines for declaring objects as properties of Components.Andrew den Exter2011-08-033-3/+26
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-036-8/+98
* qmltest: Fix SignalSpy to use TestUtil helper functionsCaio Marcelo de Oliveira Filho2011-08-031-1/+5
* Enable tst_QJSEngine::stacktrace test.Jedrzej Nowacki2011-08-021-21/+21
* Enable globalObjectProperties_enumerate test.Jedrzej Nowacki2011-08-021-11/+4
* Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-026-7/+24
* Add a currentItem property to PathView.Andrew den Exter2011-08-026-31/+129
* Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-027-1/+88
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-027-18/+140
* Add support for comparing value-type propertiesChris Adams2011-08-0220-1/+790
* Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-024-2/+106
* sync.profile: remove dependency on qtscriptRohan McGovern2011-08-021-1/+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-026-27/+140
* Call base class init() from QSGListViewPrivateBea Lam2011-08-022-5/+13
* Fix broken GridView moved() testBea Lam2011-08-021-6/+6
* 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-025-1/+27
* Don't enable qmlscene compability mode for commented out imports.Andrew den Exter2011-08-021-2/+2
* define for timingGunnar Sletta2011-08-011-0/+13
* Add Image changes to whatsnew.qdocYann Bodson2011-08-011-0/+3
* Fix Binding to correctly restore bindings even when a binding loop is involved.Michael Brasser2011-08-013-3/+61
* Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-016-2/+48
* 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