summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+1
* Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-8/+23
|\
| * QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-071-10/+10
| * QPointerUniqueId: make fit for releaseMarc Mutz2016-12-011-6/+30
* | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-4/+2
* | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-3/+8
|/
* Silence warning from syncqtUlf Hermann2016-09-151-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-1/+1
| |\
| | * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
* | | Add helper function to reset QMouseEvent localPosFrederik Gladhorn2016-08-011-0/+2
* | | QPointerUniqueId::numeric() is constShawn Rutledge2016-07-071-1/+1
* | | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-071-1/+22
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-1/+8
|\| |
| * | 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.7' into devLiang Qi2016-03-011-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.7' into devLiang Qi2016-02-251-1/+1
|\| |
| * | 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
* | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-201-1/+2
|/ /
* | 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