Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Switched to asynchronous focus handling on Symbian. | axis | 2009-07-09 | 1 | -0/+3 | |
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 1 | -2/+2 | |
| |\ \ \ | | | |/ | | |/| | ||||||
* | | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -2/+10 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Cleanup includes in public headers. | Bradley T. Hughes | 2009-06-26 | 1 | -1/+0 | |
| * | | | Compile on Windows again | Bradley T. Hughes | 2009-06-19 | 1 | -4/+2 | |
| * | | | Multitouch, Cocoa: First revision of multi touch in Qt/Cocoa | Richard Moe Gustavsen | 2009-06-19 | 1 | -1/+4 | |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-17 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * \ \ | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-12 | 1 | -8/+6 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-10 | 1 | -0/+8 | |
| |\ \ \ \ | ||||||
| * | | | | | Don't enable WM_TOUCH* messages on all windows | Bradley T. Hughes | 2009-05-26 | 1 | -0/+1 | |
| * | | | | | implemented gestures support in graphicsview for QGraphicsItems and | Denis Dzyubenko | 2009-05-18 | 1 | -0/+1 | |
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-13 | 1 | -284/+250 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Don't store the current list of touch points for a widget in QWidgetPrivate | Bradley T. Hughes | 2009-05-12 | 1 | -2/+0 | |
| * | | | | | | Removed all weird qHash usage for gesture identification. | Denis Dzyubenko | 2009-05-11 | 1 | -0/+1 | |
| * | | | | | | Modifications after the api review by Brad. | Denis Dzyubenko | 2009-05-11 | 1 | -1/+2 | |
| * | | | | | | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 1 | -0/+3 | |
| * | | | | | | don't store event state in QWidgetPrivate | Bradley T. Hughes | 2009-05-08 | 1 | -2/+1 | |
| * | | | | | | fix QtOpenGL compilation, add missing include | Bradley T. Hughes | 2009-05-06 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-04 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Support sending touch events (with multiple touch points) to multiple widgets... | Bradley T. Hughes | 2009-05-04 | 1 | -0/+3 | |
* | | | | | | | | Manually fix bad merges and make sure everything compiles with 4.6. | Harald Fernengel | 2009-06-29 | 1 | -4/+3 | |
* | | | | | | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 1 | -287/+255 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Clean up qwidget_p.h since the last change | Olivier Goffart | 2009-06-11 | 1 | -8/+6 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Implemented the NET_WM_SYNC protocol on X11. | Denis Dzyubenko | 2009-06-09 | 1 | -0/+8 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Cleanup private QWidget functions. | Bjørn Erik Nilsen | 2009-05-12 | 1 | -15/+1 | |
| * | | | | Reduce QWidget footprint and do some cleanup. | Bjørn Erik Nilsen | 2009-05-12 | 1 | -269/+249 | |
| | |/ / | |/| | | ||||||
| * | | | Mac: QWidget::setMinimumSize does not work | Richard Moe Gustavsen | 2009-05-04 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-27 | 1 | -0/+1 | |
| |\ \ | ||||||
| * | | | Remove the Direct3D engine. | Gunnar Sletta | 2009-04-24 | 1 | -5/+0 | |
* | | | | Fixes from code review | Markku Luukkainen | 2009-06-08 | 1 | -3/+3 | |
* | | | | Fixes to make gui compile after clean configure. Removal | Markku Luukkainen | 2009-06-06 | 1 | -0/+3 | |
* | | | | Removed QSoftKeyStack and replaced places using it with the | Markku Luukkainen | 2009-06-06 | 1 | -1/+0 | |
* | | | | Replaced usage of QSoftKeyActions with QActions+SoftKeyRoles | Markku Luukkainen | 2009-06-06 | 1 | -3/+2 | |
* | | | | Initial version of softkey implementation that doesn't use | Markku Luukkainen | 2009-06-05 | 1 | -0/+4 | |
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-05-11 | 1 | -2/+9 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-11 | 1 | -1/+2 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Mac OS X QWidget::setMinimumSize locks. | Richard Moe Gustavsen | 2009-05-06 | 1 | -1/+2 | |
| | | |/ | | |/| | ||||||
| * | | | Merge branches 'virtualKeyboardAPI' and 'imHintsForS60' | axis | 2009-05-06 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Added inputMethodHints API. | axis | 2009-05-04 | 1 | -0/+2 | |
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-06 | 1 | -0/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+1 | |
| | | |/ | | |/| | ||||||
| * | | | Fixes: Add support for translucent windows in Symbian. | Jason Barron | 2009-04-28 | 1 | -0/+4 | |
| | |/ | |/| | ||||||
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-04-27 | 1 | -2/+1 | |
| |\ \ | | |/ | ||||||
| | * | Carbon/Cocoa: It is possible to resize a widget above its maximum size | Richard Moe Gustavsen | 2009-04-23 | 1 | -0/+1 | |
| | * | Removed obsolete internal function that focuses input context. | Denis Dzyubenko | 2009-04-01 | 1 | -2/+0 | |
| | * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+712 | |
* | | Fixed namespace issues, now works on Symbian under namespace | Janne Koskinen | 2009-05-11 | 1 | -6/+7 | |
|/ | ||||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+723 | |