summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-261-0/+5
* QML focus API updates.Michael Brasser2010-07-2613-159/+154
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-266-13/+53
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-261-0/+11
* Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-262-0/+44
* Autotest for QTBUG-5491 (Animation in a Behavior doesn't update running)Michael Brasser2010-07-262-0/+38
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-262-0/+37
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-261-0/+1
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-261-0/+34
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-263-8/+8
* Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-262-0/+72
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-262-4/+34
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-0/+6
* Always place PathView delegates centered on the pathMartin Jones2010-07-192-0/+10
* Follow -> Behaviormae2010-07-196-34/+29
* Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-181-2/+2
* Fix test for get() to check for undefined return valuesBea Lam2010-07-181-4/+6
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-154-0/+135
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-132-4/+4
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-135-3/+13
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-132-1/+71
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-131-31/+0
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-134-37/+167
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-131-58/+41
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-131-4/+52
* Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-131-0/+18
* Fix TextInput text getting improperly clippedJoona Petrell2010-07-137-3/+82
* Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bugRobert Griebl2010-07-131-14/+12
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-132-8/+22
* Get WebView tests passing againAlan Alpert2010-07-011-2/+0
* Remove arbitrary width checksAlan Alpert2010-07-011-2/+0
* Fix webkit import for webkit tests.Martin Jones2010-07-017-7/+7
* Added SET_BINDING message to QDeclarative debugger protocolLasse Holmstedt2010-06-301-1/+1
* Add ListView.nextSection attached propertyMartin Jones2010-06-302-5/+12
* Avoid duplicate code for testing initial sizesBea Lam2010-06-291-21/+15
* Fix flow layout not taking into account whether it's width and height are imp...Joona Petrell2010-06-292-0/+39
* Ensure Loader item change listener is removed when Loader is destroyedMartin Jones2010-06-291-5/+4
* Adapt all qmlviewer testcases to the code changes in the actual viewer.Robert Griebl2010-06-281-10/+18
* Test QTBUG-11222Warwick Allison2010-06-251-0/+12
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-06-2513-7/+72
|\
| * Handle enums in method arguments in the same way as QtScriptAaron Kennedy2010-06-252-0/+11
| * Allow custom parsers to handle attached propertiesAaron Kennedy2010-06-251-1/+0
| * Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-253-4/+8
| * Fix assertAaron Kennedy2010-06-253-0/+20
| * Disallow global object properties as property namesAaron Kennedy2010-06-255-2/+11
| * Reading a property that doesn't exist throws a ReferenceError testAaron Kennedy2010-06-252-0/+22
* | Test only on X11, not only on Linux (which includes embedded).Warwick Allison2010-06-252-4/+4
|/
* Force font selection (and so ensure visual test passes).Warwick Allison2010-06-2522-4/+14
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-242-0/+45
|\
| * Prevent value source animations from being registered to start twice.Michael Brasser2010-06-242-0/+45