summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-181-2/+7
|\
| * Fixed mouse event propagation to widgets inside graphicsview - make sureDenis Dzyubenko2009-05-181-2/+7
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-4/+2
|\ \ | |/ |/|
| * Merge branch '4.5'Thiago Macieira2009-05-141-4/+2
| |\
| | * Fixed regression that prevented any widget from having focus when graphics vi...jasplin2009-05-141-4/+2
| | * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-0/+131
* | | Support multiple touch targets in QGraphicsViewBradley T. Hughes2009-05-131-5/+5
* | | Don't store the current list of touch points for a widget in QWidgetPrivateBradley T. Hughes2009-05-121-2/+2
* | | Added missing \since 4.6 doc tagDenis Dzyubenko2009-05-111-0/+5
* | | Improved gesture propagation.Denis Dzyubenko2009-05-111-31/+0
* | | Generalized gesture filtering code to allow handling not only mouseDenis Dzyubenko2009-05-111-23/+12
* | | Fixed gesture event propagation and offset translation.Denis Dzyubenko2009-05-111-18/+21
* | | Removed all weird qHash usage for gesture identification.Denis Dzyubenko2009-05-111-13/+12
* | | Fixed replaying mouse events if gesture starts overDenis Dzyubenko2009-05-111-1/+1
* | | Added a QApplication::eventDeliveryDelayForGestures property thatDenis Dzyubenko2009-05-111-0/+27
* | | Removed the AA_EnableGestures attribute.Denis Dzyubenko2009-05-111-1/+1
* | | Gesture manager takes ownership of the provided gesture recognizers.Denis Dzyubenko2009-05-111-0/+2
* | | Store the QGestureManager in QApplicationPrivateBradley T. Hughes2009-05-111-10/+16
* | | Extended the gesture documentation.Denis Dzyubenko2009-05-111-0/+10
* | | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-1/+1
* | | Added QGraphicsSceneGestureEvent that extends plain QGestureEvent byDenis Dzyubenko2009-05-111-1/+0
* | | Fixes: Add missing functions for a adding custom gesture recognizers.Denis Dzyubenko2009-05-111-7/+16
* | | Fixes: improved gesture manager event filtering.Denis Dzyubenko2009-05-111-20/+23
* | | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-1/+56
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-081-0/+131
|\ \ \ | |/ /
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-071-0/+131
* | | Support sending touch events (with multiple touch points) to multiple widgets...Bradley T. Hughes2009-05-041-1/+8
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-291-9/+9
|\ \ \ | |/ /
| * | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-9/+9
* | | Use a widget attribute to keep track of whether or not TouchBegin has been ac...Bradley T. Hughes2009-04-291-0/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-241-11/+1
|\ \ \ | |/ /
| * | Remove the Direct3D engine.Gunnar Sletta2009-04-241-11/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-231-3/+4
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-3/+4
| |\ \ | | |/
| | * Don't emit QApplication::focusChanged for no reasonThorbjørn Lindeijer2009-04-221-1/+1
| | * Doc fixesJoão Abecasis2009-04-221-2/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-071-5/+10
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-011-3/+7
| |\ \ | | |/
| | * QComboBox with Qt::NoFocus triggers a crash.Prasanth Ullattil2009-04-011-3/+7
| * | Give input context focus only when widget is enabled.Denis Dzyubenko2009-04-011-2/+3
| |/
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-03-261-973/+918
|\ \ | |/
| * Doc - removed a trailing whitespaceKavindra Devi Palaraja2009-03-251-1/+1
| * Doc - removed mention of an internal function. Also gave theKavindra Devi Palaraja2009-03-251-973/+918
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-03-251-1/+3
|\ \ | |/
| * Fixes a focusWidget when showing a toplevel that accepts keyboard input.Denis Dzyubenko2009-03-241-1/+3
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+5051
* implement event propagation for touch eventsBradley T. Hughes2009-03-251-0/+48
* remove code duplication for setting the focus widget based on tBradley T. Hughes2009-03-251-23/+23
* Long live Qt!Lars Knoll2009-03-231-0/+5051