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
path:
root
/
src
/
qml
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtDeclarative fixes and workarounds for NaCl
wip/nacl
Morten Johan Sørvig
2016-05-13
6
-6
/
+33
*
Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6
Simon Hausmann
2016-01-21
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2016-01-19
1
-2
/
+2
|
|
\
|
|
*
Fix QQmlComponent::errors() documentation
Mitch Curtis
2015-12-11
1
-1
/
+1
|
|
*
Fix link to QQmlError in QQmlComponent documentation
Mitch Curtis
2015-12-10
1
-1
/
+1
*
|
|
Provide access to signal parameters in SignalTransition::onTriggered.
Michael Brasser
2016-01-19
2
-0
/
+23
|
/
/
*
|
Fix up commit 9d7b27f5bf44a46707e6d50ebf51ecf73f91dd1b
Simon Hausmann
2016-01-16
1
-1
/
+18
*
|
Doc: typo fix
Joerg Bornemann
2016-01-12
1
-1
/
+1
*
|
Remove prohibited uses of underscore + capital letter
Thiago Macieira
2016-01-08
10
-55
/
+55
*
|
V4: Replace QVector with (Q)VarLengthArray in BasicBlock.
Erik Verbruggen
2016-01-06
2
-7
/
+25
*
|
Fix a couple of container detachments
Sérgio Martins
2016-01-05
2
-2
/
+2
*
|
QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.
Robin Burchell
2016-01-05
1
-0
/
+1
*
|
Fix value changed logic for ValueTypeProvider types
Frank Meerkoetter
2016-01-04
1
-1
/
+1
*
|
Fix crash in a non-debug build with assertions enabled
Thiago Macieira
2015-12-29
1
-12
/
+4
*
|
Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"
J-P Nurmi
2015-12-23
6
-27
/
+2
*
|
V4: Shrink IR::Temp by removing unnecessary padding.
Erik Verbruggen
2015-12-23
1
-5
/
+5
*
|
Fix QtSharedPointer::ExternalRefCountData object leaks
Jian Liang
2015-12-18
6
-2
/
+27
*
|
qml: preserve composite singleton types.
Marco Benelli
2015-12-17
3
-8
/
+17
*
|
Fix bogus warning when using Binding on value types
Lars Knoll
2015-11-27
1
-26
/
+20
*
|
Don't try to resolve id values or singleton member as properties
Lars Knoll
2015-11-27
1
-1
/
+2
*
|
Make property interceptors work on alias properties again
Lars Knoll
2015-11-26
6
-114
/
+192
*
|
Fix crash related to BoundFunctions
Frank Meerkoetter
2015-11-23
1
-1
/
+2
*
|
Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6
Liang Qi
2015-11-20
1
-0
/
+3
|
\
\
|
*
\
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-11-17
1
-0
/
+3
|
|
\
\
|
|
|
/
|
|
*
Don't normalize the path via the shell if it is a qrc based path
Andy Shaw
2015-11-10
1
-0
/
+3
*
|
|
Doc: Added link to Extending QML
Nico Vertriest
2015-11-20
1
-2
/
+1
|
/
/
*
|
Document default argument behavior of Qt.createComponent()
Mitch Curtis
2015-11-16
1
-2
/
+15
*
|
Doc: added link to Qt5 Cadaques in external resources
Nico Vertriest
2015-11-12
1
-1
/
+6
*
|
Introduce a more sane "default constructor" for Qt.matrix4x4()
Sean Harmer
2015-11-11
1
-0
/
+5
*
|
Load component synchronously in method_createQmlObject
Ulf Hermann
2015-11-03
3
-68
/
+99
*
|
CMake: Make sure to export all plugins
Kevin Funk
2015-11-02
1
-0
/
+5
*
|
Doc: added required include statement QtQml
Nico Vertriest
2015-10-30
1
-0
/
+4
*
|
Doc: added spec on defining enums register.types
Nico Vertriest
2015-10-30
1
-0
/
+1
*
|
Doc: corrected typo in doc basic types
Nico Vertriest
2015-10-30
1
-1
/
+1
*
|
Doc: fixed link issues
Nico Vertriest
2015-10-30
1
-1
/
+1
*
|
Remove uses of QT_POINTER_SIZE, replacing with proper constructs
Thiago Macieira
2015-10-29
2
-2
/
+2
*
|
Use the correct macro to detect 64-bit value encoding
Thiago Macieira
2015-10-29
5
-12
/
+12
*
|
Fix qmlcompiler build on win32.
Erik Verbruggen
2015-10-29
1
-2
/
+2
*
|
Export QQmlLocale privately
J-P Nurmi
2015-10-28
1
-1
/
+1
*
|
QML: Fix typeof context property.
Erik Verbruggen
2015-10-27
11
-2
/
+99
*
|
Binding: document that property can be grouped if it's a value type
Mitch Curtis
2015-10-23
1
-0
/
+17
*
|
V4: do not run optimizer for functions of >300 statements.
Erik Verbruggen
2015-10-23
1
-2
/
+5
*
|
QML: file leak of QFileSelector.
Erik Verbruggen
2015-10-22
2
-0
/
+8
*
|
QML: Sanitize reading environment variables.
Friedemann Kleint
2015-10-22
8
-30
/
+51
*
|
Missing early n in co[n]version.
Edward Welbourne
2015-10-21
1
-1
/
+1
*
|
Doc: Update examplesinstallpath to include the repository name
Topi Reinio
2015-10-21
1
-1
/
+1
*
|
JS: Math.random(): fix range to not include 1.0.
Erik Verbruggen
2015-10-20
1
-2
/
+7
*
|
Doc: solved various qdoc errors qtdeclarative
Nico Vertriest
2015-10-20
1
-7
/
+7
*
|
Properly resolve the context to create mutable bindings on
Lars Knoll
2015-10-20
1
-4
/
+13
*
|
Fix a crash when copying array data
Lars Knoll
2015-10-20
1
-1
/
+1
[next]