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
/
src
/
plugins
/
qmltooling
/
qmldbg_debugger
/
qqmlenginedebugservice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repair QQmlGadgetPtrWrapper's metaObject
Ulf Hermann
2022-11-25
1
-6
/
+2
*
Don't crash on QQmlGadgetPtrWrapper instances in debug service
Ulf Hermann
2022-11-22
1
-2
/
+6
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-5
/
+5
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-9
/
+9
*
Use SPDX license identifiers
Lucie GĂ©rard
2022-06-11
1
-38
/
+2
*
QML: Port QV4::CompiledData::Location to new special integer bitfield
Ulf Hermann
2022-05-11
1
-3
/
+3
*
Make most QQmlPropertyData const
Ulf Hermann
2022-03-14
1
-1
/
+1
*
Move QJSEnginePrivate::cache() to QQmlMetaType
Ulf Hermann
2022-01-18
1
-2
/
+1
*
Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueType
Ulf Hermann
2021-06-08
1
-1
/
+1
*
QQmlMetaType: Remove qmlLists member
Fabian Kosmale
2021-03-19
1
-1
/
+1
*
Remove QQmlMetaType::isQObject
Fabian Kosmale
2021-03-05
1
-2
/
+2
*
Unregister value types when tearing down QML types
Ulf Hermann
2021-02-12
1
-2
/
+2
*
Use QMetaType instead of metatype-id, take 2
Fabian Kosmale
2020-12-03
1
-5
/
+6
*
Avoid various warnings about deprected QMetaType methods
Ulf Hermann
2020-09-16
1
-1
/
+1
*
Adjust qqmlenginedebugservice to int -> qsizetype change
Fabian Kosmale
2020-07-09
1
-3
/
+3
*
Make the qtquick and qtqml plugins optional
Ulf Hermann
2020-07-02
1
-13
/
+8
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Consistently use pointers for the local variant in findProperty
Ulf Hermann
2020-05-26
1
-1
/
+1
*
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-17
/
+12
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-29
1
-1
/
+4
|
\
|
*
Return false for user types in isSaveable()
Andy Shaw
2020-01-10
1
-1
/
+4
*
|
Replace QVariant::type with QVariant::userType
Olivier Goffart
2020-01-17
1
-3
/
+3
|
/
*
Consistently use qint32 as IDs and counts in engine debugger
Ulf Hermann
2019-10-09
1
-20
/
+21
*
Make QQmlValueTypeFactory::valueType() and isValueType() consistent
Ulf Hermann
2019-09-04
1
-12
/
+8
*
Eradicate Java-style iterators and mark the module free of them
Marc Mutz
2019-07-04
1
-4
/
+2
*
QML Debugger: Check in time if values can be saved to QDataStream
Ulf Hermann
2018-07-10
1
-9
/
+34
*
QML Debugger: Don't crash when encoding JSON data
Ulf Hermann
2018-05-25
1
-26
/
+37
*
Make QPacketProtocol independent of Qml
Ulf Hermann
2018-04-23
1
-1
/
+4
*
QML debugger: Don't crash when creating objects on engine destruction
Ulf Hermann
2018-03-19
1
-1
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Shawn Rutledge
2018-02-06
1
-4
/
+17
|
\
|
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-02-02
1
-4
/
+17
|
|
\
|
|
*
QQmlEngineDebugService: Use native stream operators for QSize and QSizeF
Ulf Hermann
2018-01-18
1
-0
/
+2
|
|
*
QQmlEngineDebugService: Actually call value types' toString() method
Ulf Hermann
2018-01-08
1
-4
/
+15
*
|
|
Remove double indirection between QJSEngine and QV4::ExecutionEngine
Ulf Hermann
2018-02-02
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-12-20
1
-12
/
+10
|
\
\
|
|
/
|
*
QQmlEngineDebugService: Check QML contexts for validity
Ulf Hermann
2017-11-05
1
-12
/
+10
*
|
Dissolve src/plugins/qmltooling/shared
Ulf Hermann
2017-11-05
1
-1
/
+1
|
/
*
Use QQmlType by value
Lars Knoll
2017-08-02
1
-2
/
+3
*
Run includemocs in qtdeclarative
Thiago Macieira
2017-04-26
1
-0
/
+2
*
Qml Debugger: Make sure all objects have a type
Ulf Hermann
2017-03-31
1
-12
/
+1
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-14
1
-1
/
+1
|
\
|
*
Cleanup and reduce the number of overloads for QQmlBinding::create()
Lars Knoll
2016-12-06
1
-1
/
+1
*
|
optimize string usage: use fromLatin1() less
Anton Kudryavtsev
2016-09-08
1
-4
/
+6
*
|
Plugins: replace 'foreach' with 'range for'
Anton Kudryavtsev
2016-08-26
1
-2
/
+2
|
/
*
QML: Make all fields in QQmlPropertyRawData private
Erik Verbruggen
2016-08-10
1
-3
/
+3
*
Tooling: Convert connects to Qt5 style
Ulf Hermann
2016-07-28
1
-3
/
+7
*
QML: Specialize bindings based on target property type.
Erik Verbruggen
2016-06-27
1
-1
/
+1
*
Use the QStringBuilder API to save allocations
Frank Meerkoetter
2016-06-14
1
-4
/
+2
*
VME Method object data cleanup
Simon Hausmann
2016-05-19
1
-1
/
+6
[next]