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
/
tests
/
auto
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Set argumentsCanEscape when debugging
Ulf Hermann
2018-05-30
1
-0
/
+22
*
Formals come after locals in the CallContext
Lars Knoll
2018-05-29
1
-0
/
+32
*
Fix a crash in the modulus operation
Lars Knoll
2018-05-28
1
-0
/
+10
*
QML Debugger: Don't crash when encoding JSON data
Ulf Hermann
2018-05-25
1
-1
/
+62
*
Fix crash when modifying list model in worker thread
Simon Hausmann
2018-05-24
1
-0
/
+1
*
tst_gradient.qml: fix warnings about multiple var declarations
Mitch Curtis
2018-05-24
1
-115
/
+115
*
tst_gradient.qml: fix warnings about type coercion
Mitch Curtis
2018-05-24
1
-108
/
+108
*
V4 debugger: Allow retrieval of non-CallContext scopes
Ulf Hermann
2018-05-23
3
-1
/
+88
*
On network redirects, update finalUrl, not url
Ulf Hermann
2018-05-23
7
-1
/
+49
*
Fix crash when incubating objects with non-existent initial properties
Simon Hausmann
2018-05-23
3
-0
/
+31
*
Fix crash when modifying objects used as prototypes
Lars Knoll
2018-05-23
1
-0
/
+18
*
Ensure we restore QML-defined enums
Michael Brasser
2018-05-23
3
-0
/
+22
*
tst_qquickanimatedsprite: add all QML files to OTHER_FILES
Mitch Curtis
2018-05-16
1
-1
/
+1
*
Fix bug where Ungrab event was not sent
Jan Arve Sæther
2018-05-11
1
-0
/
+41
*
Fix .import within .js files with CONFIG+=qtquickcompiler
Simon Hausmann
2018-05-11
5
-0
/
+29
*
tests: unblacklist tst_qquickwindow.cpp::touchEvent_propagation
Gatis Paeglis
2018-05-08
1
-3
/
+0
*
Fix crash when changing the source of AnimatedImage after a frame change
Louis du Verdier
2018-05-08
1
-0
/
+28
*
Fix loading of composite singletons from resources
Simon Hausmann
2018-05-08
2
-0
/
+18
*
tests: blacklist tst_qquickitem::qtBug60123
Gatis Paeglis
2018-05-08
1
-0
/
+3
*
QQuickItem: Guard against null deref in transformations
Robin Burchell
2018-04-30
2
-0
/
+27
*
Tests: Silence Clang warnings
Friedemann Kleint
2018-04-27
2
-7
/
+5
*
test: fix flaky in tst_QQuickPathView::movementDirection()
Liang Qi
2018-04-27
1
-1
/
+3
*
Fix qmlInfo and friends for anonymous components
Simon Hausmann
2018-04-27
2
-0
/
+22
*
Normalize URL before loading types
Erik Verbruggen
2018-04-27
4
-0
/
+36
*
Make the test pass on my high resolution screen
Lars Knoll
2018-04-25
1
-1
/
+1
*
Fix QQuickListViewPrivate::snapItemAt for lists with spacing
Johan Klokkhammer Helsing
2018-04-25
2
-0
/
+44
*
Make the shared test code independent of QtQml
Ulf Hermann
2018-04-24
13
-52
/
+44
*
Make QtQmlDebug independent of QtQml
Ulf Hermann
2018-04-24
1
-47
/
+37
*
Update submodule now that I've fixed the actual bug here
Edward Welbourne
2018-04-23
1
-0
/
+0
*
Use Los Angeles to represent PST8PDT, not Vancouver
Edward Welbourne
2018-04-20
1
-1
/
+1
*
Fix Text with ElideRight not being rendered when reparented
Mitch Curtis
2018-04-17
2
-0
/
+54
*
Fix calling Qt.binding() on bound functions
Lars Knoll
2018-04-16
3
-0
/
+59
*
Fix JSON.stringify with sequence types
Simon Hausmann
2018-04-16
2
-6
/
+21
*
Doc: Describe new 5.11 features in Image element
v5.11.0-beta4
Eirik Aavitsland
2018-04-13
1
-0
/
+1
*
Pass on tab presses to the offscreen window to handle first
Andy Shaw
2018-04-11
3
-1
/
+156
*
Warn about non spec compliant extension being used
Lars Knoll
2018-04-11
2
-4
/
+4
*
Fix XMLHttpRequest when used with QQmlEngine::evaluate
Simon Hausmann
2018-04-09
2
-0
/
+37
*
QQmlDebuggingEnabler test: Relax output string condition
Ulf Hermann
2018-04-06
1
-4
/
+8
*
QmlProfiler test: Keep recording until we receive the needed events
Ulf Hermann
2018-03-28
1
-2
/
+15
*
Fix QQmlExpression::hasError()/error() on syntax errors
Simon Hausmann
2018-03-27
1
-1
/
+5
*
Fix CONFIG+=qtquickcompiler with paths that contain spaces
Simon Hausmann
2018-03-27
4
-0
/
+25
*
qtquick_compiler_add_resources() with spaces in paths
Simon Hausmann
2018-03-27
3
-2
/
+2
*
Improve QtQuickCompiler cmake tests
Simon Hausmann
2018-03-27
4
-6
/
+31
*
Qml Profiler: Store and send URL of compile events
Ulf Hermann
2018-03-27
1
-0
/
+36
*
Use a separate process for testing perf.map file
Ulf Hermann
2018-03-27
4
-68
/
+99
*
QML Tooling: Wait for QML trace to be started in QML profiler test
Ulf Hermann
2018-03-27
1
-0
/
+3
*
Add test for jump strict-not-equal undefined on 32bit
Erik Verbruggen
2018-03-26
1
-0
/
+21
*
Handle function expressions in SignalTransition
Michael Brasser
2018-03-21
1
-1
/
+0
*
Fix QQmlListModel crash when appending an empty array in debug mode
Daniel Vrátil
2018-03-20
1
-0
/
+22
*
Fix QML data structure version checking for ahead-of-time generated files
Simon Hausmann
2018-03-20
5
-3
/
+54
[next]