summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Gesture examples compile now.Denis Dzyubenko2009-05-116-92/+77
* Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-2/+2
* Added animation to zooming gesture in collidingmice example.Denis Dzyubenko2009-05-112-4/+38
* Implemented LinjaZax-like gesture in collidingmice example.Denis Dzyubenko2009-05-116-4/+335
* Added colliding mice example with gesture support.Denis Dzyubenko2009-05-115-0/+405
* Fixes: Compilation fixesDenis Dzyubenko2009-05-111-0/+2
* Fixed lastDirection in the Pan gesture.Denis Dzyubenko2009-05-111-1/+1
* Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-117-0/+724
* build the multitouch examples from the top-level buildBradley T. Hughes2009-05-081-1/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-1/+1
|\
| * Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-1/+1
| |\
| | * Fixed typo in README fileNils Christian Roscher-Nielsen2009-05-061-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-044-6/+30
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-294-6/+30
| |\ \ | | |/
| | * Corrected bugs in the flow layout exampleMorten Engvoldsen2009-04-294-6/+30
| | * fixed minor issue with the piechart demoPierre Rossi2009-04-241-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-271-1/+1
|\ \ \ | |/ /
| * | fixed minor issue with the piechart demoPierre Rossi2009-04-241-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-2319-1/+1340
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-0/+498
| |\ \ | | |/
| | * Add Google Suggest as a new network exampleAriya Hidayat2009-04-237-0/+498
| * | Merge branch '4.5'Thiago Macieira2009-04-236-1/+512
| |\ \ | | |/
| | * Added Google Chat client as a new WebKit exampleAriya Hidayat2009-04-236-1/+512
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-237-1/+331
| |\ \ | | |/
| | * Add fancy browser as the new exampleAriya Hidayat2009-04-237-1/+331
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-232-6/+14
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-3/+6
| |\ \ | | |/
| | * Fix more NaNs in Elastic Nodes exampleJoão Abecasis2009-04-221-3/+6
| * | Merge branch '4.5'Rhys Weatherley2009-04-211-3/+8
| |\ \ | | |/
| | * BT: Fix lock-up & crash in the Elastic Nodes exampleAndreas Aardal Hanssen2009-04-211-3/+8
| * | Merge branch '4.5'Thiago Macieira2009-04-201-1/+1
| |\ \ | | |/
| | * Unable to build ActiveQt with Opensource edition.Prasanth Ullattil2009-04-201-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-203-6/+6
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-173-6/+6
| |\ \ | | |/
| | * Use setContentsMargins() instead of setMargin().Jan-Arve Sæther2009-04-161-2/+2
| | * Doc - Changed the link provided in the README file to one that does notKavindra Devi Palaraja2009-04-161-1/+1
| | * Doc - Some minor cleanups in the documentation of QInputDialog. AlsoKavindra Devi Palaraja2009-04-161-3/+3
| | * Fixed and improved the example codeJan-Arve Sæther2009-04-152-14/+58
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-167-23/+69
|\ \ \ | |/ /
| * | Fixed and improved the example codeJan-Arve Sæther2009-04-152-14/+58
| * | Changed codeeditor include to use double quotes, was failing to compile uncer...Kurt Korbatits2009-04-151-1/+1
| * | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-074-8/+10
| |\ \ | | |/
| | * BT: Adjust the colliding mice example to work with coalesced updates.Norwegian Rock Cat2009-04-063-7/+9
| | * Install the animation.mng file.Thiago Macieira2009-04-061-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-078-13/+514
|\ \ \ | |/ /
| * | Fix a small bugs in the example. +two small cleanups.Jan-Arve Sæther2009-04-063-5/+7
| * | Add missing license headers.Jan-Arve Sæther2009-04-065-4/+209
| * | Improve example so that we can demonstrate custom layout items.Jan-Arve Sæther2009-03-312-13/+49
| * | Add an example of how to write a custom layout for QGraphicsLayouts.Jan-Arve Sæther2009-03-316-0/+258
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-03-3011-2/+719
|\ \ \ | |/ /