summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make SpringAnimation usable inside a transitionmae2010-08-062-0/+43
* Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-042-0/+40
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-041-3/+33
* Removed QEXPECT_FAIL macros from test cases which now passGareth Stockwell2010-08-041-3/+1
* Fix the rendering of lines with the X11 paint engineBenjamin Poulain2010-08-031-0/+65
* Add moving and flicking properties to PathViewMartin Jones2010-08-028-470/+815
* Cherry pick fix for MOBILITY-1194 from Qt Mobility.Aaron McCarthy2010-07-293-5/+11
* Q_INVOKABLES added to Qt-DBusEvan Nguyen2010-07-281-8/+130
* Copied Qt QML 4.7 branch to release.Toby Tomkins2010-07-2736-399/+232
* Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-271-1/+17
* 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
* moc: Slot with complex template default value does not compileOlivier Goffart2010-07-221-0/+15
* QGraphicsItem: Animation leaves drawing artifacts when clipping is used.Bjørn Erik Nilsen2010-07-221-0/+73
* Fix a Headerview layout bugPierre Rossi2010-07-211-0/+21
* Remove some files as instructed by Legal department.Jason McDonald2010-07-207-96/+0
* 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
* Timing fix for slow devices.Robert Griebl2010-07-171-1/+1
* Fix an Assert in QTextTablePierre Rossi2010-07-161-0/+55
* Revert "Fix an Assert in QTextTable"Aaron McCarthy2010-07-161-54/+0
* Fix an Assert in QTextTablePierre Rossi2010-07-161-0/+54
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-07-161-0/+24
* Work around memory leak issue in grid and linear layouts.Andreas Aardal Hanssen2010-07-162-0/+14
* Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-151-0/+20
* Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-151-0/+27
* 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