summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreevent.h
Commit message (Expand)AuthorAgeFilesLines
* Return subclass type from overrides of QEvent::cloneVolker Hilsheimer2020-11-231-4/+4
* Delete move constructor and move-assignment for QEventVolker Hilsheimer2020-11-201-1/+3
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-2/+10
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-0/+10
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-121-5/+4
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-121-11/+18
* Fix QGraphicsView's abuse of QEvent's d-pointer in Leave event handlingVolker Hilsheimer2020-11-111-0/+1
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-5/+5
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-101-8/+8
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-071-1/+5
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-2/+5
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-1/+1
* macOS: Remove dead event type MacGLClearDrawableTor Arne Vestbø2020-10-061-1/+0
* Remove remaining ### Qt 6 comment in qcoreevent.hShawn Rutledge2020-09-011-1/+1
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-251-1/+5
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+6
* Fix build without features.shortcutTasuku Suzuki2020-06-051-0/+2
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-231-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+5
|\
| * QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-0/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | add Pointer event typeShawn Rutledge2015-08-201-0/+2
|/
* xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+1
* Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-171-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-101-0/+1
* Remove friends of QEvent.Friedemann Kleint2014-05-181-6/+0
* Remove friend class QETWidget.Friedemann Kleint2014-05-161-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+1
|\
| * Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-0/+1
* | QEvent: mark registerEventType() as no-throwMarc Mutz2014-04-071-1/+1
* | Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-131-0/+2
|/
* Window change notification QQuickWidgetPaul Olav Tvete2014-03-061-0/+2
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-1/+1
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-031-2/+3
* 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
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-2/+0
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-091-0/+2
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-0/+2
* Add QDeferredDeleteEventBradley T. Hughes2012-06-051-0/+11
* Add a non-implicit copy constructor to QEventThiago Macieira2012-05-161-0/+2
* Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-231-0/+1
|\
| * Merge master into api_changesKent Hansen2012-03-231-0/+1
| |\
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1