| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '51c9b68' into 4.6 | Morten Johan Sørvig | 2009-11-04 | 1 | -47/+11 |
|\ |
|
| * | Gesture api review. | Denis Dzyubenko | 2009-11-03 | 1 | -48/+6 |
|
|
| * | Modified gesture events propagation. | Denis Dzyubenko | 2009-11-03 | 1 | -1/+6 |
|
|
| * | Made native Pan gesture work on Windows. | Denis Dzyubenko | 2009-11-03 | 1 | -0/+1 |
|
|
* | | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_... | Bradley T. Hughes | 2009-10-28 | 1 | -1/+3 |
| |\ |
|
| | * | Implement QApplication::unregisterGestureRecognizer | Thomas Zander | 2009-10-26 | 1 | -1/+3 |
|
|
| | * | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 1 | -17/+24 |
| | |\ |
|
| * | \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-28 | 1 | -21/+24 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Remove workarounds for Win32 event dispatcher bugs | Bradley T. Hughes | 2009-10-20 | 1 | -3/+0 |
|
|
* | | | | Fix LIBRARY and ICON | Jørgen Lind | 2009-10-29 | 1 | -1/+4 |
| |/ /
|/| | |
|
* | | | Implement support for wheel delta with finer resolution than 15 deg. | Richard Moe Gustavsen | 2009-10-27 | 1 | -4/+0 |
| |/
|/| |
|
* | | Improvements for gesture event delivery | Denis Dzyubenko | 2009-10-22 | 1 | -16/+16 |
|
|
* | | Improving gesture event delivery for widgets. | Denis Dzyubenko | 2009-10-22 | 1 | -0/+1 |
|
|
* | | Fixed gesture event delivery when several gestures are triggered. | Denis Dzyubenko | 2009-10-22 | 1 | -1/+1 |
|
|
* | | Improved gesture event filtering inside QGraphicsView for QGraphicObjects | Denis Dzyubenko | 2009-10-22 | 1 | -2/+7 |
|
|
* | | Fix bug in embedded dialog demo with tab focus. | Alexis Menard | 2009-10-20 | 1 | -0/+1 |
|/ |
|
* | Revert "Change the way we handle KeyboardUIMode on Mac" | Benjamin Poulain | 2009-10-20 | 1 | -16/+4 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Alexis Menard | 2009-10-20 | 1 | -1/+4 |
|\ |
|
| * | Fixed a rare crash in qt_x11_enforce_cursor | Gabriel de Dietrich | 2009-10-15 | 1 | -1/+4 |
|
|
* | | Doc: Documentation for gesture features. Still a moving target. | David Boddie | 2009-10-16 | 1 | -1/+1 |
|/ |
|
* | Doc: Gesture API documentation review. | David Boddie | 2009-10-12 | 1 | -10/+13 |
|
|
* | Added documentation for the Gesture API. | Denis Dzyubenko | 2009-10-12 | 1 | -0/+18 |
|
|
* | Fix for qapplication::testDeleteLaterProcessEvents autotest in Symbian. | Janne Anttila | 2009-10-12 | 1 | -3/+3 |
|
|
* | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 1 | -0/+89 |
|
|
* | Integrate the GuiPlatformPlugin interface | Olivier Goffart | 2009-10-07 | 1 | -32/+6 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-10-01 | 1 | -1/+1 |
|\ |
|
| * | Fixed Designer property editor selection bug. | Gabriel de Dietrich | 2009-10-01 | 1 | -1/+1 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | Fix: Abstract slider does not understand wheel events properly | Richard Moe Gustavsen | 2009-10-01 | 1 | -1/+1 |
|
|
* | | Add the -testability option to Qt applications. | Petri Kiiskinen | 2009-09-29 | 1 | -0/+24 |
|
|
* | | Change the way we handle KeyboardUIMode on Mac | Benjamin Poulain | 2009-09-25 | 1 | -4/+16 |
|
|
* | | Add a new compressable event QEvent::UpdateSoftKeys. | Jason Barron | 2009-09-21 | 1 | -0/+3 |
|
|
* | | Making Keypad Navigation more usable | Alessandro Portale | 2009-09-19 | 1 | -8/+7 |
|
|
* | | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-16 | 1 | -1/+1 |
|
|
* | | QCursor support for Symbian OS | Shane Kearns | 2009-09-15 | 1 | -15/+75 |
|
|
* | | Implement synthetic enter/leave events for QWS. | Paul Olav Tvete | 2009-09-14 | 1 | -4/+14 |
|
|
* | | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Merge commit 'origin/4.5' into 4.6 | Joerg Bornemann | 2009-09-08 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Doc: keypad navigation is supported on Windows CE | Joerg Bornemann | 2009-09-08 | 1 | -2/+10 |
|
|
* | | QApplication: Small comment | Markus Goetz | 2009-09-02 | 1 | -0/+1 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 1 | -0/+13 |
|\ \ |
|
| * | | Flickering "Whatsthis" pointer in Cocoa | Prasanth Ullattil | 2009-08-20 | 1 | -0/+13 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -10/+0 |
|\ \ \
| |/ / |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -6/+0 |
|
|
| * | | Cocoa: Fix several issues with the event dispatcher | Richard Moe Gustavsen | 2009-08-14 | 1 | -4/+0 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -2/+2 |
|\ \ \
| |/ / |
|