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
/
qquickloader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Encapsulate QQmlComponentPrivate
Ulf Hermann
2024-12-11
1
-2
/
+2
*
Add missing includes
Fabian Kosmale
2024-10-24
1
-0
/
+1
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
QtQuick: Straighten out some logging categories
Ulf Hermann
2024-06-19
1
-2
/
+0
*
Loader: keep control over resizing
Fabian Kosmale
2024-04-11
1
-3
/
+15
*
Defer automatic Window transient parent until component completion
Tor Arne Vestbø
2023-10-18
1
-15
/
+0
*
Clarify relation between transient parent and child in debug logging
Tor Arne Vestbø
2023-09-29
1
-2
/
+2
*
Doc: make Loader Sizing Behavior section easier to read
Mitch Curtis
2023-09-13
1
-3
/
+3
*
Loader: re-set ItemObservesViewport flag on child if already set
Shawn Rutledge
2023-09-10
1
-1
/
+12
*
Fix multiple object creation in Loader
Santhosh Kumar
2023-03-10
1
-1
/
+1
*
Loader: Create bound components into their creation context
Ulf Hermann
2022-11-28
1
-5
/
+14
*
QQuickLoader: Remove QQmlV4Function usage
Fabian Kosmale
2022-08-03
1
-48
/
+38
*
Fix several more improperly placed #include moc
Thiago Macieira
2022-07-28
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QQuickLoader: Check for QQmlEngine before using it
Ulf Hermann
2022-03-01
1
-3
/
+9
*
Doc: Fix QtQuick::Loader::item type
Ivan Tkachenko
2021-12-09
1
-1
/
+1
*
QQuickLoader: Do not incubate if the source arrives after setActive(false)
Aleix Pol
2021-09-23
1
-0
/
+3
*
QQuickItemPrivate: Make {width,height}Valid a function
Fabian Kosmale
2021-06-30
1
-2
/
+2
*
Revert "qquickloader: Free memory of loaded components after source change"
Maximilian Goldstein
2020-10-30
1
-13
/
+0
*
qquickloader: Free memory of loaded components after source change
Fabian Kosmale
2020-10-21
1
-0
/
+13
*
QQuickLoader: make sure the status property change properly
Wang Chuan
2020-08-22
1
-0
/
+2
*
QQuickLoader: make sure the status property change properly
Wang Chuan
2020-08-22
1
-0
/
+7
*
Do not resolve URLs when assigning them to a property
Ulf Hermann
2020-06-22
1
-7
/
+14
*
QQuickLoader: prevent clearing initial properties after active = true
Wang Chuan
2020-05-05
1
-1
/
+0
*
QQuickItem: rename geometryChanged to geometryChange
Mitch Curtis
2020-04-23
1
-2
/
+2
*
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-6
/
+1
*
Remove hard-coded notes for 'Corresponding handler' for QML signals
Topi Reinio
2020-03-10
1
-2
/
+0
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-13
1
-39
/
+54
|
\
|
*
QQuickLoader: store status
Fabian Kosmale
2020-02-12
1
-39
/
+54
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2019-11-07
1
-1
/
+2
|
\
|
|
*
Loader: Actually clear initial properties when changing source
Fabian Kosmale
2019-10-24
1
-1
/
+2
*
|
Introduce required properties to QML
Fabian Kosmale
2019-09-09
1
-1
/
+3
|
/
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-07-16
1
-2
/
+6
|
\
|
*
Don't leak components in QQuickLoader
Colin Ogilvie
2018-07-05
1
-2
/
+6
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Ulf Hermann
2018-06-25
1
-1
/
+1
|
\
|
|
*
Doc: Add missing dots (qtdeclarative)
Paul Wicking
2018-06-19
1
-1
/
+1
*
|
Improve ownership handling of Loader.sourceComponent
Simon Hausmann
2018-05-11
1
-10
/
+5
|
/
*
clear() the loader before destroying it
Lars Knoll
2018-04-09
1
-4
/
+1
*
When deactivating a loader, do not immediately clear its context
Erik Verbruggen
2018-03-16
1
-2
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-14
/
+14
*
Merge remote-tracking branch 'origin/5.10' into 5.11
Liang Qi
2018-02-12
1
-0
/
+19
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2018-02-02
1
-0
/
+19
|
|
\
|
|
*
If Loader loads Window, set its transient parent to the Loader's window
Shawn Rutledge
2018-02-02
1
-0
/
+19
*
|
|
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Shawn Rutledge
2018-02-06
1
-0
/
+2
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.9' into 5.10
Liang Qi
2018-01-24
1
-0
/
+2
|
|
\
|
|
|
*
Add new logging category qt.quick.window.transient
Shawn Rutledge
2017-12-15
1
-0
/
+2
*
|
|
Remove double indirection between QJSEngine and QV4::ExecutionEngine
Ulf Hermann
2018-02-02
1
-1
/
+1
|
/
/
*
/
Prevent errors when unloading Loader
Michael Brasser
2018-01-05
1
-0
/
+12
|
/
*
QQuickLoader: Use setSize() to resize item
Alexandr Akulich
2017-10-20
1
-2
/
+7
[next]