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
/
qml
/
qml
/
v8
/
qqmlbuiltinfunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finally drop last references to v8
Ulf Hermann
2021-08-16
1
-1964
/
+0
*
Pass QMetaType by value rather than by ID in more places
Ulf Hermann
2021-06-09
1
-9
/
+12
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-1
/
+1
*
fix no translation build
Tim Jenssen
2021-01-21
1
-0
/
+2
*
Allow the QML console methods to be called from outside JS
Ulf Hermann
2020-12-07
1
-3
/
+4
*
QML: Rewrite Qt object in actual C++
Ulf Hermann
2020-11-09
1
-668
/
+382
*
QML: Drop thisObject from writeToConsole
Ulf Hermann
2020-10-28
1
-11
/
+11
*
QQmlEngine: Add method to explicitly capture a property
Ulf Hermann
2020-10-23
1
-9
/
+5
*
Use factory functions and ctors for creating value types
Ulf Hermann
2020-10-02
1
-4
/
+4
*
Condense the different value type creation functions into one
Ulf Hermann
2020-09-23
1
-11
/
+14
*
Remove QQmlValueTypeProvider::variantFromJsObject
Ulf Hermann
2020-09-23
1
-3
/
+6
*
QQmlValueTypeProvider: Pass arguments as QJSValue
Ulf Hermann
2020-09-23
1
-69
/
+21
*
Avoid various warnings about deprected QMetaType methods
Ulf Hermann
2020-09-16
1
-1
/
+1
*
Doc: Fix minor typos
Sze Howe Koh
2020-08-30
1
-1
/
+1
*
Clarify argument types for QML's Qt.point, Qt.rect, and Qt.size
Sebastian Hartte
2020-05-22
1
-3
/
+3
*
Implement Qt.alpha()
Maximilian Goldstein
2020-04-14
1
-1
/
+30
*
Implement modifying colors using methods
Maximilian Goldstein
2020-04-02
1
-0
/
+28
*
Encapsulate QQmlContextData
Ulf Hermann
2020-03-23
1
-9
/
+7
*
Stop using Qt::DateFormat's locale-dependent members
Edward Welbourne
2020-03-06
1
-16
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-21
1
-6
/
+6
|
\
|
*
Doc: Fix documentation warnings for Qt QML
Topi Reinio
2020-02-20
1
-6
/
+6
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-31
1
-81
/
+109
|
\
\
|
|
/
|
*
Reduce Qt Declarative's use of QDateTime's locale-dependent APIs
Fabian Kosmale
2020-01-30
1
-81
/
+109
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-25
1
-0
/
+43
|
\
\
|
|
/
|
*
Add Qt.uiLanguage and QJSEngine::uiLanguage properties
Simon Hausmann
2020-01-23
1
-0
/
+43
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-20
1
-13
/
+13
|
\
\
|
|
/
|
*
Replace QVariant::type with QVariant::userType
Olivier Goffart
2020-01-17
1
-13
/
+13
*
|
Adapt to the removal of QObject::staticQtMetaObject
Olivier Goffart
2020-01-14
1
-7
/
+1
|
/
*
QV4: Support printing arrays with circular references
Fabian Kosmale
2020-01-07
1
-4
/
+9
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-12
1
-86
/
+112
|
\
|
*
Doc: Fix documentation warnings for qtdeclarative
Topi Reinio
2019-08-29
1
-86
/
+112
*
|
Prefer JS stack frames over QML contexts when resolving translations
Ulf Hermann
2019-09-10
1
-23
/
+25
*
|
Split qqmltypeloader{_p.h|.cpp} into a several files
Ulf Hermann
2019-07-11
1
-0
/
+1
*
|
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-1
/
+2
*
|
Remove last traces of QV8Engine
Ulf Hermann
2019-05-08
1
-11
/
+4
*
|
Remove QQmlV4Handle
Ulf Hermann
2019-04-10
1
-2
/
+2
|
/
*
Improve logging of nested arrays
Ulf Hermann
2019-01-03
1
-1
/
+22
*
Doc: Remove references to Qt Quick 1
Kai Koehne
2018-10-01
1
-4
/
+0
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-5
/
+5
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-2
/
+2
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-10
/
+0
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-0
/
+9
*
Move the C++ and JS stack frame definitions into it's own file
Lars Knoll
2018-07-03
1
-0
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-4
/
+4
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-1
/
+1
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-3
/
+3
*
Unify put and putIndexed
Lars Knoll
2018-07-02
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Ulf Hermann
2018-06-25
1
-1
/
+4
|
\
|
*
Fix crash in binding setup during async load from a Loader
Erik Verbruggen
2018-06-21
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Lars Knoll
2018-05-24
1
-1
/
+1
|
\
\
|
|
/
[next]