summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
...
* Make atBeginning/viewArea calculations account for min extent.Martin Jones2010-02-081-6/+6
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-4/+4
* Fix ListView tests.Martin Jones2010-02-051-4/+6
* Test SizeItemToLoader to SizeLoaderToItem resizeMode change.Martin Jones2010-02-041-0/+6
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Michael Brasser2010-02-0415-154/+239
|\
| * Document margins propertyAlan Alpert2010-02-031-0/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2010-02-0313-151/+219
| |\
| | * update Image.paintedWidth and Image.paintedHeight when the source changesYann Bodson2010-02-032-0/+5
| | * Remove debug.Martin Jones2010-02-031-4/+0
| | * Add a PathView.onPath property to help deal with unrequested items.Martin Jones2010-02-032-15/+66
| | * Avoid crash on shutdown if model is destroyed before view.Martin Jones2010-02-032-6/+10
| | * Compile.Martin Jones2010-02-031-4/+4
| | * Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan.Joona Petrell2010-02-031-4/+3
| | * Ensure unrequested items are placed outside the visible area.Martin Jones2010-02-032-9/+18
| | * Fix Loader crash when Loader.item causes a new item to be loadedMartin Jones2010-02-031-2/+8
| | * Handle wheel events in Flickable.Martin Jones2010-02-023-2/+31
| | * Fix insertion and deletion of multiple items in GridView.Martin Jones2010-02-024-114/+72
| | * Fix QList<QObject*> as a model. Add docs and example.Martin Jones2010-02-011-2/+3
| | * Tests for NaN values in the property x, y, widht and height setters ofMarco Bubke2010-02-011-0/+8
| | * Add transformOriginChanged signal to QmlGraphicsItemMarco Bubke2010-02-012-1/+3
| * | Focus focusScope from focusing for focusOnPressAlan Alpert2010-02-032-3/+18
| |/
* | Fix elision and multilength strings when resizing a Text element.Michael Brasser2010-02-041-1/+10
|/
* Add paintedWidth and paintedHeight properties to QmlGraphicsImage.Yann Bodson2010-01-293-2/+59
* Speed up QmlGraphicsItem::setParentItem.Bjørn Erik Nilsen2010-01-271-1/+5
* Fix crash when removing multiple items.Martin Jones2010-01-272-65/+75
* Ignore mouse events when !interactive.Martin Jones2010-01-271-0/+7
* Don't react to mouse when !interactive. Allow fixup delay to be adjusted.Martin Jones2010-01-272-14/+25
* Speed up QmlGraphicsItem construction.Bjørn Erik Nilsen2010-01-211-4/+6
* CrashAaron Kennedy2010-01-201-1/+1
* Make QmlGraphicsAnchors a NOCREATE type.Michael Brasser2010-01-191-1/+1
* Try again to make it compile on Symbian.Martin Jones2010-01-191-11/+23
* Doc.Martin Jones2010-01-181-1/+3
* Compile on Symbian.Martin Jones2010-01-181-11/+11
* Fix clipping without text cache.Martin Jones2010-01-151-0/+9
* Allow disabling of text cache for non-richtext.Martin Jones2010-01-152-55/+107
* Doc.Martin Jones2010-01-121-0/+2
* Doc fixesAlan Alpert2010-01-113-0/+9
* unwarnWarwick Allison2010-01-111-2/+2
* Remove unused signal.Warwick Allison2010-01-111-1/+0
* Compile outside src/declarative (tests)Warwick Allison2010-01-111-1/+1
* Move choice of pipelining to the point request.Warwick Allison2010-01-113-4/+1
* Fix painting to pixmap.Warwick Allison2010-01-081-1/+1
* Add notifier for QmlGraphicsInputMarco Bubke2010-01-072-14/+68
* Add notifier for QmlGraphicsTextEditMarco Bubke2010-01-072-15/+47
* Add notifier for QmlGraphicsTextMarco Bubke2010-01-062-9/+37
* Check if the property is cached in QmlGraphicsVisualDataModel::stringValueMarco Bubke2010-01-061-8/+12
* Improve documentationAlan Alpert2010-01-051-3/+32
* Add documentation for integrating with existing Qt UI codeAlan Alpert2009-12-301-0/+10
* Stop using QGuardAaron Kennedy2009-12-231-5/+5
* Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291Aaron Kennedy2009-12-232-1/+8