| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
These classes are needed in QDirectFBPaintEngine.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This is required for QDirectFBPaintEngine to link.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
| |
| |
| |
| |
| |
| | |
Apparently QScopedPointer requires knowledge of the class it points to.
Reviewed-by: Donald Carr <donald.carr@nokia.com>
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Reviewed-By: Harald Fernengel
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
| |
This is a common effect that many many customers have asked for.
Reviewed-by: Samuel
|
|
|
|
|
|
|
|
|
|
|
| |
Task-number: 259998
Reviewed-by: eskil
The patch removes double drawing of SBP_LOWERTRACKVERT/HORZ
as it is redundant to draw this under the gripper as well as on
the bar itself. It also breaks for certain non-standard XP themes.
The patch was suggested by Jonathan Liu.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
src/gui/kernel/qwidget.cpp
src/gui/kernel/qwidget_p.h
|
| |
| |
| |
| |
| |
| | |
Broke after 9d639659f2334bb5f3ea9b16b23bcb0127752f64
Reviewed-by: TrustMe
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
ExtraGestures is not in the master branch, and gestures has not been
touched in the kinetic-graphicseffect branch so this must be a result of
a wrong merge at some point. Remove it.
|
| | |\
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/gui/graphicsview/graphicsview.pri
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The convolution filter is horrible slow. Instead we use a custom blur
filter which is much more efficient.
Reviewed-by: Samuel
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Shadows looks much nicer with an alpha, so we should use it by default.
Reviewed-by: Gunnar
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Xrender is not rocket science when it comes to composition modes, so we
have to use the raster engine for the fill. toImage/fromImage is a no-op
on QWS and Windows, and on other platforms it is required, so we don't
have to add any ifdefs or clever checks.
Reviewed-by: Gunnar
|
| | | | |
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/gui/graphicsview/qgraphicsscene.cpp
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Before we had to delete the existing effect before setting a new one
(in the same fashion as QLayout behaves). This feels wrong and we should
automatically delete it instead.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These shouldn't be in public API unless someone ask for it. The same
information is accessible via public functions in QGraphicsEffect and
QGraphicsEffectSource, so they are only convenience functions after all.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Discussed with Andreas.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Looks like we need to include graphicseffect.h even though it should
have been included by the _p.h.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Graphics effects is no longer dependent of graphics view.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
We have to include QColor and QRect rather than forward declare them.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
QGraphicsEffect is no longer dependent on the Graphics View module.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
These belong to the examples directory as discussed with Andreas.
|
| | | | | |
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
src/gui/graphicsview/qgraphicsitem_p.h
|
| | |\ \ \ \ |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
src/gui/graphicsview/graphicsview.pri
src/gui/graphicsview/qgraphicsitem.cpp
src/gui/graphicsview/qgraphicsitem.h
src/gui/graphicsview/qgraphicsitem_p.h
src/gui/graphicsview/qgraphicsscene.cpp
tests/auto/auto.pro
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
appearance.
QGraphicsScenePrivate::markDirty does not invalidate the cache, it only
schedules a repaint. QGraphicsItem::update however, invalidates the
cache and then calls markDirty.
Reviewed-by: Andreas
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
warning: suggest parentheses around assignment used as truth value
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
In case of caching, the effect must be notified whenever the source has
been invalidated; otherwise the cached pixmap will not be up-to-date.
Auto-test included.
|