summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-31/+15
|\
| * Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-301-23/+7
| * Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
* | Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-021-1/+0
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-3/+3
* | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-72/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-4/+4
|\|
| * Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-281-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+12
|\|
| * Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-171-0/+6
| * Mark missing deprecation in QTabletEventAllan Sandfeld Jensen2020-02-141-0/+6
* | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+2
| |\
| | * macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-2/+2
|\| |
| * | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-9/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-9/+19
| |\|
| | * doc: explain QWheelEvent::angleDelta() more thoroughlyShawn Rutledge2020-01-131-9/+19
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-4/+4
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+1
|\|
| * QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
* | Extract QGuiAction(Group) from QAction(Group) into QtGuiFriedemann Kleint2019-10-311-5/+5
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-041-2/+12
|\|
| * Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-2/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-0/+24
|\|
| * Add back QWheelEvent position() and globalPosition() docsShawn Rutledge2019-09-171-0/+24
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-50/+6
|\|
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-0/+4
| * Clean up the docs of qevent.cppSona Kurazyan2019-08-201-50/+2
* | QNativeGestureEvent: clean up for Qt 6Marc Mutz2019-08-221-14/+3
|/
* Procrastinate QWheelEvent deprecations until 5.15Shawn Rutledge2019-07-231-2/+2
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-180/+38
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-24/+24
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-7/+7
|\
| * doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
* | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-1/+1
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-5/+5
* | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-3/+3
|/
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+1
|\
| * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+1
|\|
| * Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-1/+1
|\|