summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+6
* QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+2
|\
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-1/+1
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-0/+3
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-5/+4
|/
* QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-191-1/+1
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-2/+2
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-041-3/+6
|\
| * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-3/+6
| |\
| | * Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-041-3/+6
* | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-031-0/+2
|/ /
* / QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-121-0/+3
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-2/+2
* Add QWheelEvent::sourceShawn Rutledge2015-01-131-2/+7
* Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-171-0/+17
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QWheelEvent: make magic number 120 a symbolic constantMarc Mutz2014-09-121-0/+2
|/
* Add debug operator for QTouchEvent::TouchPointShawn Rutledge2014-08-061-0/+4
* Improve qDebug output for QTabletEventShawn Rutledge2014-08-051-0/+7
* add buttons to QTabletEventShawn Rutledge2014-07-281-4/+10
* Remove unnecessary friend declarations from qevent.h.Friedemann Kleint2014-05-151-5/+0
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+28
|\
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+28
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-0/+2
|/
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-151-4/+2
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-081-1/+10
* Fix warning caused by warning fixThiago Macieira2013-07-011-7/+0
* Add note to remove unused private field.Stephen Kelly2013-06-191-1/+8
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-031-0/+10
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-0/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-6/+6
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-221-1/+1
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+1
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-281-7/+0
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-13/+0
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-221-0/+4
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-12/+15
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-201-2/+2
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-191-10/+13