summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation and use of incorrect entry point for custom shaders.Samuel Rødal2009-08-251-3/+1
* Remove the 'script' sub-directory from the symbian scope.Jason Barron2009-08-251-1/+0
* Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-2516-1/+1377
* Examples: Warn about usage of QHttpMarkus Goetz2009-08-243-0/+3
* Fix double to float truncation warning.Alessandro Portale2009-08-241-1/+1
* Make context2d compile with QT_NO_SCRIPTTOOLS.Jason Barron2009-08-241-2/+4
* Fix warning about unreferenced element.Alessandro Portale2009-08-221-3/+1
* Fix warning about unreferenced element.Alessandro Portale2009-08-221-2/+1
* Fix double to float truncation warning.Alessandro Portale2009-08-221-1/+1
* Add missing license headers and header guards.Jason McDonald2009-08-221-0/+41
* Fix obsolete license headers.Jason McDonald2009-08-2217-34/+34
* renamed examplebase.pri to symbianpkgrules.priEspen Riskedal2009-08-21241-326/+357
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-2144-0/+1401
|\
| * Only compile shader effect example when having OpenGL.Bjørn Erik Nilsen2009-08-212-3/+3
| * Move shader effect example from examples/graphicsview to examples/effectsBjørn Erik Nilsen2009-08-2120-4/+10
| * Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-218-30/+158
| |\
| * | Use pixmap filter for the drop shadow effect.Bjørn Erik Nilsen2009-08-212-2/+5
| * | Merge commit 'qt/master-stable' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-207-80/+76
| |\ \
| * | | Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect.Bjørn Erik Nilsen2009-08-202-4/+4
| * | | Move examples/graphicsview/blurpicker|lighting to examples/effects.Bjørn Erik Nilsen2009-08-1926-6/+17
| * | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-192-69/+38
| |\ \ \
| * \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171078-1137/+1137
| |\ \ \ \
| * \ \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-07134-8386/+2251
| |\ \ \ \ \
| * | | | | | Infinite recursion in examples/graphicsview/customshaderBjørn Erik Nilsen2009-07-311-1/+1
| * | | | | | Compile examples/graphicsview/customshader.Bjørn Erik Nilsen2009-07-312-5/+5
| * | | | | | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Bjørn Erik Nilsen2009-07-2926-334/+457
| |\ \ \ \ \ \
| | * | | | | | Update QGraphicsShaderEffect to match new APIRhys Weatherley2009-07-246-28/+22
| | * | | | | | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Rhys Weatherley2009-07-248-42/+32
| | |\ \ \ \ \ \
| | * | | | | | | Implement a variant on blurpicker that shows a custom shader.Rhys Weatherley2009-07-2410-0/+569
| | * | | | | | | Merge branch 'custom_shaders' of ../qt-graphics-team into custom-shadersRhys Weatherley2009-07-2419-474/+34
| | |\ \ \ \ \ \ \
| * | | | | | | | | QGraphicsEffect cleanup.Bjørn Erik Nilsen2009-07-292-107/+2
| * | | | | | | | | Make examples/graphicsview/lightning compatible the new effects API.Bjørn Erik Nilsen2009-07-292-6/+6
| * | | | | | | | | Add QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-292-3/+3
| * | | | | | | | | Add QGraphicsSourceEffect.Bjørn Erik Nilsen2009-07-292-2/+107
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Make QGraphicsEffect independent of QGraphicsItem.Bjørn Erik Nilsen2009-07-246-35/+31
| * | | | | | | | QGraphicsEffect API cleanup.Bjørn Erik Nilsen2009-07-248-14/+8
| |/ / / / / / /
| * | | | | | | Merge commit 'qt/master' into graphicseffectsBjørn Erik Nilsen2009-07-21122-14524/+869
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'master/master' into kinetic-graphicseffectAriya Hidayat2009-06-301-4/+32
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'master/master' into kinetic-graphicseffectAriya Hidayat2009-06-291190-2258/+19324
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-graphi...Ariya Hidayat2009-06-053-3/+7
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove unused code in the blurpicker example.Ariya Hidayat2009-06-042-15/+0
| * | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-graphi...Ariya Hidayat2009-06-046-29/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Source files for the blur picker example.Ariya Hidayat2009-06-037-0/+440
| * | | | | | | | | | | | Simplify the examples, since effect is a QObject now.Ariya Hidayat2009-06-034-10/+4
| * | | | | | | | | | | | Another QGraphicsEffect example: application chooser with blur effect.Ariya Hidayat2009-06-0211-0/+6
| * | | | | | | | | | | | First example using QGraphicsEffect class: drop shadows on items.Ariya Hidayat2009-06-027-0/+403
* | | | | | | | | | | | | Remove changes from bad merge.Jason Barron2009-08-211-3/+4
* | | | | | | | | | | | | Remove commented-out code from examples.axis2009-08-211-4/+0
* | | | | | | | | | | | | Removed an example that was listed twice.axis2009-08-211-1/+0
* | | | | | | | | | | | | Fixes: Missing deployment of backends for phonon examplesaxis2009-08-212-2/+6