index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
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.5.5
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
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quicktemplates2
/
qquickoverlay.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "2" from Qt Quick Controls directories
Mitch Curtis
2022-12-01
1
-736
/
+0
*
Implement modal blocking for wheel events
Volker Hilsheimer
2022-10-19
1
-0
/
+24
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Remove handleTouch/MouseEvent helpers from QQuickWindowPrivate
Volker Hilsheimer
2022-05-26
1
-2
/
+8
*
QuickTemplates2: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
Use up-to date LGPL license header
Kai Köhne
2021-11-29
1
-11
/
+14
*
Move Q_DECLARE_PUBLIC to the public section
Thiago Macieira
2021-11-27
1
-1
/
+1
*
Consider all popups in the stack to test whether an event should be blocked
Volker Hilsheimer
2021-10-18
1
-3
/
+9
*
Unset mouseGrabberPopup if it's removed from children
David Redondo
2021-08-16
1
-1
/
+4
*
QQuickOverlay: Handle hover events
Fabian Kosmale
2021-07-07
1
-0
/
+20
*
Fix compile warnings: replace QTouchEvent::touchPoints with points
Volker Hilsheimer
2020-10-02
1
-2
/
+2
*
Add setAcceptTouchEvents() in more controls that handle touch events
Shawn Rutledge
2020-10-01
1
-0
/
+3
*
Fix event refactoring warnings and errors
Mitch Curtis
2020-08-11
1
-6
/
+6
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-11
1
-2
/
+2
*
Use QList instead of QVector
Jarek Kobus
2020-06-09
1
-5
/
+5
*
ApplicationWindow: remove deprecated overlay API
Mitch Curtis
2020-06-08
1
-4
/
+0
*
Adapt to geometryChanged => geometryChange renaming
Mitch Curtis
2020-04-24
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-11-30
1
-1
/
+1
|
\
|
*
Doc: Fix qdoc warnings
Venugopal Shivashankar
2019-11-26
1
-1
/
+1
*
|
Don't delete items we didn't create
Mitch Curtis
2019-11-28
1
-4
/
+1
*
|
QQuickOverlay: use qobject_cast instead of static_cast
Fabian Kosmale
2019-11-27
1
-1
/
+2
|
/
*
QQuickOverlay: micro optimization for disabled multitouch support
Konstantin Ritt
2019-09-13
1
-6
/
+14
*
Fix crash on exit when using a shader and a Popup
Simon Hausmann
2018-07-16
1
-1
/
+1
*
Doc: provide code snippets for Overlay.modal and Overlay.modeless
Mitch Curtis
2018-07-10
1
-0
/
+10
*
Templates: use C++11 default member initialization
J-P Nurmi
2018-05-04
1
-16
/
+3
*
Document how to position a popup in the center of the window
Mitch Curtis
2018-02-16
1
-19
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-08-15
1
-5
/
+43
|
\
|
*
Popups: take Window::contentOrientation into account
J-P Nurmi
2017-07-27
1
-5
/
+43
*
|
Merge remote-tracking branch 'origin/5.9' into dev
J-P Nurmi
2017-07-11
1
-1
/
+6
|
\
|
|
*
Fix modal overlay to block multi-touch
J-P Nurmi
2017-07-04
1
-1
/
+6
*
|
Add Overlay attached properties and signals
J-P Nurmi
2017-06-26
1
-0
/
+187
*
|
Move visual overlay background management to QQuickPopup
J-P Nurmi
2017-06-23
1
-122
/
+1
|
/
*
Let users disable the multi-touch support
J-P Nurmi
2017-06-07
1
-0
/
+12
*
Fix drawers not to be touch-draggable through modal popup shadows
J-P Nurmi
2017-05-08
1
-13
/
+16
*
QQuickOverlay: reduce one event filter
J-P Nurmi
2017-04-28
1
-52
/
+49
*
Fix Popup.CloseOnRelease for non-modal popups
J-P Nurmi
2017-04-27
1
-6
/
+70
*
QQuickOverlay: add handleMouseEvent() and handleTouchEvent()
J-P Nurmi
2017-04-27
1
-58
/
+88
*
Add QQuickOverlayPrivate::startDrag()
J-P Nurmi
2017-04-27
1
-13
/
+19
*
QQuickOverlay: add return value to handlePress/Move/Release()
J-P Nurmi
2017-04-27
1
-9
/
+14
*
Popups: fix non-dimming modal background leaking events through
J-P Nurmi
2017-04-26
1
-3
/
+8
*
Implement QQuickOverlay::touchEvent()
J-P Nurmi
2017-04-21
1
-37
/
+88
*
QQuickDrawerPrivate::startDrag(): remove superfluous argument
J-P Nurmi
2017-04-21
1
-1
/
+1
*
Set explicit cursors on all interactive controls
J-P Nurmi
2017-04-05
1
-0
/
+3
*
Pass a parent to QQmlContexts
Mitch Curtis
2017-03-24
1
-1
/
+1
*
Add "hover support" configure feature
J-P Nurmi
2017-02-06
1
-0
/
+2
*
Fix build with -no-feature-wheelevent
J-P Nurmi
2017-01-31
1
-0
/
+2
*
Format initializer lists
J-P Nurmi
2017-01-19
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.8' into dev
J-P Nurmi
2017-01-11
1
-1
/
+1
|
\
[next]