summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix test.Michael Brasser2010-07-221-0/+1
* Fix TextInput echoMode autotest on LinuxJoona Petrell2010-07-221-0/+4
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-221-0/+34
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-221-0/+5
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-0/+11
* Rename remaining 'wantsFocus'.Yann Bodson2010-07-212-9/+9
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-212-0/+37
* QML focus API updates.Michael Brasser2010-07-2113-159/+154
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-217-8/+124
|\
| * Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-212-0/+44
| * font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-213-8/+8
| * Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-212-0/+72
* | Ensure redirects (and indeed all reply process) is done in the right thread.Warwick Allison2010-07-211-0/+2
|/
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-201-0/+1
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-202-4/+34
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-0/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-191-12/+12
|\
| * Allow test to pass on smaller screens (eg. 480 high).Warwick Allison2010-07-161-12/+12
* | Always place PathView delegates centered on the pathMartin Jones2010-07-192-0/+10
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-141-4/+6
|\
| * Fix test for get() to check for undefined return valuesBea Lam2010-07-141-4/+6
* | Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-144-0/+135
|/
* Autotest for QTBUG-5491 (Animation in a Behavior doesn't update running)Michael Brasser2010-07-132-0/+38
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-136-13/+53
* Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bugRobert Griebl2010-07-121-14/+12
* Remove use of SpringFollow and SmoothedFollow in qmlvisual testBea Lam2010-07-123-31/+42
* Fix Mac CIJoona Petrell2010-07-122-0/+24
* Add copy(), cut() and paste() support to TextInputJoona Petrell2010-07-122-1/+71
* Fix .pro file after class/test rename.Michael Brasser2010-07-111-1/+1
* Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-091-2/+2
* Remove autotests of depracted element SmoothedFollowJoona Petrell2010-07-098-251/+0
* Clean up at the end of each test.Michael Brasser2010-07-081-0/+12
* Improve test reliability.Michael Brasser2010-07-081-2/+6
* Follow -> Behaviormae2010-07-086-34/+29
* Don't show warning for attempts to load pixmaps asynchronouslyBea Lam2010-07-081-3/+1
* Remove Image::pixmap property. QML applications should useBea Lam2010-07-081-31/+0
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-084-37/+167
* Allow the debugger to modify method bodiesAaron Kennedy2010-07-081-4/+52
* Make Text, TextInput, and TextEdit all have the same size for the same text.Warwick Allison2010-07-072-4/+4
* More generated images in anticipation of QT-3574Warwick Allison2010-07-072-28/+45
* Fix input methods for TextInput elements with key handlersJoona Petrell2010-07-062-8/+22
* Fix TextEdit with no color property defined is drawn with wrong colorJoona Petrell2010-07-061-0/+18
* Fix inconsistent reporting of module import errors when using versions.Warwick Allison2010-07-055-3/+13
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-0533-82/+168
|\
| * Prepare for QTest persistent store for visual tests.Warwick Allison2010-07-051-22/+22
| * Loosen font-sensitive test.Warwick Allison2010-07-051-1/+2
| * Fix test for N900 (ARM-specific SVG results).Warwick Allison2010-07-024-8/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-029-7/+86
| |\
| | * Fix TextEdit bitmap tests testing the wrong elementJoona Petrell2010-07-022-4/+4
| | * Fix TextInput text getting improperly clippedJoona Petrell2010-07-027-3/+82