Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cleanupstack crash on exit in Symbian OS 9.2 | Shane Kearns | 2009-11-03 | 1 | -1/+10 |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-03 | 33 | -261/+890 |
|\ | |||||
| * | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 33 | -326/+869 |
| |\ | |||||
| | * | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 26 | -229/+806 |
| | |\ | |||||
| | | * | Ensure that button returns 0 for mouse move events | Dean Dettman | 2009-10-29 | 1 | -4/+3 |
| | | * | Replaced QMap with QHash where possible in the gesture manager implementation. | Denis Dzyubenko | 2009-10-28 | 2 | -13/+13 |
| | | * | Tiny doc change by David Boddie. | Denis Dzyubenko | 2009-10-28 | 1 | -3/+3 |
| | | * | Delete all gesture objects and recognizers when gesture manager is deleted. | Denis Dzyubenko | 2009-10-28 | 1 | -0/+5 |
| | | * | Fixed the gesture event filtering through multiple gesture recognizers. | Denis Dzyubenko | 2009-10-28 | 2 | -25/+29 |
| | | * | Removed obsolete private field from the QGesture and fixed the doc. | Denis Dzyubenko | 2009-10-28 | 3 | -11/+7 |
| | | * | Mark the QGestureEvent::setWidget as internal | Thomas Zander | 2009-10-28 | 1 | -0/+2 |
| | | * | Make the un/registerGestureRecognizer methods static | Thomas Zander | 2009-10-28 | 1 | -2/+2 |
| | | * | Rename private member variables to begin with m_ | Thomas Zander | 2009-10-28 | 2 | -67/+66 |
| | | * | Drag and drop of plain text doesnot work on Mac. | Prasanth Ullattil | 2009-10-28 | 3 | -8/+15 |
| | | * | Introduce QGesture::GestureCancelPolicy, a way to auto-cancel gestures | Thomas Zander | 2009-10-28 | 5 | -7/+133 |
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_... | Bradley T. Hughes | 2009-10-28 | 16 | -127/+574 |
| | | |\ | |||||
| | | | * | Emit workAreaResized() in X11 when it changes | Gustavo Pichorim Boiko | 2009-10-27 | 2 | -9/+6 |
| | | | * | Fill gap of X.org/XFree multimedia/special/launcher keys | Helio Chissini de Castro | 2009-10-27 | 2 | -91/+369 |
| | | | * | Renamed QGestureRecognizer::ResultFlags to ResultFlag | Denis Dzyubenko | 2009-10-27 | 2 | -3/+3 |
| | | | * | Implemented QGestureRecognizer::ConsumeEventHint | Denis Dzyubenko | 2009-10-27 | 1 | -2/+4 |
| | | | * | Removed the obsolete documentation reference from the QGesture. | Denis Dzyubenko | 2009-10-26 | 1 | -6/+0 |
| | | | * | Fix the debug output to be correct again after refactoring | Thomas Zander | 2009-10-26 | 1 | -7/+7 |
| | | | * | Fix memory leaks in the gesture manager | Thomas Zander | 2009-10-26 | 1 | -1/+2 |
| | | | * | Add QWidget::ungrabGesture | Thomas Zander | 2009-10-26 | 4 | -0/+35 |
| | | | * | Implement QApplication::unregisterGestureRecognizer | Thomas Zander | 2009-10-26 | 3 | -6/+49 |
| | | | * | Added convenience functions QGestureEvent::setAccepted with a gesture | Denis Dzyubenko | 2009-10-26 | 2 | -5/+68 |
| | | | * | Implemented QGestureEvent::activeGestures and canceledGestures. | Denis Dzyubenko | 2009-10-26 | 1 | -2/+12 |
| | | | * | Optimisation for filtering events for gestures in graphics view. | Denis Dzyubenko | 2009-10-26 | 1 | -1/+3 |
| | | | * | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 23 | -279/+593 |
| | | | |\ | |||||
| | | | * | | Remove internal widgets from QApplication::topLevelWidgets() | Prasanth Ullattil | 2009-10-23 | 3 | -0/+16 |
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-28 | 28 | -339/+646 |
| | | |\ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-22 | 1 | -0/+11 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-21 | 5 | -53/+86 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Remove workarounds for Win32 event dispatcher bugs | Bradley T. Hughes | 2009-10-20 | 3 | -8/+0 |
| | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6 | Olivier Goffart | 2009-10-30 | 3 | -69/+14 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge commit 'widget/4.6' into origin/4.6 | Olivier Goffart | 2009-10-30 | 4 | -18/+21 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | QActionGroup: reset the checkedAction when it is unchecked | Thierry Bastian | 2009-10-30 | 1 | -4/+10 |
| | | * | | | | | | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 11 | -63/+55 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Wrong caching of opaque children in QWidget. | Bjørn Erik Nilsen | 2009-10-28 | 2 | -14/+9 |
| | | * | | | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 20 | -254/+464 |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | | | |||||
| | | * | | | | | | | | stabilize test and fix warning | Olivier Goffart | 2009-10-26 | 1 | -0/+2 |
| * | | | | | | | | | | Fix GRAPHICSVIEW | Jørgen Lind | 2009-10-29 | 5 | -11/+37 |
| * | | | | | | | | | | Fix TEXTCODEC | Jørgen Lind | 2009-10-29 | 1 | -0/+4 |
| * | | | | | | | | | | Fix LIBRARY and ICON | Jørgen Lind | 2009-10-29 | 3 | -2/+18 |
| * | | | | | | | | | | Fix QT_NO_ACTION dependencies | Jørgen Lind | 2009-10-29 | 2 | -1/+4 |
* | | | | | | | | | | | Fix for static QSound::play in Symbian and code style fixes. | Janne Anttila | 2009-11-02 | 1 | -38/+56 |
* | | | | | | | | | | | Fixed statuspane visibility after dialog closed from fullsreen widget. | Janne Anttila | 2009-10-30 | 1 | -6/+12 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge branch '4.6-s60' into 4.6 | axis | 2009-10-30 | 3 | -69/+14 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Fix for softkey visibility when dialog launched from fullscreen widget. | Janne Anttila | 2009-10-29 | 1 | -0/+1 |
| * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-29 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | |