index
:
qt/qtdeclarative.git
5.10
5.11
5.12
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
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
/
quick
/
items
/
qquickwindow.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partially revert "Make properties in Qt Quick FINAL to prevent shadowing"
Fabian Kosmale
2024-02-17
1
-1
/
+1
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
1
-1
/
+2
*
Defer automatic Window transient parent until component completion
Tor Arne Vestbø
2023-10-18
1
-1
/
+0
*
Make text node scenegraph API public
Eskil Abrahamsen Blomfeldt
2023-09-01
1
-0
/
+2
*
Reduce nesting in QQuickItemPrivate::data_append
Tor Arne Vestbø
2023-08-23
1
-0
/
+1
*
Make properties in Qt Quick FINAL to prevent shadowing
Oliver Eftevaag
2023-06-08
1
-1
/
+1
*
Add createTextureFromRhiTexture
Laszlo Agocs
2023-05-31
1
-0
/
+2
*
Adapt to the RHI API concept
Laszlo Agocs
2023-05-22
1
-0
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Invalidate text when application fonts are added or removed
Eskil Abrahamsen Blomfeldt
2022-04-08
1
-0
/
+1
*
Add missing palette property to QQuickWindow
Mitch Curtis
2021-06-15
1
-0
/
+3
*
Move event delivery from QQWindow to QQuickDeliveryAgent
Shawn Rutledge
2021-02-24
1
-0
/
+4
*
Add QWindow and QQuickWindow overloads for qmlInfo()
Mitch Curtis
2021-02-15
1
-0
/
+15
*
Doc: Ensure QQuickWindow::transientParent property is documented
Topi Reinio
2020-11-20
1
-0
/
+1
*
Remove deprecated QQuickWindow::sendEvent
Fabian Kosmale
2020-08-26
1
-4
/
+0
*
Add type safe native texture accessors
Laszlo Agocs
2020-08-03
1
-11
/
+0
*
Add what-would-my-graphics-api-be getter
Laszlo Agocs
2020-06-26
1
-0
/
+1
*
Rename setSceneGraphBackend to setGraphicsApi
Laszlo Agocs
2020-06-22
1
-1
/
+2
*
Add getters for rendertarget/device/config
Laszlo Agocs
2020-06-19
1
-0
/
+3
*
Make it possible to specify device extensions in a future proof manner
Laszlo Agocs
2020-06-19
1
-0
/
+3
*
Clean up QT_CONFIG(opengl)
Paul Olav Tvete
2020-06-17
1
-1
/
+0
*
QQuickWindow: Remove (set)ClearBeforeRendering
Laszlo Agocs
2020-06-16
1
-3
/
+0
*
Remove QtQuick.Window plugin
Ulf Hermann
2020-06-15
1
-0
/
+4
*
Move resetOpenGLState() to QQuickFbo
Laszlo Agocs
2020-06-12
1
-3
/
+0
*
Make openglContext getter in QQuickWindow private
Laszlo Agocs
2020-06-11
1
-3
/
+0
*
Rename setPersistentOpenGLContext and revise related docs
Laszlo Agocs
2020-06-11
1
-3
/
+3
*
Remove openGLContextCreated signal
Laszlo Agocs
2020-06-10
1
-1
/
+0
*
Remove OpenGL dependency from QSGTexture
Laszlo Agocs
2020-06-08
1
-5
/
+0
*
Quick: Clean up some includes
Ulf Hermann
2020-06-04
1
-1
/
+2
*
Remove OpenGL FBO references in QQuickWindow and the renderer API
Laszlo Agocs
2020-06-02
1
-10
/
+0
*
Adapt to changes in NativeTexture in qtbase
Eskil Abrahamsen Blomfeldt
2020-05-25
1
-1
/
+1
*
Reimplement QWindow::closeEvent, move handling code there
Volker Hilsheimer
2020-05-08
1
-1
/
+1
*
Add beforeFrameBegin() and afterFrameEnd() to QQuickWindow
Laszlo Agocs
2020-04-30
1
-0
/
+3
*
Allow redirecting QRhi-based rendering via QQuickRenderControl
Laszlo Agocs
2020-04-11
1
-6
/
+15
*
Introduce new mechanism to manage palette functionality in QML
Vitaly Fanaskov
2020-03-16
1
-0
/
+3
*
Add major version to all Q_REVISIONs
Ulf Hermann
2020-02-19
1
-10
/
+10
*
Quick: Don't qualify OpenGL includes (part two)
Johan Klokkhammer Helsing
2020-02-18
1
-1
/
+1
*
Deliver QTabletEvents to pointer handlers
v5.15.0-alpha1
Shawn Rutledge
2020-02-11
1
-0
/
+3
*
Deprecate QQuickWindow::createTextureFromId()
Laszlo Agocs
2020-01-27
1
-0
/
+5
*
Move type declarations for QtQuick.Window* into imports/window
Ulf Hermann
2019-10-15
1
-3
/
+0
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-04
1
-3
/
+3
|
\
|
*
Clean up GraphicsStateInfo after API review
Laszlo Agocs
2019-09-18
1
-3
/
+3
*
|
Specify parameters of type registration in class declarations
Ulf Hermann
2019-09-26
1
-0
/
+3
|
/
*
Add a createTextureFromId() alternative
Laszlo Agocs
2019-08-30
1
-0
/
+10
*
Add the graphics api independent scenegraph port
Laszlo Agocs
2019-07-04
1
-0
/
+10
*
Quick fix for not working input handling for eglfs
Michal Klocek
2019-04-15
1
-0
/
+1
*
Add missing Q_FLAG declarations in QObject subclasses
Shawn Rutledge
2018-09-28
1
-0
/
+1
*
use the override keyword consistently and correctly (clang-tidy)
Shawn Rutledge
2018-02-27
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-02-02
1
-1
/
+5
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2018-01-24
1
-1
/
+5
|
|
\
[next]