index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
kernel
/
qevent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
macOS: Make NSServicesMenuRequestor implementation rich-text aware
Tor Arne Vestbø
5 days
1
-0
/
+5
*
For qdebug operator<< of pointer types, always check for nullptr
Daniel Trevitz
8 days
1
-8
/
+6
*
doc: Explain the use of QContextMenuEvent cross-platform
Shawn Rutledge
2025-02-13
1
-7
/
+61
*
Tweak QInputDevice logging
Tor Arne Vestbø
2024-11-15
1
-0
/
+1
*
Fix ubsan warning of illegal cast and illegal method call
Allan Sandfeld Jensen
2024-11-13
1
-5
/
+13
*
Include timestamp in QSinglePointEvent debug streaming operator
Shawn Rutledge
2024-06-26
1
-0
/
+1
*
doc: Remove deprecation of the supported QTouchEvent ctor
Shawn Rutledge
2024-04-04
1
-2
/
+0
*
Add dedicated child and parent events for QWindow reparenting
Tor Arne Vestbø
2023-11-17
1
-0
/
+40
*
Include what you need: <QPointer>
Marc Mutz
2023-10-12
1
-0
/
+3
*
Support more verbose debug output for QKeyEvent
Tor Arne Vestbø
2023-10-02
1
-0
/
+4
*
Move widgets Application example to manual tests
Axel Spoerl
2023-06-04
1
-4
/
+0
*
QEvent: fix a narrowing conversion warning
Ahmad Samir
2023-04-25
1
-8
/
+15
*
Fix warnings from deprecating QFileOpenEvent::openFile, update snippet
Volker Hilsheimer
2023-03-09
1
-2
/
+7
*
macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFile
Volker Hilsheimer
2023-03-02
1
-2
/
+7
*
Doc: Mark new QShortcutEvent constructor with \since
Kai Köhne
2023-02-09
1
-0
/
+1
*
Clarify that QKeyEvent::text() may return non-printable characters
Tor Arne Vestbø
2023-01-10
1
-5
/
+6
*
Detach event points when cloning pointer events
Volker Hilsheimer
2022-12-10
1
-9
/
+25
*
Cleanup short-cut id deprecation
Allan Sandfeld Jensen
2022-12-09
1
-0
/
+29
*
Fix duplicated words in documentation
Mårten Nordheim
2022-10-19
1
-2
/
+2
*
Rename QHoverEvent ctor pos argument to scenePos
Shawn Rutledge
2022-09-23
1
-4
/
+4
*
Partly un-deprecate QMouseEvent::source()
Ivan Solovev
2022-07-22
1
-2
/
+4
*
Fix QPointerEvent::allPointsGrabbed()
Shawn Rutledge
2022-07-17
1
-2
/
+3
*
Do not use QExposedEvent::region() in internal code
Ivan Solovev
2022-07-13
1
-4
/
+1
*
QtBase: #ifdef out definitions of deprecated methods
Ivan Solovev
2022-07-12
1
-0
/
+2
*
Doc: Document missing methods in QDropEvent
Kai Köhne
2022-06-28
1
-1
/
+22
*
Document QMouseEvent::pos() as deprecated in 6.0
Mikolaj Boc
2022-06-22
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
QEvent: start to de-inline copy ctor and clone() of all subclasses
Marc Mutz
2022-04-14
1
-200
/
+43
*
De-duplicate vtables, 2022 edition
Marc Mutz
2022-02-15
1
-0
/
+5
*
doc: clarify that passive-grab API is only for Qt Quick Pointer Handlers
Shawn Rutledge
2022-02-09
1
-4
/
+4
*
Deprecate QContextMenuEvent and QMouseEvent ctors without globalPos
Shawn Rutledge
2022-02-05
1
-0
/
+9
*
Add a QHoverEvent ctor taking global mouse position; deprecate the other
Shawn Rutledge
2022-02-03
1
-0
/
+22
*
Don't include qeventpoint_p.h from qevent_p.h
Marc Mutz
2022-01-14
1
-0
/
+1
*
QSinglePointEvent: port away from QMutableEventPoint::from()
Marc Mutz
2022-01-12
1
-16
/
+16
*
QMutableEventPoint: add static overloads of setters
Marc Mutz
2022-01-08
1
-7
/
+7
*
QPointerEvent: de-inline point(i)
Marc Mutz
2022-01-04
1
-2
/
+4
*
doc: Add details about what to use instead of QMouseEvent::source()
Shawn Rutledge
2021-12-04
1
-0
/
+10
*
gui: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
doc: use \note in QKeyEvent documentation
Tor Arne Vestbø
2021-09-15
1
-8
/
+8
*
Fix deprecation of QMouseEvent::source() and flags()
Shawn Rutledge
2021-08-27
1
-0
/
+2
*
Doc: Ensure deprecated APIs in Gui are documented as such
Nico Vertriest
2021-07-26
1
-13
/
+47
*
Add note about precision of QNativeGestureEvent::delta; fix in Qt 7
Shawn Rutledge
2021-07-15
1
-3
/
+7
*
Rename QNativeGestureEvent::deltas() to delta(); clarify docs
Shawn Rutledge
2021-07-14
1
-14
/
+39
*
Change QNativeGestureEvent::deltas() to QPointF
Shawn Rutledge
2021-07-14
1
-1
/
+1
*
Show positions in QDebug operator<<(dbg, QHoverEvent*)
Shawn Rutledge
2021-07-05
1
-19
/
+30
*
Doc: Remove mentioning of Qt::MidButton
Kai Köhne
2021-06-17
1
-1
/
+1
*
Revert "Use Pressed/Released eventpoint state with native gesture begin/end"
Fabian Kosmale
2021-06-03
1
-13
/
+0
*
Use Pressed/Released eventpoint state with native gesture begin/end
Shawn Rutledge
2021-06-03
1
-0
/
+13
*
Add fingerCount to qDebug output for QNativeGestureEvent
Shawn Rutledge
2021-06-01
1
-1
/
+1
[next]