summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Add transformOriginChanged signal to QmlGraphicsItemMarco Bubke2010-02-012-1/+3
* 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
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-223-11/+57
|\
| * Move the viewport by whole pixels to avoid painting artifacts.Martin Jones2009-12-222-3/+18
| * Try to avoid creating multiple delegates per frame with cachebuffer.Martin Jones2009-12-221-8/+39
* | Minor optimizationsAaron Kennedy2009-12-224-16/+7
|/
* Implement a fast "styled" text format.Martin Jones2009-12-223-20/+41
* Optimization: signal connectionsAaron Kennedy2009-12-211-3/+20
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-211-2/+1
|\
| * Remove a couple of connects is ListView.Martin Jones2009-12-211-2/+1
* | Optimization: don't use QTextControl in Text elementAaron Kennedy2009-12-212-25/+15
|/
* Fix Flickable within Flickable, with parent flickable !interactive.Martin Jones2009-12-202-9/+14
* Avoid excessive calls to QTime::currentTime()Martin Jones2009-12-181-2/+1
* Make sure header/footer are correctly positioned.Martin Jones2009-12-181-3/+11
* ListView housekeeping optimizations.Martin Jones2009-12-181-52/+80
* Remove unnecessary attached prop. hash.Martin Jones2009-12-181-19/+5
* Section property access perf.Martin Jones2009-12-183-19/+41
* Section properties can only be model data.Martin Jones2009-12-171-7/+2
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-171-1/+1
|\
| * Compile fix for qmlviewerJens Bache-Wiig2009-12-171-1/+1
* | Get the value out of the QVariant properlyAlan Alpert2009-12-171-2/+8
|/
* Small optimization.Martin Jones2009-12-171-1/+1
* Make positioners fast.Martin Jones2009-12-1711-189/+229