Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made QGraphicsBlurEffect use the high blur quality setting. | Samuel Rødal | 2009-09-15 | 1 | -0/+2 |
| | | | | | | | This greatly increases the blur quality in the OpenGL implementation, and doesn't affect the performance of the raster implementation. Reviewed-by: Bjørn Erik Nilsen | ||||
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-15 | 1 | -0/+12 |
| | |||||
* | Add filter strength to QGraphics[Colorize,Grayscale]Effect. | Ariya Hidayat | 2009-09-14 | 3 | -1/+86 |
| | | | | | Autotest: included Reviewed-by: Bjørn Erik Nilsen | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 3 | -12/+12 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make QGraphicsShaderEffect private API for 4.6 | Rhys Weatherley | 2009-09-06 | 1 | -1/+0 |
| | | | | | | | The custom shader code in the OpenGL2 paint engine needs time to mature before we make this official public API. Reviewed-by: trustme | ||||
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Michael Brasser | 2009-09-04 | 3 | -9/+71 |
|\ | |||||
| * | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -1/+2 |
| | | | | | | | | That's the last of them... for now. | ||||
| * | Fix rounding bug in QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-09-01 | 1 | -4/+5 |
| | | | | | | | | The pixmap was painted at wrong offset. | ||||
| * | Make sure the BSP is updated when a graphics effect changes bounding rect. | Bjørn Erik Nilsen | 2009-09-01 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | In the case of applying an effect to a QGraphicsItem, we have to notify the scene's BSP that the item's bounding rect has changed. We do this by calling prepareGeometryChange(). In the case of QWidget, it's sub-optimal that we update its parent, but there's no other way to solve it at the moment. | ||||
| * | QGraphicsDropShadowEffect convenience; setXOffset() and setYOffset(). | Bjørn Erik Nilsen | 2009-09-01 | 2 | -1/+37 |
| | | | | | | | | Reviewed-by: Andreas | ||||
| * | Make sure graphics effects updates properly when changing their properties. | Bjørn Erik Nilsen | 2009-09-01 | 2 | -1/+24 |
| | | | | | | | | Reviewed-by: Leo | ||||
* | | Use qreal for QGraphicsOpacityEffect opacity property. | Michael Brasser | 2009-09-04 | 1 | -1/+1 |
|/ | | | | Reviewed-by: Yann Bodson | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
| | | | | Reviewed-by: Trust Me | ||||
* | Don't call qFuzzyIsNull on every single frame in QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 2 | -3/+10 |
| | | | | | We only have to do it when the opacity changes (in ::setOpacity). Also, we cannot do the cut-off when the effect has an opacity mask set. | ||||
* | Add support for setting an opacity mask on QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-28 | 3 | -6/+96 |
| | | | | | | | | Opacity masks enable you to make portions of an element transparent. More information about opacity masks here: http://msdn.microsoft.com/en-us/library/ms743320.aspx Reviewed-by: Samuel | ||||
* | doc: Add Graphics Effect images. | Bjørn Erik Nilsen | 2009-08-26 | 1 | -3/+17 |
| | |||||
* | doc: Misspelled class names. | Bjørn Erik Nilsen | 2009-08-26 | 1 | -2/+2 |
| | |||||
* | doc: fixes qdoc warnings/errors related to the Graphics Effect framework. | Bjørn Erik Nilsen | 2009-08-26 | 1 | -71/+135 |
| | | | | Reviewed-by: Kavindra | ||||
* | Doc - Completed review of documentation for the QGraphicsEffect group of | Kavindra Devi Palaraja | 2009-08-26 | 1 | -77/+95 |
| | | | | | | classes Reviewed-By: TrustMe | ||||
* | fix warnings on Windows CE | Joerg Bornemann | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | Lots of warnings in the qreal == float case. Some Q_UNUSED added. Reviewed-by: thartman | ||||
* | Doc - Removed a trailing whitespace and more cleanups | Kavindra Devi Palaraja | 2009-08-25 | 1 | -11/+6 |
| | | | | Reviewed-By: TrustMe | ||||
* | Doc - Reviewing documentation for QGraphicsEffect and QGraphicsEffectSource | Kavindra Devi Palaraja | 2009-08-25 | 1 | -24/+30 |
| | | | | Reviewed-By: TrustMe | ||||
* | doc: qdoc warning about signal not found. | Bjørn Erik Nilsen | 2009-08-25 | 1 | -1/+1 |
| | | | | QPoint -> QPointF | ||||
* | Remove semi-colon from Q_XXX macros in qgraphicseffect.h | Bjørn Erik Nilsen | 2009-08-25 | 1 | -1/+1 |
| | | | | Some compilers don't like them and fail to compile. | ||||
* | Merge commit 'origin/master' into 4.6 | Jason Barron | 2009-08-25 | 1 | -3/+3 |
|\ | |||||
| * | Removed some 'illegal empty declaration' warnings from Symbian build | Janne Anttila | 2009-08-24 | 1 | -3/+3 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
* | | Make sure QGraphicsOpacityEffect::opacity is bound between 0.0 and 1.0 | Bjørn Erik Nilsen | 2009-08-24 | 1 | -0/+3 |
| | | |||||
* | | doc: More documentation of the graphics effect framework. | Bjørn Erik Nilsen | 2009-08-24 | 1 | -12/+338 |
| | | |||||
* | | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 2 | -4/+4 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Add QGraphicsOpacityEffect. | Bjørn Erik Nilsen | 2009-08-21 | 3 | -0/+92 |
|/ | | | | | | This is a common effect that many many customers have asked for. Reviewed-by: Samuel | ||||
* | Use pixmap filter for the drop shadow effect. | Bjørn Erik Nilsen | 2009-08-21 | 3 | -147/+42 |
| | |||||
* | Add support for graphics effects on QWidget. | Bjørn Erik Nilsen | 2009-08-20 | 3 | -0/+12 |
| | |||||
* | Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect. | Bjørn Erik Nilsen | 2009-08-20 | 3 | -29/+29 |
| | | | | Discussed with Andreas. | ||||
* | Add missing effects.pri file in src/gui/effects | Bjørn Erik Nilsen | 2009-08-20 | 1 | -0/+4 |
| | |||||
* | Header cleanup. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -8/+1 |
| | | | | Graphics effects is no longer dependent of graphics view. | ||||
* | Make QGraphicsXXXEffect::boundingRectFor public. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -2/+2 |
| | |||||
* | Graphics Effect cleanup: Remove old comments; not valid anymore. | Bjørn Erik Nilsen | 2009-08-20 | 2 | -58/+4 |
| | |||||
* | Add Q_DECLARE_OPERATORS_FOR_FLAGS(QGraphicsEffect::ChangeFlags) | Bjørn Erik Nilsen | 2009-08-20 | 1 | -0/+1 |
| | |||||
* | Compile graphics effect. | Bjørn Erik Nilsen | 2009-08-20 | 1 | -3/+2 |
| | | | | We have to include QColor and QRect rather than forward declare them. | ||||
* | Add QT_BEGIN_NAMESPACE and QT_END_NAMESPACE | Bjørn Erik Nilsen | 2009-08-20 | 1 | -0/+4 |
| | |||||
* | Add "QObject *parent = 0" to all graphics effect constructors. | Bjørn Erik Nilsen | 2009-08-20 | 2 | -21/+21 |
| | |||||
* | Cleanup after 19e01c93f9421a8db6c8a93ac103a7df2b93d9ec | Bjørn Erik Nilsen | 2009-08-19 | 2 | -12/+9 |
| | | | | QGraphicsEffect is no longer dependent on the Graphics View module. | ||||
* | Make all graphics effect setters Q_SLOTS. | Bjørn Erik Nilsen | 2009-08-19 | 1 | -7/+13 |
| | |||||
* | Add Q_PROPERTY to all qgraphics effects. | Bjørn Erik Nilsen | 2009-08-19 | 2 | -2/+50 |
| | |||||
* | Remove QGraphicsBloomEffect and QGraphicsFrameEffect. | Bjørn Erik Nilsen | 2009-08-19 | 3 | -248/+0 |
| | | | | These belong to the examples directory as discussed with Andreas. | ||||
* | Move QGraphicsEffect from src/gui/graphicsview to src/gui/effects. | Bjørn Erik Nilsen | 2009-08-19 | 3 | -0/+1362 |