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.5
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/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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move syncTimer measurment to the correct place.
5.3
Josh Arenson
2014-09-12
1
-4
/
+4
*
Fix crash with foreach on arguments object
Simon Hausmann
2014-09-11
2
-14
/
+37
*
QML: parse .js files as JavaScript, not QML.
Erik Verbruggen
2014-09-05
4
-1
/
+29
*
Fix crashes when calling Array.sort with imperfect sort functions
Lars Knoll
2014-09-01
3
-2
/
+75
*
Support padding in images stored in atlas texture
Eskil Abrahamsen Blomfeldt
2014-08-30
1
-1
/
+10
*
Fix crash with cleanup of animators.
Gunnar Sletta
2014-08-30
3
-5
/
+14
*
Bump version
Frederik Gladhorn
2014-08-29
1
-1
/
+1
*
Use QtQuick.Window 2.2
v5.3.2
Kai Koehne
2014-08-27
5
-15
/
+12
*
Doc: Added a link to the QML advanced tutorial
Venu
2014-08-26
1
-0
/
+3
*
Don't use d->instanceModel after free'ing it
Lars Knoll
2014-08-26
2
-2
/
+3
*
Fix crash with early QObject property access
Simon Hausmann
2014-08-25
4
-5
/
+48
*
Fix typo in DelegateModelGroup documentation
Albert Astals Cid
2014-08-25
1
-1
/
+1
*
Protect some members in QQmlObjectCreator
Lars Knoll
2014-08-25
2
-5
/
+7
*
Initialize variable
Lars Knoll
2014-08-24
1
-1
/
+1
*
Don't abuse new to do a reinterpret_cast
Lars Knoll
2014-08-24
1
-4
/
+4
*
Protect incubation against its creator being deleted.
Gunnar Sletta
2014-08-23
1
-1
/
+1
*
Add 5.3.2 changelog for qtdeclarative
Alan Alpert
2014-08-22
1
-0
/
+41
*
Fix crash with recursively loading cached compilation units
Simon Hausmann
2014-08-22
2
-4
/
+17
*
Fix typo in StateChangeScript documentation.
Mitch Curtis
2014-08-19
1
-1
/
+1
*
Added the QtSQL dependency info. to the project file
Venu
2014-08-15
1
-1
/
+1
*
tst_dialogs: verify that rootObject is valid
Robin Burchell
2014-08-15
1
-0
/
+3
*
tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the var...
Robin Burchell
2014-08-15
1
-1
/
+1
*
The cached objects can be deleted, so keep them in a QPointer.
Gunnar Sletta
2014-08-14
2
-1
/
+104
*
Fix potential deadlook in threaded renderloop.
Gunnar Sletta
2014-08-14
1
-0
/
+12
*
Added a signal handler
Venu
2014-08-14
1
-0
/
+1
*
Fix typo in Context2D documentation.
Mitch Curtis
2014-08-14
1
-1
/
+1
*
Disable threaded FBO canvas drawing when not supported.
Gunnar Sletta
2014-08-14
1
-0
/
+10
*
V4 JIT: fix JS stack frame size calculation.
Erik Verbruggen
2014-08-13
1
-3
/
+2
*
Correct strokeRect documentation.
Mitch Curtis
2014-08-12
1
-1
/
+1
*
Silence harmless compiler warning.
Gunnar Sletta
2014-08-12
1
-3
/
+2
*
benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that d...
Robin Burchell
2014-08-12
2
-2
/
+2
*
benchmarks/particles: fix projects to actually build
Robin Burchell
2014-08-12
2
-2
/
+2
*
Fix compilation of tst_compilation (:-P) benchmark.
Robin Burchell
2014-08-12
2
-31
/
+1
*
Avoid double deletion when deleting an incubating component.
Martin Jones
2014-08-11
2
-8
/
+3
*
Invalidate the scenegraph properly in the rendercontrol
Laszlo Agocs
2014-08-08
4
-19
/
+13
*
Fix crash when loading invalid QML with behavior on invalid group property
Simon Hausmann
2014-08-08
4
-6
/
+15
*
Fix crash when animators are deleted just after being started.
Gunnar Sletta
2014-08-08
1
-2
/
+4
*
Don't try to reload QQuick images when changing to null screen
Taylor Braun-Jones
2014-08-06
2
-3
/
+3
*
Clarify Component.onCompleted/onDestruction docs
Gunnar Sletta
2014-08-06
1
-5
/
+4
*
Fix fbo creation and resize logic in QQuickWidget
Laszlo Agocs
2014-08-06
1
-2
/
+13
*
Fix Qt.include with cached compilation units and resources
Simon Hausmann
2014-08-06
4
-8
/
+43
*
Synchronize PathView gesture grabbing with other items.
Martin Jones
2014-08-06
5
-9
/
+150
*
Fix FBO recreated every time the QSG node is updated under some conditions
Taylor Braun-Jones
2014-08-05
1
-5
/
+6
*
Run autotests for Canvas.renderTarget == FramebufferObject also.
Gunnar Sletta
2014-08-02
1
-2
/
+2
*
More QQuickCanvas cleanup handling.
Gunnar Sletta
2014-08-01
4
-28
/
+47
*
Make canvas cleanup work propertly...
Gunnar Sletta
2014-08-01
3
-2
/
+48
*
Use the current context to resolve extensions.
Gunnar Sletta
2014-08-01
1
-1
/
+1
*
qmlplugindumper: do not pop up a window if an assert is triggered
Fawzi Mohamed
2014-08-01
1
-0
/
+11
*
Fix assertion: ASSERT: "hasException" in file jsruntime/qv4engine.cpp, line 933
Robin Burchell
2014-07-31
1
-1
/
+0
*
Merge remote-tracking branch 'origin/stable' into 5.3
J-P Nurmi
2014-07-30
5
-4
/
+145
|
\
[next]