aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* parse args earlierCharles Yin2011-08-081-3/+4
* add dummy notify signals to remove warningsCharles Yin2011-08-081-3/+5
* don't create QApplication if there is already one thereCharles Yin2011-08-081-1/+5
* 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-052-2/+6
* Fix outdated license headers.Jason McDonald2011-08-0525-393/+435
* Don't cache model data in VisualDataModel.Andrew den Exter2011-08-051-210/+347
* Remove dead code from QJSValuePrivateKent Hansen2011-08-042-21/+0
* Move QJSValue InvalidValue definition to "inline" headerKent Hansen2011-08-042-24/+23
* Add QIntrusiveList::contains() functionKent Hansen2011-08-042-0/+19
* Remove dead code.Jedrzej Nowacki2011-08-041-6/+0
* Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+2
* Improved support for multiple to/from values in Transition.Michael Brasser2011-08-044-0/+12
* Rework threading internals in XmlListModel to avoid global staticBea Lam2011-08-041-91/+205
* Improve error messages from compiler for signals and slotsChris Adams2011-08-044-9/+13
* Honour the resettable flag of aliased propertiesChris Adams2011-08-042-1/+4
* Add enabled property to Transition.Michael Brasser2011-08-044-6/+58
* Fix crash in QDeclarativePropertyChris Adams2011-08-041-3/+3
* 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
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-032-8/+16
* qmltest: Fix SignalSpy to use TestUtil helper functionsCaio Marcelo de Oliveira Filho2011-08-031-1/+5
* Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-022-0/+22
* 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