Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made examples to compile for Symbian with -no-script configure flag. | Janne Anttila | 2009-08-24 | 1 | -1/+0 |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60 | axis | 2009-08-21 | 44 | -0/+1401 |
|\ | |||||
| * | Only compile shader effect example when having OpenGL. | Bjørn Erik Nilsen | 2009-08-21 | 2 | -3/+3 |
| * | Move shader effect example from examples/graphicsview to examples/effects | Bjørn Erik Nilsen | 2009-08-21 | 20 | -4/+10 |
| * | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-21 | 8 | -30/+158 |
| |\ | |||||
| * | | Use pixmap filter for the drop shadow effect. | Bjørn Erik Nilsen | 2009-08-21 | 2 | -2/+5 |
| * | | Merge commit 'qt/master-stable' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-20 | 7 | -80/+76 |
| |\ \ | |||||
| * | | | Rename QGraphicsShadowEffect to QGraphicsDropShadowEffect. | Bjørn Erik Nilsen | 2009-08-20 | 2 | -4/+4 |
| * | | | Move examples/graphicsview/blurpicker|lighting to examples/effects. | Bjørn Erik Nilsen | 2009-08-19 | 26 | -6/+17 |
| * | | | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-19 | 2 | -69/+38 |
| |\ \ \ | |||||
| * \ \ \ | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-17 | 1078 | -1137/+1137 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-07 | 134 | -8386/+2251 |
| |\ \ \ \ \ | |||||
| * | | | | | | Infinite recursion in examples/graphicsview/customshader | Bjørn Erik Nilsen | 2009-07-31 | 1 | -1/+1 |
| * | | | | | | Compile examples/graphicsview/customshader. | Bjørn Erik Nilsen | 2009-07-31 | 2 | -5/+5 |
| * | | | | | | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti... | Bjørn Erik Nilsen | 2009-07-29 | 26 | -334/+457 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Update QGraphicsShaderEffect to match new API | Rhys Weatherley | 2009-07-24 | 6 | -28/+22 |
| | * | | | | | | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti... | Rhys Weatherley | 2009-07-24 | 8 | -42/+32 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Implement a variant on blurpicker that shows a custom shader. | Rhys Weatherley | 2009-07-24 | 10 | -0/+569 |
| | * | | | | | | | Merge branch 'custom_shaders' of ../qt-graphics-team into custom-shaders | Rhys Weatherley | 2009-07-23 | 19 | -474/+34 |
| | |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | | QGraphicsEffect cleanup. | Bjørn Erik Nilsen | 2009-07-29 | 2 | -107/+2 |
| * | | | | | | | | | Make examples/graphicsview/lightning compatible the new effects API. | Bjørn Erik Nilsen | 2009-07-29 | 2 | -6/+6 |
| * | | | | | | | | | Add QGraphicsEffectSource::pixmap. | Bjørn Erik Nilsen | 2009-07-29 | 2 | -3/+3 |
| * | | | | | | | | | Add QGraphicsSourceEffect. | Bjørn Erik Nilsen | 2009-07-29 | 2 | -2/+107 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Make QGraphicsEffect independent of QGraphicsItem. | Bjørn Erik Nilsen | 2009-07-24 | 6 | -35/+31 |
| * | | | | | | | | QGraphicsEffect API cleanup. | Bjørn Erik Nilsen | 2009-07-23 | 8 | -14/+8 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge commit 'qt/master' into graphicseffects | Bjørn Erik Nilsen | 2009-07-21 | 122 | -14524/+869 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge commit 'master/master' into kinetic-graphicseffect | Ariya Hidayat | 2009-06-30 | 1 | -4/+32 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge commit 'master/master' into kinetic-graphicseffect | Ariya Hidayat | 2009-06-29 | 1190 | -2258/+19324 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-graphi... | Ariya Hidayat | 2009-06-05 | 3 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Remove unused code in the blurpicker example. | Ariya Hidayat | 2009-06-04 | 2 | -15/+0 |
| * | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-graphi... | Ariya Hidayat | 2009-06-04 | 6 | -29/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Source files for the blur picker example. | Ariya Hidayat | 2009-06-03 | 7 | -0/+440 |
| * | | | | | | | | | | | | Simplify the examples, since effect is a QObject now. | Ariya Hidayat | 2009-06-03 | 4 | -10/+4 |
| * | | | | | | | | | | | | Another QGraphicsEffect example: application chooser with blur effect. | Ariya Hidayat | 2009-06-02 | 11 | -0/+6 |
| * | | | | | | | | | | | | First example using QGraphicsEffect class: drop shadows on items. | Ariya Hidayat | 2009-06-02 | 7 | -0/+403 |
* | | | | | | | | | | | | | Remove changes from bad merge. | Jason Barron | 2009-08-21 | 1 | -3/+4 |
* | | | | | | | | | | | | | Remove commented-out code from examples. | axis | 2009-08-21 | 1 | -4/+0 |
* | | | | | | | | | | | | | Removed an example that was listed twice. | axis | 2009-08-21 | 1 | -1/+0 |
* | | | | | | | | | | | | | Fixes: Missing deployment of backends for phonon examples | axis | 2009-08-21 | 2 | -2/+6 |
* | | | | | | | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 3 | -1/+124 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'anchorlayout' of git@gitorious.org:+openbossa-developers/qt/ope... | Jan-Arve Sæther | 2009-08-21 | 3 | -1/+124 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Remove the anchorlayoyt example that can load layouts. | Jan-Arve Sæther | 2009-08-20 | 14 | -1759/+0 |
| | * | | | | | | | | | | | | update API to what was agreed on the API review meeting yesterday: | Jan-Arve Sæther | 2009-08-19 | 3 | -49/+71 |
| | * | | | | | | | | | | | | Clean up example | Jan-Arve Sæther | 2009-08-17 | 2 | -151/+6 |
| | * | | | | | | | | | | | | Clean up public API: move dumpGraph() to private API. | Jan-Arve Sæther | 2009-08-17 | 1 | -2/+0 |
| | * | | | | | | | | | | | | Make sure that internal center anchors are not simplified. | Jan-Arve Sæther | 2009-07-22 | 1 | -0/+57 |
| | * | | | | | | | | | | | | Can now specify which layout to load on the command line. | Jan-Arve Sæther | 2009-07-22 | 3 | -4/+10 |
| | * | | | | | | | | | | | | Explicitly use a spacing of 0 in order to keep old behaviour. | Jan-Arve Sæther | 2009-07-22 | 1 | -23/+23 |
| | * | | | | | | | | | | | | Use whitespaces and newlines when saving the xml file. | Jan-Arve Sæther | 2009-07-22 | 1 | -15/+16 |
| | * | | | | | | | | | | | | Added the possibility to save a layout. | Jan-Arve Sæther | 2009-07-22 | 3 | -34/+85 |