summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/graphicsitems.pri
Commit message (Collapse)AuthorAgeFilesLines
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-221-2/+0
| | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance.
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-2/+4
| | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy
* Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-2/+0
| | | | | | | | | | | | | This commit deletes the uneeded classes/declarations since we have now an inline support for QGraphicsObject based classes. QGraphicsLayout bindings works the same way because the layout property has been added to QGraphicsWidget. The only feature that is missing for now (because of the deletion of GraphicsObjectContainer) is the anchoring support. We will probably take a look on how to support this feature properly with no wrapper. Task-number:QTBUG-9456 Reviewed-by:Michael Brasser
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+2
| | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-3/+1
| | | | Task-number: QT-2846
* Move WebView to an extension plugin.Warwick Allison2010-03-021-7/+0
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-84/+84
| | | | QDeclarativeXXX.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-3/+3
|
* Move type initialization from global static initializers to QmlEngine ↵Warwick Allison2010-02-141-0/+3
| | | | | | construction. Task-number: QT-2798
* Make positioners fast.Martin Jones2009-12-171-1/+1
|
* Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-151-0/+1
|
* clean up project filesOswald Buddenhagen2009-12-031-80/+82
|
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+0
| | | | May help modularization (syncqt and configure are Qt-specific).
* WebView tests and testability.Warwick Allison2009-11-131-0/+1
|
* AnimatedImage cleanup and tests.Michael Brasser2009-11-111-0/+3
|
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-0/+2
| | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* Rename QmlGraphicsPixmapCache to QmlPixmapCache.Michael Brasser2009-11-041-2/+0
|
* renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-021-3/+3
|
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+84