summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+4
* | Improve debug output of events.Friedemann Kleint2014-06-161-10/+42
|/
* Fix some documentation errors.Friedemann Kleint2014-03-241-2/+2
* correct send vs sent grammarDavid Fries2014-03-141-5/+5
* Add source to debug output of QMouseEvent.Friedemann Kleint2014-02-281-3/+6
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-0/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+17
|\
| * Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
| * Docs: add important QWheelEvent::phase() related notesJ-P Nurmi2013-11-291-0/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-8/+7
|\|
| * Doc: Fix broken linksSze Howe Koh2013-11-051-8/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+115
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+115
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-10/+10
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-10/+10
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-0/+18
|/
* Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-201-44/+2
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-21/+6
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+55
* Fix warning caused by warning fixThiago Macieira2013-07-011-0/+1
* Clarify documentation for QKeyEvent::textFrederik Gladhorn2013-04-301-5/+8
* Fix QKeySequence matchingGatis Paeglis2013-04-291-3/+5
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-031-0/+17
* Add qDebug() output for QTouchEvent.Friedemann Kleint2013-03-271-0/+37
* Doc, Qt GUI: Fix "no \inmodule command" warningsSze Howe Koh2013-01-281-0/+5
* Doc: Fix very minor typoSze Howe Koh2013-01-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-011-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-0/+34
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-64/+168
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-4/+4
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-281-19/+0
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+31
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-9/+0
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-221-3/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-33/+34
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-7/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-100/+19
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-201-11/+2
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-191-89/+17
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-5/+2
* | Remove internal QClipboardEventLaszlo Agocs2012-04-191-25/+0
|/
* Get rid of QKeyEventExThiago Macieira2012-04-051-57/+35
* Merge master into api_changesKent Hansen2012-03-231-0/+2
|\