summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+2
* Move QDeferredDeleteEvent loop level/scope handling into deleteLater()Tor Arne Vestbø2023-12-191-3/+3
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+4
* Doc: Mark QEvent::DevicePixelRatioChange as new in 6.6Kai Köhne2023-09-101-1/+2
* Allow QObjects to opt in to receiving ParentAboutToChange/ParentChangeTor Arne Vestbø2023-08-301-2/+4
* QThreadPipe & QEvent: use a simpler atomic operationThiago Macieira2023-07-241-2/+3
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-9/+1
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-0/+1
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-101-0/+3
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-131-1/+1
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-311-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-141-23/+4
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-0/+1
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-2/+2
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-0/+5
* Drop the d-pointer of QEventVolker Hilsheimer2020-11-121-2/+0
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-121-27/+5
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-1/+1
* 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-7/+9
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-071-2/+20
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+4
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-6/+3
* macOS: Remove dead event type MacGLClearDrawableTor Arne Vestbø2020-10-061-1/+0
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-2/+0
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-251-2/+19
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+17
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-4/+4
* Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+6
|\
| * Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-281-1/+7
|/
* document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* Add documentation for TabletTrackingChange enum valueShawn Rutledge2017-03-271-0/+1
* Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | Fix some documentation warnings.Friedemann Kleint2016-03-241-0/+1
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1