| Commit message (Expand) | Author | Age | Files | Lines |
* | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 1 | -1/+1 |
|
|
* | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 82 | -14645/+59 |
|
|
* | These files don't have to have CRLF line-termination. | Thiago Macieira | 2009-07-02 | 3 | -16/+14 |
|
|
* | Animation: fixed a NOTIFY signal name that was wrong | Thierry Bastian | 2009-07-01 | 1 | -6/+6 |
|
|
* | Made QPainter / OpenGL intermixing in hellogl_es2 work properly again. | Samuel Rødal | 2009-07-01 | 1 | -0/+3 |
|
|
* | examples: QString::fromUtf16() -> QString::fromWCharArray() | Marius Storm-Olsen | 2009-07-01 | 1 | -1/+1 |
|
|
* | Doc: Documented the Move Blocks example. | Geir Vattekar | 2009-06-29 | 1 | -4/+32 |
|
|
* | Fix license headers after multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 61 | -305/+305 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason McDonald | 2009-06-29 | 1 | -2/+1 |
|\ |
|
| * | Make compile when -no-webkit is passed to configure | Bill King | 2009-06-29 | 1 | -2/+1 |
|
|
* | | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 69 | -193/+398 |
|/ |
|
* | Cleanup includes in public headers. | Bradley T. Hughes | 2009-06-26 | 1 | -0/+1 |
|
|
* | Don't build the pannablewebview example if webkit is disabled | Bradley T. Hughes | 2009-06-26 | 1 | -1/+4 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-24 | 7 | -0/+372 |
|\ |
|
| * | 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 |
|
|
* | | | Don't build the gesture browser "example" if webkit or svg are disabled | Bradley T. Hughes | 2009-06-23 | 1 | -1/+2 |
|
|
* | | | Don't crash in the fingerpaint example if the touch id gets too large | Bradley T. Hughes | 2009-06-22 | 1 | -1/+1 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-22 | 1 | -14/+14 |
|\ \ \
| |/ / |
|
| * | | Demo: fixed colors in the calendar when May 1st is a Friday | Thierry Bastian | 2009-06-18 | 1 | -14/+14 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-18 | 3 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Use the unified toolbar on Mac. | Morten Sørvig | 2009-06-18 | 3 | -0/+3 |
|
|
* | | | update examples now that we get both touch and mouse events at the same time | Bradley T. Hughes | 2009-06-18 | 5 | -7/+100 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-17 | 1075 | -2159/+2159 |
|\ \ \
| |/ / |
|
| * | | 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 of master | Bradley T. Hughes | 2009-06-15 | 10 | -53/+31 |
|
|
* | | | enable touch events on all views if an item has touch enabled | Bradley T. Hughes | 2009-06-11 | 1 | -1/+0 |
|
|
* | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -7/+7 |
|
|
* | | | another API review round: change Q*TouchEvent size() functions to return rect... | Bradley T. Hughes | 2009-06-11 | 1 | -8/+5 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-10 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | 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@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-10 | 1 | -3/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | WinCE doesn't have time() function, use QTime | Kent Hansen | 2009-06-09 | 1 | -3/+2 |
| |/ / |
|
* | | | add gesture examples to the examples.pro SUBDIRS | Bradley T. Hughes | 2009-06-10 | 1 | -1/+2 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-08 | 7 | -29/+29 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|