aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't move view content position item 0 is being replacedBea Lam2011-07-282-0/+56
* increase the tryCompare timeout value to make the CI happyCharles Yin2011-07-281-3/+3
* Fix Column/Row size when no items being positionedAlan Alpert2011-07-272-0/+63
* Don't build V8 as a static libraryKent Hansen2011-07-262-11/+6
* A long press should allow onClicked if there is no onPressAndHoldMartin Jones2011-07-262-15/+52
* Fix crash when assigning a list property to transitions.Michael Brasser2011-07-264-0/+50
* Add headerItem and footerItem properties to views.Martin Jones2011-07-262-0/+29
* qmlviewer resizes the root object multiple times.Martin Jones2011-07-261-1/+23
* QDeclarativeView/QSGView SizeRootObjectToView still resizes viewMartin Jones2011-07-265-0/+238
* Use visible only, and not opacity, in positionersAlan Alpert2011-07-264-27/+25
* Remove onMousePositionChanged signal.Michael Brasser2011-07-261-1/+6
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-262-0/+19
* AutotestAaron Kennedy2011-07-264-0/+25
* Update polish even when animations aren't runningAaron Kennedy2011-07-261-0/+38
* Move the cursor position to the end when TextInput.readOnly is cleared.Andrew den Exter2011-07-262-0/+10
* Don't error if response results in UnknownContentErrorBea Lam2011-07-263-1/+8
* AutotestAaron Kennedy2011-07-254-0/+11
* Reverse lookup ids by object pointerAaron Kennedy2011-07-251-0/+32
* Use engine where appropriate in QDeclarativePropertyAaron Kennedy2011-07-251-1/+17
* Allow object to be accessed by multiple QDeclarativeEnginesAaron Kennedy2011-07-251-0/+37
* Allow static alias to composite typeAaron Kennedy2011-07-254-0/+30
* Handle pinch correctly when one point is released and repressed.Martin Jones2011-07-252-0/+84
* Support better boolean conversion semanticsAaron Kennedy2011-07-252-0/+50
* Fix unstable GridView testBea Lam2011-07-251-1/+2
* Check objects can be passed as signal parametersAaron Kennedy2011-07-252-0/+32