summaryrefslogtreecommitdiffstats
path: root/examples/effects/blurpicker
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with Sun CC: no semi-colon after Q_PROPERTYThiago Macieira2009-11-181-1/+1
| | | | Reviewed-By: Peter Hartmann
* Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-112-29/+36
|\ | | | | | | | | Conflicts: src/gui/painting/qbrush.cpp
| * Make the new examples for effects use the Qt Animation FrameworkThierry Bastian2009-11-102-29/+36
| | | | | | | | | | Task-number: QTBUG-5640 Reviewed-by: Leo
* | Improvements to graphics effects API after review round.Samuel Rødal2009-11-102-3/+3
|/ | | | | | | | | | | | * Get rid of QGraphicsEffectSource from the public API, instead add convenience functions in QGraphicsEffect. This way we commit to less API, and are free to introduce a customizable QGraphicsEffectSource in a future release. * Move PixmapPadMode into QGraphicsEffect and tweak the names of the enum values. * Make QGraphicsBlurEffect::BlurHint into a bit flag, for extensibility. Reviewed-by: Bjørn Erik Nilsen
* Update license headers again.Jason McDonald2009-09-095-20/+20
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
| | | | Reviewed-by: Trust Me
* Make the 'effects' examples compile when qreal == float.Jason Barron2009-08-261-1/+1
| | | | | | | | | All of the types supplied to qBound() must be the same and in the case where qreal is typedef'ed to a float, this is not the case because the outer 2 arguments are considered doubles. We explicitly cast them to qreal to guarantee they are all the same type. Reviewed-by: bnilsen
* Fix obsolete license headers.Jason McDonald2009-08-215-10/+10
| | | | Reviewed-by: Trust Me
* Move examples/graphicsview/blurpicker|lighting to examples/effects.Bjørn Erik Nilsen2009-08-1917-0/+425