Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-16 | 11 | -53/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Add ItemSendsGeometryChanges, replacing itemChangeEnabled(). | Andreas Aardal Hanssen | 2009-06-09 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-10 | 15 | -59/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | WinCE doesn't have time() function, use QTime | Kent Hansen | 2009-06-09 | 1 | -3/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | Sync the French tutorial with the English version | Benjamin Poulain | 2009-06-08 | 5 | -15/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Make sure we draw the complete curve. | Jan-Arve Sæther | 2009-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Use a QPainterPath instead to draw the graph. | Jan-Arve Sæther | 2009-06-08 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | Remove trailing whitespace. | Jan-Arve Sæther | 2009-06-08 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | Make the easing curve icons more beautiful. | Ariya Hidayat | 2009-06-08 | 1 | -3/+17 | |
| * | | | | | | | | | | | | | | | | | | | | Fixed compile error with Sun CC 5.5. | jasplin | 2009-06-05 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | use a yes/no message box for a yes/no question in http example | Joerg Bornemann | 2009-06-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | missing deployment rule added to examples/richtext/textobject | Joerg Bornemann | 2009-06-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | kill usage of QT_STATEMACHINE_SOLUTION | Kent Hansen | 2009-06-04 | 5 | -25/+0 | |
* | | | | | | | | | | | | | | | | | | | | Merge commit 'qt-mainline/master' | Tobias Koenig | 2009-06-04 | 220 | -359/+14115 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Improvements to shader API in response to API review | Rhys Weatherley | 2009-06-04 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | Integrate merge-request #564 into branch 'master' | Denis Dzyubenko | 2009-06-02 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Fixed sub-attaq example build | Thiago Marcos P. Santos | 2009-05-29 | 1 | -0/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-02 | 2 | -8/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | cosmetic changes to examples/dialogs/sipdialog | Joerg Bornemann | 2009-05-28 | 2 | -8/+7 | |
| * | | | | | | | | | | | | | | | | | | Fix build when compiling Qt using -no-opengl configuration. | Brad Hards | 2009-05-28 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | | | small cleanup on the sub-attaq demo | Thierry Bastian | 2009-05-28 | 6 | -9/+6 | |
| * | | | | | | | | | | | | | | | | | | Compile fix with namespaces. | hjk | 2009-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 6 | -3/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | BT: Google suggest example not launching from the Qt Demo app. | Trond Kjernåsen | 2009-05-26 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | don't build examples/qtconcurrent/qtconcurrent.pro by default on Win CE | Joerg Bornemann | 2009-05-25 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | add deployment rules... | Maurice Kalinowski | 2009-05-25 | 3 | -0/+15 | |
| | * | | | | | | | | | | | | | | | | | startup crash on WinCE | Maurice Kalinowski | 2009-05-25 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | Fixes sub-attaq in shadow build. | Olivier Goffart | 2009-05-27 | 2 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Compile without OpenGL | Olivier Goffart | 2009-05-27 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Removed some export to symbols that don't need it | Thierry Bastian | 2009-05-25 | 2 | -35/+14 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into graphics-master | Tom Cooksey | 2009-05-25 | 169 | -0/+13347 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Make sure M_PI is defined | Kent Hansen | 2009-05-22 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | Don't use the time() function; use QTime instead | Kent Hansen | 2009-05-22 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | Fix compile issue | Thierry Bastian | 2009-05-22 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | Revert "update the padnavigator example and suppress the padnavigator-ng" | Thierry Bastian | 2009-05-22 | 8 | -150/+207 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat... | Thierry Bastian | 2009-05-22 | 84 | -139/+1210 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fix compile error caused by reference to non-existant example. | Jason McDonald | 2009-05-21 | 1 | -1/+0 | |