summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 's60/4.6' into mmfphononFrans Englich2009-11-0430-397/+529
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0428-392/+494
| |\
| | * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-0426-385/+487
| | |\
| | | * Compile fix after the last gesture api changeDenis Dzyubenko2009-11-036-55/+47
| | | * Toolbar Icons are clipped on Leopard in Cocoa port.Prasanth Ullattil2009-11-031-1/+2
| | | * Gesture api review.Denis Dzyubenko2009-11-0317-212/+236
| | | * Modified gesture events propagation.Denis Dzyubenko2009-11-032-4/+19
| | | * Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-035-19/+29
| | | * Implemented pinch gesture recognizer.Denis Dzyubenko2009-11-038-91/+123
| | | * Added QGraphicsObject::ungrabGesture()Denis Dzyubenko2009-11-031-2/+2
| | | * Documentation fixes related to gestures doc.Denis Dzyubenko2009-11-032-3/+4
| | | * Titlebar icon (for e.g. Assistant) not visible in Cocoa.Prasanth Ullattil2009-11-023-0/+31
| | | * Make GestureCancelPolicy work for graphicsviewThomas Zander2009-10-303-22/+18
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-3026-229/+806
| | | |\
| | * | \ Merge branch '4.6-s60' into 4.6axis2009-11-042-45/+78
| | |\ \ \
| | * | | | QGtkStyle refactoringRobert Griebl2009-11-032-6/+6
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-031-1/+1
| | |\ \ \ \
| | | * | | | Doc: Fixed qdoc warnings.David Boddie2009-11-021-1/+1
| * | | | | | Fixed modal dialog fading support in Symbian.Janne Anttila2009-11-043-4/+25
| | |_|/ / / | |/| | | |
| * | | | | Fix cleanupstack crash on exit in Symbian OS 9.2Shane Kearns2009-11-031-1/+10
* | | | | | Call PositionChanged from QSymbianControl::SizeChangedGareth Stockwell2009-11-041-0/+5
* | | | | | Revert "Fixed a crash in the QApplication autotest."Gareth Stockwell2009-11-031-2/+1
* | | | | | Merge branch '4.6' into mmfphononGareth Stockwell2009-11-0342-446/+1058
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-0333-261/+890
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0233-326/+869
| | |\ \ \ \
| | | * \ \ \ Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-3026-229/+806
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | Ensure that button returns 0 for mouse move eventsDean Dettman2009-10-291-4/+3
| | | | * | | Replaced QMap with QHash where possible in the gesture manager implementation.Denis Dzyubenko2009-10-282-13/+13
| | | | * | | Tiny doc change by David Boddie.Denis Dzyubenko2009-10-281-3/+3
| | | | * | | Delete all gesture objects and recognizers when gesture manager is deleted.Denis Dzyubenko2009-10-281-0/+5
| | | | * | | Fixed the gesture event filtering through multiple gesture recognizers.Denis Dzyubenko2009-10-282-25/+29
| | | | * | | Removed obsolete private field from the QGesture and fixed the doc.Denis Dzyubenko2009-10-283-11/+7
| | | | * | | Mark the QGestureEvent::setWidget as internalThomas Zander2009-10-281-0/+2
| | | | * | | Make the un/registerGestureRecognizer methods staticThomas Zander2009-10-281-2/+2
| | | | * | | Rename private member variables to begin with m_Thomas Zander2009-10-282-67/+66
| | | | * | | Drag and drop of plain text doesnot work on Mac.Prasanth Ullattil2009-10-283-8/+15
| | | | * | | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gesturesThomas Zander2009-10-285-7/+133
| | | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-2816-127/+574
| | | | |\ \ \
| | | | | * | | Emit workAreaResized() in X11 when it changesGustavo Pichorim Boiko2009-10-272-9/+6
| | | | | * | | Fill gap of X.org/XFree multimedia/special/launcher keysHelio Chissini de Castro2009-10-272-91/+369
| | | | | * | | Renamed QGestureRecognizer::ResultFlags to ResultFlagDenis Dzyubenko2009-10-272-3/+3
| | | | | * | | Implemented QGestureRecognizer::ConsumeEventHintDenis Dzyubenko2009-10-271-2/+4
| | | | | * | | Removed the obsolete documentation reference from the QGesture.Denis Dzyubenko2009-10-261-6/+0
| | | | | * | | Fix the debug output to be correct again after refactoringThomas Zander2009-10-261-7/+7
| | | | | * | | Fix memory leaks in the gesture managerThomas Zander2009-10-261-1/+2
| | | | | * | | Add QWidget::ungrabGestureThomas Zander2009-10-264-0/+35
| | | | | * | | Implement QApplication::unregisterGestureRecognizerThomas Zander2009-10-263-6/+49
| | | | | * | | Added convenience functions QGestureEvent::setAccepted with a gestureDenis Dzyubenko2009-10-262-5/+68
| | | | | * | | Implemented QGestureEvent::activeGestures and canceledGestures.Denis Dzyubenko2009-10-261-2/+12
| | | | | * | | Optimisation for filtering events for gestures in graphics view.Denis Dzyubenko2009-10-261-1/+3