aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for individual row and column spacing to Grid object.Glenn Watson2011-08-102-0/+77
* Copy the docs for QtQuick 1Alan Alpert2011-08-092-1/+8
* Revise QDeclarativeChangeSet.Andrew den Exter2011-08-081-418/+589
* Fix broken test (view did not have focus set)Bea Lam2011-08-081-0/+1
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-054-0/+70
* Add missing license headers.Jason McDonald2011-08-052-0/+82
* Don't cache model data in VisualDataModel.Andrew den Exter2011-08-0510-7/+11
* Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+55
* Improve error messages from compiler for signals and slotsChris Adams2011-08-044-4/+4
* Honour the resettable flag of aliased propertiesChris Adams2011-08-048-0/+234
* Add enabled property to Transition.Michael Brasser2011-08-045-0/+141
* Fix crash in QDeclarativePropertyChris Adams2011-08-042-0/+10
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-034-0/+82
* Enable tst_QJSEngine::stacktrace test.Jedrzej Nowacki2011-08-021-21/+21
* Enable globalObjectProperties_enumerate test.Jedrzej Nowacki2011-08-021-11/+4
* Add a currentItem property to PathView.Andrew den Exter2011-08-022-0/+59
* Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-022-0/+63
* Ensure that the prototype chain is checked in property GetChris Adams2011-08-022-0/+122
* Add support for comparing value-type propertiesChris Adams2011-08-0214-0/+544
* Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-022-0/+106
* Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-022-0/+80
* Fix broken GridView moved() testBea Lam2011-08-021-6/+6
* Allow custom parser types to still get signal handlers generatedAlan Alpert2011-08-022-0/+21
* Fix Binding to correctly restore bindings even when a binding loop is involved.Michael Brasser2011-08-012-0/+58
* Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-014-0/+46
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-2967-93/+11466
* Bump the XmlListModel get test import to QtQuick 2.0.Andrew den Exter2011-07-291-1/+1
* Ensure bindings on pause work correctly.Michael Brasser2011-07-292-0/+32
* Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-292-0/+43
* Add sourceComponentChanged signal to LoaderYann Bodson2011-07-291-5/+14
* Correctly set ending path percent if none is provided.Michael Brasser2011-07-292-0/+21
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-294-0/+127
* Add .arg() for Javascript String typeCharles Yin2011-07-292-1/+25
* XmlListModel.status is Ready right after creation (should be Null)Charles Yin2011-07-291-2/+8
* Allow Qt enum values in ListElement.Michael Brasser2011-07-281-0/+4
* Support QT_TRANSLATE_NOOP in ListElement.Michael Brasser2011-07-281-7/+50
* Fix translation context for QML files.Michael Brasser2011-07-284-1/+33
* Fix bug 20505: Offline Storage API: wrong types of row fieldsCharles Yin2011-07-281-0/+18
* Fix auto-repeat key navigation for GridViewBea Lam2011-07-282-0/+56
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-282-2/+16
* Add dragging properties to FlickableMartin Jones2011-07-281-0/+111
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-282-0/+124
* Fix XmlHttpRequest setHeader bugCharles Yin2011-07-2813-13/+63
* A change in ListView's header height can cause it to overlap the itemsMartin Jones2011-07-281-0/+32
* Fix insertion of one item in ListView.Martin Jones2011-07-282-0/+16
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-281-2/+0
* Fix crash when a model defines its own modelData role.Andrew den Exter2011-07-281-2/+24
* Update ListModel's internal indexes when items are inserted/removed.Andrew den Exter2011-07-281-1/+26
* Don't clip the cursor at the far right of a TextInput.Andrew den Exter2011-07-281-0/+6
* Fix positioning of items after moveBea Lam2011-07-282-104/+248