summaryrefslogtreecommitdiff
path: root/examples/effects
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Doc: Updated example license to three clause BSD license.David Boddie11-303/+292
2010-01-07Update copyright year to 2010Jason McDonald11-11/+11
2009-11-19Fix build breakage in 1b14c3d33dea0fe4814f2749c49cf916ca13e012Jason McDonald1-6/+0
2009-11-19Merge branch '4.6' of oslo-staging-1 into 4.6Simon Hausmann1-1/+1
2009-11-19Remove examples/effects/customshader which uses private APITom Cooksey19-572/+0
2009-11-18Fix compilation with Sun CC: no semi-colon after Q_PROPERTYThiago Macieira1-1/+1
2009-11-13Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta6-69/+84
2009-11-13Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart6-69/+84
2009-11-13Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta6-9/+16
2009-11-11fademessage example: don't use a fixed width for the rect under the textJoerg Bornemann1-3/+7
2009-11-11fademessage example: deploy jpeg plugin on Windows CEJoerg Bornemann1-0/+3
2009-11-11Merge commit 'widget/4.6' into oslo-staging-2/4.6Olivier Goffart6-69/+84
2009-11-10Improvements to graphics effects API after review round.Samuel Rødal4-6/+6
2009-11-10Make the new examples for effects use the Qt Animation FrameworkThierry Bastian6-69/+84
2009-11-10Use a non-cosmetic 1-width pen in example to match graphicsview specsGunnar Sletta1-1/+1
2009-10-15customshader won't work on OpenGL/ES 1.1 so disable for those platformsRhys Weatherley1-1/+5
2009-09-14Add an example that shows strength animation QGraphicsColorizeEffect.Ariya Hidayat8-1/+274
2009-09-14Bring back the blurry drop shadow in the lighting example.Ariya Hidayat1-1/+3
2009-09-09Update license headers again.Jason McDonald15-60/+60
2009-09-07Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley3-5/+5
2009-09-01Cleanup examples/effects/lighting.Bjørn Erik Nilsen5-149/+21
2009-08-31Update tech preview license header for files that are new in 4.6.Jason McDonald17-221/+221
2009-08-31Fixed custom shader example to correctly use premultiplied colors.Samuel Rødal1-1/+1
2009-08-26Added missing precision specifiers to custom shader effect.Samuel Rødal1-1/+1
2009-08-26Make the 'effects' examples compile when qreal == float.Jason Barron2-2/+2
2009-08-25Fixed documentation and use of incorrect entry point for custom shaders.Samuel Rødal1-3/+1
2009-08-22Fix obsolete license headers.Jason McDonald17-34/+34
2009-08-21Only compile shader effect example when having OpenGL.Bjørn Erik Nilsen1-2/+3
2009-08-21Move shader effect example from examples/graphicsview to examples/effectsBjørn Erik Nilsen20-1/+569
2009-08-21Use pixmap filter for the drop shadow effect.Bjørn Erik Nilsen2-2/+5
2009-08-20Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.Bjørn Erik Nilsen2-4/+4
2009-08-19Move examples/graphicsview/blurpicker|lighting to examples/effects.Bjørn Erik Nilsen24-0/+828