summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid calling qgi::update() until after component completeMartin Jones2009-12-172-16/+15
* Reuse section headers.Martin Jones2009-12-171-14/+54
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-161-5/+15
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-1613-105/+342
| |\
| * | Fix bug in positioners where changes were not being watchedAlan Alpert2009-12-161-5/+15
* | | Use faster listmodelinterface data accessor.Martin Jones2009-12-161-10/+4
| |/ |/|
* | Set a more reasonable default maximumFlickVelocity.Martin Jones2009-12-161-2/+2
* | Set section delegate "section" property before creation.Martin Jones2009-12-161-3/+1
* | Allow a ListView.section.delegate to avoid creating sections in delegate.Martin Jones2009-12-162-14/+78
* | Faster sections.Martin Jones2009-12-164-36/+133
* | removeGeometryListener should only remove one instance of that listener.Martin Jones2009-12-151-1/+1
* | Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-1510-55/+133
|/
* Remove half-implemented optimizationAlan Alpert2009-12-151-9/+4
* Expand text benchmark.Michael Brasser2009-12-151-2/+0