Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-20 | 9 | -0/+314 |
|\ | |||||
| * | Doc: First attempt at a simpler widgets tutorial. | David Boddie | 2009-05-20 | 9 | -0/+314 |
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-18 | 5 | -0/+229 |
|\ \ | |/ | |||||
| * | compile (rand()) | Warwick Allison | 2009-05-15 | 1 | -0/+1 |
| * | Merge branch 'master' of ../master into contiguouscache | Ian Walters | 2009-05-14 | 36 | -76/+93 |
| |\ | |||||
| * \ | Merge branch 'master' into contiguouscache | Ian Walters | 2009-05-12 | 36 | -46/+1471 |
| |\ \ | |||||
| * | | | Update licensing headers. | Ian Walters | 2009-04-07 | 3 | -0/+121 |
| * | | | Merge branch 'master' into contiguouscache | Ian Walters | 2009-04-06 | 19 | -15/+1233 |
| |\ \ \ | |||||
| * | | | | Rename OffsetVector to ContiguousCache | Ian Walters | 2009-04-03 | 6 | -12/+12 |
| * | | | | Squashed commit of the following: | Rhys Weatherley | 2009-03-24 | 5 | -0/+107 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-13 | 36 | -76/+93 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 2 | -2/+22 |
| |\ \ \ \ | |||||
| | * | | | | Adding documentation to the fancy browser example | Morten Engvoldsen | 2009-05-12 | 2 | -2/+22 |
| * | | | | | Replace all instances of "Ctrl+Q" with QKeySequence::Quit. | Norwegian Rock Cat | 2009-05-12 | 34 | -74/+71 |
| | |_|_|/ | |/| | | | |||||
* | | | | | make the red and green children items larger | Bradley T. Hughes | 2009-05-13 | 1 | -4/+4 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-12 | 2 | -5/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 2 | -5/+13 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Only link against opengles .LIB files if on WinCE | Tom Cooksey | 2009-05-11 | 1 | -5/+7 |
| | * | | | Fixing hellogl_es2 for Windows CE | Thomas Hartmann | 2009-05-08 | 1 | -0/+6 |
* | | | | | Added gesture enabled browser demo to project file. | Denis Dzyubenko | 2009-05-12 | 11 | -0/+531 |
* | | | | | Improved finding a scrollable QWebFrame in browser demo. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+7 |
* | | | | | Added support to pan frames inside browser window. | Denis Dzyubenko | 2009-05-11 | 2 | -9/+16 |
* | | | | | Added inertial to the browser demo. | Denis Dzyubenko | 2009-05-11 | 2 | -3/+29 |
* | | | | | Added a gesture-enabled browser demo. | Denis Dzyubenko | 2009-05-11 | 56 | -0/+12906 |
* | | | | | Added a dummy button on top of the webview to show how input events | Denis Dzyubenko | 2009-05-11 | 1 | -0/+5 |
* | | | | | Added pannablewebview example. | Denis Dzyubenko | 2009-05-11 | 3 | -1/+50 |
* | | | | | Removed obsolete Qt::AA_EnableGestures attribute from example apps. | Denis Dzyubenko | 2009-05-11 | 3 | -3/+0 |
* | | | | | fix link error on windows | Bradley T. Hughes | 2009-05-11 | 1 | -1/+1 |
* | | | | | Make sure gestures/collidingmice example is build with all gesture | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 |
* | | | | | Removed QWidget::gestureEvent() functions since adding a new virtual | Denis Dzyubenko | 2009-05-11 | 2 | -0/+10 |
* | | | | | Gestures/imageviewer example compiles | Denis Dzyubenko | 2009-05-11 | 1 | -3/+3 |
* | | | | | Gesture examples compile now. | Denis Dzyubenko | 2009-05-11 | 6 | -92/+77 |
* | | | | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent by | Denis Dzyubenko | 2009-05-11 | 1 | -2/+2 |
* | | | | | Added animation to zooming gesture in collidingmice example. | Denis Dzyubenko | 2009-05-11 | 2 | -4/+38 |
* | | | | | Implemented LinjaZax-like gesture in collidingmice example. | Denis Dzyubenko | 2009-05-11 | 6 | -4/+335 |
* | | | | | Added colliding mice example with gesture support. | Denis Dzyubenko | 2009-05-11 | 5 | -0/+405 |
* | | | | | Fixes: Compilation fixes | Denis Dzyubenko | 2009-05-11 | 1 | -0/+2 |
* | | | | | Fixed lastDirection in the Pan gesture. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+1 |
* | | | | | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 7 | -0/+724 |
* | | | | | build the multitouch examples from the top-level build | Bradley T. Hughes | 2009-05-08 | 1 | -1/+2 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-08 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed typo in README file | Nils Christian Roscher-Nielsen | 2009-05-06 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-04 | 4 | -6/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge commit 'origin/4.5' | Bjoern Erik Nilsen | 2009-04-29 | 4 | -6/+30 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Corrected bugs in the flow layout example | Morten Engvoldsen | 2009-04-29 | 4 | -6/+30 |
| | * | | | fixed minor issue with the piechart demo | Pierre Rossi | 2009-04-24 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-27 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fixed minor issue with the piechart demo | Pierre Rossi | 2009-04-24 | 1 | -1/+1 |
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-23 | 19 | -1/+1340 |
|\ \ \ \ \ | |/ / / / |