Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | 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 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-04 | 4 | -6/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-23 | 2 | -6/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-20 | 3 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-16 | 7 | -23/+69 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-04-07 | 8 | -13/+514 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-03-30 | 11 | -2/+719 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | implement panning using touch events | Bradley T. Hughes | 2009-03-26 | 2 | -6/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | show the example maximized, not fullscreen | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | add a multitouch example that shows how to handle multitouch events in QGraph... | Bradley T. Hughes | 2009-03-25 | 5 | -1/+217 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | add fingerpaint to examples\multitouch.pro | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | have the window title in the fingerpaint example say Finger Paint, not Scribble | Bradley T. Hughes | 2009-03-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | add the multitouch fingerpaint example, based on the scribble example | Bradley T. Hughes | 2009-03-25 | 6 | -0/+664 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | add a multitouch pinchzoom example, based on the collidingmice example | Bradley T. Hughes | 2009-03-24 | 9 | -0/+514 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | don't assert in QScriptEngine::setGlobalObject() | Kent Hansen | 2009-07-13 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | make the qtscript calculator and tetrix examples run | Kent Hansen | 2009-07-02 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | make the calculator example use only standard JS | Kent Hansen | 2009-06-30 | 1 | -45/+62 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 7 | -0/+372 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Doc - Adding the new Frozen Column Example by Pierre Rossi into our list of | Kavindra Devi Palaraja | 2009-06-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Doc - Adding Pierre Rossi's frozen column example | Kavindra Devi Palaraja | 2009-06-23 | 6 | -0/+371 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Demo: fixed colors in the calendar when May 1st is a Friday | Thierry Bastian | 2009-06-18 | 1 | -14/+14 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Use the unified toolbar on Mac. | Morten Sørvig | 2009-06-18 | 3 | -0/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 85 | -170/+170 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 990 | -1989/+1989 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Cleanup our usage of the term "Qt Software". | Jason McDonald | 2009-06-16 | 4 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 988 | -1976/+1976 | |
| * | | | | | | | | | | | | | | | | | | | | | | Make the codeeditor example compile on Windows. | Jason McDonald | 2009-06-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | Ported the FormExtractor example to use the new QWebElement | Simon Hausmann | 2009-06-15 | 3 | -32/+25 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 7 | -21/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Trafficinfo example: One more asynchronous call | Markus Goetz | 2009-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Trafficinfo example: Asynchronous call to webservice at launch | Markus Goetz | 2009-06-11 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | Doc - fixed another typo | Kavindra Devi Palaraja | 2009-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Doc - removing redundant return statements | Kavindra Devi Palaraja | 2009-06-08 | 5 | -14/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge commit 'qt-mainline/master' into master-recursivepaint | Andreas Aardal Hanssen | 2009-06-10 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | WinCE doesn't have time() function, use QTime | Kent Hansen | 2009-06-09 | 1 | -3/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |