summaryrefslogtreecommitdiffstats
path: root/examples/effects/blurpicker
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-115-5/+5
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-285-3/+50
| | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | Reviewed-by: Trust Me
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-195-137/+132
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Update copyright year to 2010Jason McDonald2010-01-065-5/+5
| | | | Reviewed-by: Trust Me
* 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