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
/
qml.pro
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten QML cache version checking
Simon Hausmann
2018-03-20
1
-1
/
+2
*
Move the QML_COMPILE_HASH macro definition from the command-line
Thiago Macieira
2018-02-21
1
-11
/
+22
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-02-02
1
-1
/
+1
|
\
|
*
MSVC: Don't set a DLL base address for 64-bit
Thiago Macieira
2018-01-24
1
-1
/
+1
*
|
V4: Add a baseline JIT
Erik Verbruggen
2017-11-17
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/dev' into HEAD
Lars Knoll
2017-10-22
1
-0
/
+13
|
\
\
|
|
/
|
*
Fix crashes in QML apps when upgrading Qt snapshots
Simon Hausmann
2017-09-07
1
-0
/
+13
*
|
Remove the old compiler pipeline
Lars Knoll
2017-06-22
1
-1
/
+2
|
/
*
Fix build without features.animation
Tasuku Suzuki
2017-04-03
1
-1
/
+3
*
qml: Remove last foreach, and mark QT_NO_FOREACH
Robin Burchell
2017-01-17
1
-0
/
+2
*
QML: Turn DSE back on
Erik Verbruggen
2016-10-11
1
-5
/
+0
*
Turn the no-network support into a configurable feature
Lars Knoll
2016-10-10
1
-4
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-21
1
-1
/
+5
|
\
|
*
QtQml: Disable new optimizer of MSVC2015/Update 3
Friedemann Kleint
2016-09-02
1
-0
/
+4
|
*
Workaround crashes in QtQml code related to dead-store elimination
Jonathan Liu
2016-08-28
1
-1
/
+1
*
|
ICC: suppress the warning about -fno-delete-null-pointer-checks
Thiago Macieira
2016-07-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-13
1
-0
/
+5
|
\
\
|
|
/
|
*
Workaround for crashes in QtQml code relating to null this pointers
v5.6.1
Thiago Macieira
2016-05-20
1
-0
/
+5
*
|
Remove Windows CE.
Friedemann Kleint
2016-03-10
1
-1
/
+1
*
|
QtLite: no_network option for QtDeclarative
Paolo Angelelli
2016-03-04
1
-1
/
+7
|
/
*
consistently put {qt,qml}_{module,plugin} at the end of project files
Oswald Buddenhagen
2016-02-25
1
-5
/
+4
*
V4: add JIT support for mips platforms (32-bit) and enable it
Julien Brianceau
2015-04-27
1
-0
/
+3
*
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-0
/
+1
*
Update the WERROR setting for QtQml
Thiago Macieira
2014-07-31
1
-2
/
+4
*
Move JIT infrastructure into it's own directory
Lars Knoll
2014-02-22
1
-0
/
+1
*
Fix broken build with Clang < 3.4 after 60aed669345be33b916c445565
Thiago Macieira
2014-01-08
1
-1
/
+2
*
Also fix the unused variable warning that ICC found with Clang
Thiago Macieira
2014-01-04
1
-0
/
+2
*
use private linkage where possible
Oswald Buddenhagen
2013-12-19
1
-1
/
+1
*
Windows: Use Shell API for checking file case correctness.
Friedemann Kleint
2013-12-10
1
-0
/
+1
*
Allow QtQml to compile with ICC 14.0 with -Werror
Thiago Macieira
2013-12-03
1
-0
/
+3
*
Android: Add qmltooling plugins to apk
Daniel Teske
2013-11-23
1
-0
/
+3
*
Move the parser folder from src/qml/qml to src/qml
Lars Knoll
2013-08-08
1
-0
/
+1
*
Move the JS Api into it's own folder
Lars Knoll
2013-08-08
1
-0
/
+1
*
Restructure source code
Lars Knoll
2013-08-08
1
-0
/
+2
*
Fix compilation with built-in v4vm JS engine
Simon Hausmann
2013-04-15
1
-1
/
+0
*
Move QML types to types folder
Alan Alpert
2013-03-14
1
-1
/
+1
*
Move the model classes from QtQuick to QtQml
Alan Alpert
2013-01-24
1
-0
/
+1
*
Update docs after modularization of docs
Tor Arne Vestbø
2012-10-12
1
-2
/
+2
*
centralize load(qt_build_config)s in .qmake.conf
Oswald Buddenhagen
2012-09-11
1
-2
/
+0
*
make use of QT_PRIVATE to specify private Qt dependencies
Oswald Buddenhagen
2012-08-11
1
-3
/
+1
*
follow rename of qt_module_config.prf to qt_module.prf
Oswald Buddenhagen
2012-08-11
1
-1
/
+1
*
Remove remnants of QQmlImageProvider
Kent Hansen
2012-08-09
1
-1
/
+0
*
Merge branch 'buildsystem'
Oswald Buddenhagen
2012-06-26
1
-14
/
+4
|
\
|
*
build system cleanups
Oswald Buddenhagen
2012-06-26
1
-13
/
+3
|
*
auto-generate module pris
Oswald Buddenhagen
2012-06-26
1
-1
/
+1
*
|
Doc: Use the module "make docs" and rename qtquick "make docs".
Casper van Donderen
2012-06-25
1
-0
/
+2
|
/
*
put private Qt dependencies below load(qt_module_config)
Oswald Buddenhagen
2012-06-07
1
-1
/
+4
*
Remove exceptions support from QtQml
Chris Adams
2012-05-25
1
-1
/
+1
*
Explicitly enable exceptions for QtQml
Lars Knoll
2012-05-14
1
-1
/
+1
*
Migrate gui dependencies from QtQml to QtQuick.
Matthew Vogt
2012-03-20
1
-1
/
+1
[next]