index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
quick
/
qquickwindow
/
tst_qquickwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Disable the automatic persistent pipeline cache on macOS/iOS"
Laszlo Agocs
2022-11-15
1
-2
/
+0
*
tst_qquickwindow: Add missing QCOMPARE
Laszlo Agocs
2022-11-07
1
-1
/
+1
*
Disable the automatic persistent pipeline cache on macOS/iOS
Laszlo Agocs
2022-11-05
1
-0
/
+2
*
Propagate ShortcutOverride events up the parent chain
Volker Hilsheimer
2022-10-26
1
-0
/
+35
*
Use const QPointingDevices in tests
Shawn Rutledge
2022-10-23
1
-4
/
+4
*
Add QQuickTest::pointerPress/Move/Release convenience functions
Shawn Rutledge
2022-10-20
1
-19
/
+14
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-4
/
+4
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-44
/
+44
*
sg: Fix QQGraphicsConfig flag handling and add a test
Laszlo Agocs
2022-09-22
1
-0
/
+54
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
QQuickItem: ignore double-clicks by default; remove allowDoubleClick
Shawn Rutledge
2022-06-03
1
-0
/
+1
*
Blacklist failing and skip crashing tests in tst_qquickwindow
Andreas Buhr
2022-05-03
1
-0
/
+12
*
Enable passing tests that were skipped on offscreen
Volker Hilsheimer
2022-03-07
1
-3
/
+2
*
Do not rely on transitive includes in tests
Fabian Kosmale
2022-02-14
1
-0
/
+1
*
Stop using deprecated QMouseEvent and QContextMenuEvent ctors
Shawn Rutledge
2022-02-10
1
-6
/
+6
*
Port users of QMutableEventPoint::from() to new static setters
Marc Mutz
2022-01-15
1
-1
/
+1
*
Don't rely on transitive include of qeventpoint_p.h
Marc Mutz
2022-01-13
1
-0
/
+1
*
tests: port to QMutableEventPoint static API
Marc Mutz
2022-01-13
1
-36
/
+36
*
Start dispatching events to QQuickWindow virtual functions again
Shawn Rutledge
2021-11-08
1
-8
/
+100
*
Fix tst_qquickwindow::grab with non-integer dpr
Laszlo Agocs
2021-10-18
1
-6
/
+3
*
Consolidate test helpers into private libraries
Mitch Curtis
2021-09-13
1
-7
/
+8
*
Check for exposed instead of just visible in grabWindow
Laszlo Agocs
2021-08-16
1
-0
/
+35
*
Replace uses of deprecated QWARN macro with qWarning
Tor Arne Vestbø
2021-08-04
1
-8
/
+4
*
Remove Windows 7 codepaths
Oliver Wolff
2021-08-02
1
-2
/
+1
*
Mark overrides in tests, fix compiler warnings
Volker Hilsheimer
2021-04-01
1
-15
/
+27
*
Move event delivery from QQWindow to QQuickDeliveryAgent
Shawn Rutledge
2021-02-24
1
-4
/
+4
*
Fix incorrect assumptions with Metal in tst_qquickwindow
Laszlo Agocs
2020-11-17
1
-4
/
+8
*
Don't synthesize mouse from touch for items that accept touch
Shawn Rutledge
2020-11-17
1
-13
/
+6
*
Don't copy or assign QEvent instances in tests
Volker Hilsheimer
2020-11-16
1
-25
/
+34
*
Do grabs out of order
Laszlo Agocs
2020-10-19
1
-0
/
+28
*
tests: Port qquickitemlayer and remove direct GL checks
Laszlo Agocs
2020-10-16
1
-4
/
+0
*
Remove obsolete autotest case
Laszlo Agocs
2020-10-02
1
-28
/
+0
*
Get rid of QMutableEventPoint::stationaryWithModifiedProperty
Shawn Rutledge
2020-09-24
1
-6
/
+7
*
Remove QQuickPointerEvent etc.; deliver QPointerEvents directly
Shawn Rutledge
2020-09-18
1
-74
/
+38
*
Blacklist a test that started failing after even changes in qtbase
Lars Knoll
2020-09-15
1
-0
/
+1
*
Begin handling the QEvent refactoring
Shawn Rutledge
2020-07-15
1
-43
/
+39
*
Replace QTouchEvent::TouchPoint with QEventPoint
Shawn Rutledge
2020-07-15
1
-45
/
+45
*
Add ; to Q_UNUSED and UNUSED_PARAM
Lars Schmertmann
2020-06-26
1
-1
/
+1
*
Remove QQuickPointerDevice in favor of QPointingDevice
Shawn Rutledge
2020-06-23
1
-13
/
+13
*
Rename setSceneGraphBackend to setGraphicsApi
Laszlo Agocs
2020-06-22
1
-2
/
+2
*
Add test for rendercontrol + rendererinterface
Laszlo Agocs
2020-06-22
1
-0
/
+219
*
tst_qquickwindow: Add basic rendererInterface test
Laszlo Agocs
2020-06-22
1
-51
/
+110
*
Emit new frame signals from the software backend
Laszlo Agocs
2020-06-22
1
-0
/
+20
*
Fix memory leaks in QQuickWindow test
Ulf Hermann
2020-06-15
1
-40
/
+49
*
Make openglContext getter in QQuickWindow private
Laszlo Agocs
2020-06-11
1
-5
/
+9
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-11
1
-14
/
+14
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2020-06-11
1
-3
/
+3
*
Rename setPersistentOpenGLContext and revise related docs
Laszlo Agocs
2020-06-11
1
-52
/
+17
*
Fix handling of destroy-show and re-enable the zoom test for qmlpreview
Laszlo Agocs
2020-06-03
1
-0
/
+36
*
qquickwindow test: Fix incorrect expectation
Laszlo Agocs
2020-05-11
1
-3
/
+0
[next]