summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'anchorlayout' of git@gitorious.org:+openbossa-developers/qt/ope...Jan-Arve Sæther2009-08-213-1/+124
| |\
| | * Remove the anchorlayoyt example that can load layouts.Jan-Arve Sæther2009-08-2014-1759/+0
| | * update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-193-49/+71
| | * Clean up exampleJan-Arve Sæther2009-08-172-151/+6
| | * Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-2/+0
| | * Make sure that internal center anchors are not simplified.Jan-Arve Sæther2009-07-221-0/+57
| | * Can now specify which layout to load on the command line.Jan-Arve Sæther2009-07-223-4/+10
| | * Explicitly use a spacing of 0 in order to keep old behaviour.Jan-Arve Sæther2009-07-221-23/+23
| | * Use whitespaces and newlines when saving the xml file.Jan-Arve Sæther2009-07-221-15/+16
| | * Added the possibility to save a layout.Jan-Arve Sæther2009-07-223-34/+85
| | * Add an exampleJan-Arve Sæther2009-07-2213-0/+1645
| | * QGraphicsAnchorLayoutExample: Delete objects to avoid memory leaksEduardo M. Fleury2009-07-221-1/+6
| | * QGraphicsAnchorLayout: Adding an usage exampleJesus Sanchez-Palencia2009-07-224-1/+243
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-201-13/+13
| |\ \
| | * | Improved support for SVG animation.Kim Motoyoshi Kalland2009-08-201-13/+13
| * | | only create and attach the script debugger if it's actually requestedKent Hansen2009-08-201-11/+16
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-207-80/+76
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-192-69/+38
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-143-5/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121078-1132/+1132
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-106-0/+465
| |\ \ \ \ \ \
| * | | | | | | add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-1/+1
| * | | | | | | merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-067-12/+313
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-0530-38/+2032
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-3078-6527/+11
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2879-2715/+809
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | implement name() function of custom property iteratorKent Hansen2009-07-151-1/+1
| * | | | | | | | | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-1439-35/+2191
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | don't assert in QScriptEngine::setGlobalObject()Kent Hansen2009-07-132-4/+4
| * | | | | | | | | | | | make the qtscript calculator and tetrix examples runKent Hansen2009-07-022-4/+4
| * | | | | | | | | | | | make the calculator example use only standard JSKent Hansen2009-06-301-45/+62
* | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Changed the streambookmarks example to use aggregationThorbjørn Lindeijer2009-08-195-50/+62
| * | | | | | | | | | | | Make the license test pass.Frans Englich2009-08-192-25/+19
| * | | | | | | | | | | | Revert re-adding of readUnknownElementThorbjørn Lindeijer2009-08-192-10/+0
| * | | | | | | | | | | | Fixed compile errorThorbjørn Lindeijer2009-08-191-1/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Fixes compileBill King2009-08-192-0/+10
| * | | | | | | | | | | Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-183-78/+37
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171078-1137/+1137
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtWarwick Allison2009-08-141078-1136/+1134
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Get the pinchzoom working againBradley T. Hughes2009-08-132-4/+4
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | * | | | | | | | | Update obsolete email addresses.Jason McDonald2009-08-121-1/+1
| | * | | | | | | | | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-129-23/+21
| | * | | | | | | | | Update obsolete URL's in code and docs.Jason McDonald2009-08-123-3/+3