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
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/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
/
qml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()
Pavel Tumakaev
2019-05-23
1
-15
/
+12
*
Remove now dead V4_BOOTSTRAP #if-ery
Ulf Hermann
2019-05-13
6
-29
/
+0
*
Remove V4_BOOTSTRAP condition around header verification
Ulf Hermann
2019-05-09
1
-6
/
+0
*
Move valueAsNumber into ExecutableCompilationUnit
Ulf Hermann
2019-05-13
6
-22
/
+19
*
Remove QUrl-related special casing in the compiler
Ulf Hermann
2019-05-10
2
-10
/
+1
*
Restore value bindings when disabling a Binding element
Erik Verbruggen
2019-05-17
3
-5
/
+156
*
Inline dumpConstantTable() into the only place where it's used
Ulf Hermann
2019-05-17
3
-34
/
+27
*
Add abstraction for temporarily setting StaticData when saving
Ulf Hermann
2019-05-17
3
-19
/
+46
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
59
-1221
/
+1489
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-16
5
-15
/
+18
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-16
1
-0
/
+4
|
|
\
|
|
*
Elaborate on the meaning of values held by basic types
Simon Hausmann
2019-05-13
1
-0
/
+4
|
*
|
Compile fix
Jarek Kobus
2019-05-15
1
-2
/
+2
|
*
|
Do not take a reference of nullptr
Allan Sandfeld Jensen
2019-05-14
2
-8
/
+9
|
*
|
Fix illegal downcast on QQmlEngine destruction
Allan Sandfeld Jensen
2019-05-14
1
-5
/
+3
*
|
|
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
6
-7
/
+9
*
|
|
Make sure we don't include qv4stackframe_p.h in qmldevtools
Ulf Hermann
2019-05-10
5
-51
/
+117
*
|
|
Move qv4string{_p.h|.cpp} out of the devtools
Ulf Hermann
2019-05-10
8
-47
/
+107
*
|
|
Generate the compilation unit checksum whenever we have MD5
Ulf Hermann
2019-05-09
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-09
6
-29
/
+54
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-08
6
-29
/
+54
|
|
\
|
|
|
*
Avoid std::function in qqmlirbuilder.cpp
Ulf Hermann
2019-05-07
2
-22
/
+18
|
|
*
Add Q_TRACE calls to QtQml for QML profiler trace points
Milian Wolff
2019-05-05
4
-7
/
+36
*
|
|
Drop some dead bootstrap code
Ulf Hermann
2019-05-08
4
-35
/
+18
*
|
|
Register QObject along with QQmlComponent as basic type of the language
Ulf Hermann
2019-05-08
1
-1
/
+5
*
|
|
Remove last traces of QV8Engine
Ulf Hermann
2019-05-08
19
-615
/
+367
*
|
|
Move compileModule() into qv4codegen.cpp
Ulf Hermann
2019-05-08
10
-78
/
+64
*
|
|
Filter out duplicate entries in Object.keys
Erik Verbruggen
2019-05-08
1
-0
/
+7
*
|
|
Move dynamicStrings into the bootstrapped part of QV4::CompiledData
Ulf Hermann
2019-05-07
2
-13
/
+9
*
|
|
Move the check for SSE2 into the configure system
Ulf Hermann
2019-05-07
1
-2
/
+2
*
|
|
Remove the bootstrap code from assembler and JIT
Ulf Hermann
2019-05-07
1
-1
/
+1
*
|
|
Move QQmlIR::IRLoader out of qqmlirbuilder*
Ulf Hermann
2019-05-06
6
-183
/
+292
*
|
|
Move PropertyResolver out of qqmlirbuilder*
Ulf Hermann
2019-05-06
9
-85
/
+199
*
|
|
Move workerscript to its own module
Ulf Hermann
2019-05-06
12
-1354
/
+10
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-02
1
-4
/
+1
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-02
1
-4
/
+1
|
|
\
|
|
|
*
Don't wrap the attachedProperties function into a template
Ulf Hermann
2019-05-02
1
-4
/
+1
*
|
|
Move model types into their own library
Ulf Hermann
2019-05-02
46
-17265
/
+62
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-02
3
-8
/
+15
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-01
3
-8
/
+15
|
|
\
|
|
|
*
Skip block context within call contexts when searching for parameters
Ulf Hermann
2019-04-29
1
-5
/
+11
|
|
*
Fix coverity warning
Simon Hausmann
2019-04-29
1
-2
/
+3
|
|
*
Fix maximum call stack depth for clang ASAN builds
Simon Hausmann
2019-04-29
1
-1
/
+1
*
|
|
Make JavaScript execution interruptible
Ulf Hermann
2019-04-30
12
-4
/
+101
*
|
|
Clean up QStringHash
Ulf Hermann
2019-04-30
8
-217
/
+203
*
|
|
Mark functions involving attached property IDs as deprecated
Ulf Hermann
2019-04-30
6
-6
/
+20
*
|
|
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
47
-9812
/
+176
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-29
5
-18
/
+12
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-04-27
4
-6
/
+9
|
|
\
|
|
|
*
Allow creation of variants from non-singleton QQmlTypeWrappers
Ulf Hermann
2019-04-26
1
-2
/
+1
[next]