summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreevent.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Cleanup Q3* itemsDebao Zhang2012-03-231-3/+0
|/ /
* / Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-8/+5
|/
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-1/+0
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-3/+3
* Add a ThemeChange event.Friedemann Kleint2012-02-161-0/+2
* Add event type for TouchCancel.Laszlo Agocs2012-02-091-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-3/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Less friends is good, at least for C++ code :)Lars Knoll2011-10-171-1/+0
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-32/+1
|\
| * Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-041-0/+2
| * Remove the remaining QT3_SUPPORT code in corelibLars Knoll2011-06-291-10/+0
| * Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-22/+0
* | add QInputMethodQueryEventLars Knoll2011-06-221-0/+2