| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
examples from class docs and improve assorted docs
|
|
|
|
|
|
|
|
|
|
| |
Flipable transformation consists of two parts:
1. Detecting that the back face is visible
2. Transforming the back item as though "it were on the front"
These are two steps. The first should be done in scene coordinates, and
the second relative to the Flipable parent.
QTBUG-10532
|
|
|
|
| |
Task-number: QTBUG-10386
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-8424
Reviewed-by: mae
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/declarative/graphicsitems/qdeclarativeitem.cpp
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
demos/declarative/minehunt/minehunt.cpp
src/declarative/qml/qdeclarativecompiler.cpp
|
| | | |
|
| |/
|/|
| |
| |
| |
| | |
Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too.
Reviewed-by:akennedy
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Flipable was calling updateSceneTransformFromParent, but this can only
called when the the parent's scene transform is guaranteed to be updated,
which is not the case in flipable.
Task-number: QTBUG-8474
Reviewed-by: bnilsen
|
|/
|
|
| |
Task-number: QTBUG-9161
|
|
|
|
| |
Task-number: QT-2824
|
|
QDeclarativeXXX.
|