| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Support for effects will be introduced in a future release, when
we can make better guarantees about performance.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Add Translate transform.
Image::sourceWidth and Image::sourceHeight read/write properties.
Task-number: QTBUG-8984
|
|
|
|
| |
Task-number: QT-2846
|
|
|
|
|
|
|
|
| |
Using WebView now requires:
import org.webkit 1.0
Task-number: QT-2995
|
|
|
|
| |
QDeclarativeXXX.
|
| |
|
|
|
|
|
|
| |
construction.
Task-number: QT-2798
|
| |
|
| |
|
| |
|
|
|
|
| |
May help modularization (syncqt and configure are Qt-specific).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|