index
:
qt/qtdeclarative.git
5.10
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.0
5.9.4
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/dbus
wip/gc
wip/itemviews
wip/nacl
wip/new-backend
wip/pointerhandler
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix performance issues when handling layout changed in Quick item views
5.6
Milian Wolff
2017-11-16
4
-43
/
+1
*
Bump version
Oswald Buddenhagen
2017-09-21
1
-1
/
+1
*
QQmlTypeLoader: Guard enableProfiler() against QT_NO_QML_DEBUGGER
v5.6.3
Ulf Hermann
2017-09-12
1
-0
/
+2
*
QmlProfiler: Avoid race conditions in QQmlTypeLoader
Ulf Hermann
2017-09-07
5
-15
/
+62
*
Fix QNX build on Windows
Simon Hausmann
2017-09-06
4
-4
/
+4
*
Add change file for Qt 5.6.3
Jani Heikkinen
2017-09-06
1
-0
/
+78
*
Don't crash: Connections with a signal on a nonexistent object
Shawn Rutledge
2017-08-31
3
-1
/
+25
*
Fix crash in QQuickAnimatedImage
Aleksei Ilin
2017-08-15
2
-1
/
+44
*
Fix bug in designer support reference counting
Simon Hausmann
2017-07-27
1
-0
/
+5
*
Don't leak QQmlJavaScriptExpression errors
Colin Ogilvie
2017-07-27
1
-0
/
+1
*
Fix wrong grabbing behavior
Filipe Azevedo
2017-05-16
1
-0
/
+3
*
Fix build of animation benchmark
Erik Verbruggen
2017-05-12
1
-0
/
+5
*
Another benchmark fix
Erik Verbruggen
2017-05-12
2
-1
/
+3
*
Disable particle benchmarks
Erik Verbruggen
2017-05-12
2
-2
/
+4
*
Fix qml file loading for tst_affectors
Erik Verbruggen
2017-05-12
2
-5
/
+9
*
Fix benchmark: remove benchmarks containing old v8 references
Erik Verbruggen
2017-05-12
2
-89
/
+2
*
Make sure we cannot reload debug connectors on shutdown
Ulf Hermann
2017-05-10
1
-1
/
+4
*
QQmlComponent: Fix heap buffer overflow with bogus input
Peter Hartmann
2017-05-09
2
-0
/
+17
*
Fix a QJSValue benchmark
Erik Verbruggen
2017-05-09
2
-2
/
+2
*
Remove outdated QJSValue benchmark
Erik Verbruggen
2017-05-09
5
-120
/
+2
*
Fixed assertion failure when using QSG_RENDERER_DEBUG=upload
Jason Erb
2017-05-04
1
-12
/
+14
*
QML: clear the property cache on QObjectWrapper destuction
Erik Verbruggen
2017-04-26
2
-0
/
+19
*
Fix for dangling object pointers in QQmlErrors
Robert Griebl
2017-04-19
1
-1
/
+2
*
Prospective fix for static builds on Windows with QtQuickCompiler
Simon Hausmann
2017-04-03
1
-6
/
+10
*
Fix build with GCC 7
Marc Mutz
2017-03-22
1
-0
/
+7
*
QtQuick scene graph: fix text native rendering
Oleg Yadrov
2017-03-13
2
-0
/
+135
*
Fix memory leak in V4
Gunnar Sletta
2017-02-03
1
-1
/
+1
*
Enable PropertyChanges to correctly restore binding on alias
Michael Brasser
2017-02-03
3
-13
/
+54
*
Fix support for QJSValue as C++ signal parameter type, part 2
Simon Hausmann
2017-01-19
3
-3
/
+14
*
Accept PUA characters, ZWNJ and ZWJ as input in TextInput/Edit
Eskil Abrahamsen Blomfeldt
2017-01-17
4
-8
/
+12
*
Fix crash when C++ QJSValue parameterized signal interacts with JS
Simon Hausmann
2017-01-14
4
-1
/
+8
*
Bump version
Oswald Buddenhagen
2016-11-28
1
-1
/
+1
*
Doc: fix incorrect syntax in "Code-Behind Implementation Resource"
Mitch Curtis
2016-11-25
1
-4
/
+4
*
QmlProfiler: Explicitly specify the offsets for scene graph events
Ulf Hermann
2016-11-24
9
-82
/
+172
*
V4: Fix JIT codegen for null/undefined conditional jumps
Erik Verbruggen
2016-11-23
1
-2
/
+2
*
Improved robustness of the optimizer when removing expressions
Simon Hausmann
2016-11-22
2
-9
/
+14
*
Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngine
Robin Burchell
2016-11-18
1
-3
/
+5
*
Fix binding re-evaluation when list model properties change
Simon Hausmann
2016-11-18
6
-3
/
+91
*
Doc: fix incorrect argument name for createQmlObject()
Mitch Curtis
2016-11-17
1
-2
/
+2
*
QML: Fix memory leak in a benchmark
Erik Verbruggen
2016-11-16
1
-1
/
+4
*
QML: Change C++ benchmark to reflect QML benchmark
Erik Verbruggen
2016-11-16
1
-1
/
+2
*
Fix reading of enum properties from gadgets
Simon Hausmann
2016-11-16
2
-0
/
+35
*
Doc: improve FolderListModel::rootFolder documentation
Mitch Curtis
2016-11-15
1
-3
/
+3
*
QML: Check for failing realloc/malloc in the QmlJS memory pool
Erik Verbruggen
2016-11-15
1
-1
/
+4
*
Setting Connection's target to null should disconnect implicit target
Michael Brasser
2016-11-15
3
-2
/
+38
*
Fix QtQuickTest::mouseMove not having timestamps
Frederik Gladhorn
2016-11-11
1
-0
/
+1
*
Fix more cases where DSE would optimize out too many stores
Erik Verbruggen
2016-11-10
3
-0
/
+15
*
Add checking "before" as child node
Inhye Seo
2016-11-09
1
-2
/
+4
*
Fix crash when using custom OpenGL functions
Jesus Fernandez
2016-11-07
1
-2
/
+4
*
remove dependencies from sync.profile
Oswald Buddenhagen
2016-11-05
1
-11
/
+0
[next]