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
*
CMake: Regenerate and adapt to merge from dev
wip/cmake
Alexandru Croitor
2020-03-12
86
-209
/
+546
*
Merge remote-tracking branch 'origin/dev' into wip/cmake
Alexandru Croitor
2020-03-12
830
-4578
/
+15524
|
\
|
*
tst_qsequentialanimationgroupjob: Protect against erratic scheduling
Ulf Hermann
2020-03-10
1
-6
/
+13
|
*
Remove leftover qgl.h include
Alexandru Croitor
2020-03-10
1
-3
/
+0
|
*
Stabilize tst_QPauseAnimationJob::multipleSequentialGroups()
Ulf Hermann
2020-03-10
2
-18
/
+15
|
*
QQmlObjectCreator: Drop some dead code
Ulf Hermann
2020-03-10
2
-6
/
+0
|
*
vulkan examples: fix missing include
Fabian Kosmale
2020-03-09
2
-0
/
+2
|
*
fix duplicated properties resulting from bad merge
Fabian Kosmale
2020-03-09
1
-3
/
+0
|
*
painting benchmark: adapt to openglwidgets split
Fabian Kosmale
2020-03-09
1
-1
/
+1
|
*
Quick: Add a public opengl dependency
Johan Klokkhammer Helsing
2020-03-09
1
-1
/
+3
|
*
Remove parts of sequence type test
Fabian Kosmale
2020-03-09
1
-7
/
+1
|
*
Avoid unloading plugins which register types to prevent crashes
Fabian Kosmale
2020-03-09
4
-4
/
+24
|
*
Adapt to the the new QMetaType change
Olivier Goffart
2020-03-09
19
-239
/
+191
|
*
Merge "Merge remote-tracking branch 'origin/5.15' into dev"
Qt Forward Merge Bot
2020-03-09
182
-513
/
+2058
|
|
\
|
|
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-09
182
-513
/
+2058
|
|
|
\
|
|
|
*
Avoid using deprecated QTabletEvent::device()
Simon Hausmann
2020-03-07
1
-1
/
+1
|
|
|
*
Doc: clarify the fontSizeMode property in terms of Rich and Styled text
Andy Shaw
2020-03-06
1
-0
/
+6
|
|
|
*
Examples: add .pro project for qml-i18n example
Assam Boudjelthia
2020-03-05
8
-7
/
+101
|
|
|
*
Examples: Add *.pro projects for existing *.qmlproject
Assam Boudjelthia
2020-03-04
46
-0
/
+1050
|
|
|
*
Remove duplicate add of qqmljsengine_p.h to HEADERS in parser.pri
Fawzi Mohamed
2020-03-03
1
-2
/
+1
|
|
|
*
Get rid of extra space
Fawzi Mohamed
2020-03-03
1
-1
/
+1
|
|
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-03
12
-11
/
+101
|
|
|
|
\
|
|
|
|
*
QQuickItem: prevent endless loop in focus tab chain
Wang Chuan
2020-03-03
3
-3
/
+32
|
|
|
|
*
QQuickTableView: Immediately delete delegates when possible
Ulf Hermann
2020-02-28
3
-1
/
+30
|
|
|
|
*
QQmlTableInstanceModel: Fix refcounting of metatypes
Ulf Hermann
2020-02-27
2
-4
/
+14
|
|
|
|
*
Doc: Add section about QVariantList and QVariantMap as C++ properties
Ulf Hermann
2020-02-24
1
-0
/
+19
|
|
|
|
*
Fix build with -no-feature-network
Ulf Hermann
2020-02-24
3
-0
/
+12
|
|
|
|
*
Fix texture coords for the compressed texture atlas
Michael Brasser
2020-02-21
1
-5
/
+5
|
|
|
|
*
Escape url.toString() before passing it to QRegularExpression
Dmitry Shachnev
2020-02-20
1
-1
/
+2
|
|
|
*
|
Fix building qtdeclarative without QMovie support
Jean-Michaël Celerier
2020-03-02
1
-1
/
+1
|
|
|
*
|
qmltyperegistrar: Mark non-QObject types as uncreatable
Ulf Hermann
2020-03-02
2
-6
/
+18
|
|
|
*
|
Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-03-02
9
-15
/
+15
|
|
|
*
|
doc: fix typo in signal name
Rolf Eike Beer
2020-03-02
1
-1
/
+1
|
|
|
*
|
Restore offset/length in QQmlJS::DiagnosticMessage
Simon Hausmann
2020-03-02
58
-281
/
+297
|
|
|
*
|
Deprecate non-const version of saveToFile()
Jan Arve Sæther
2020-02-28
2
-1
/
+6
|
|
|
*
|
Properly deprecate QQuickText::doLayout() and get rid of it for Qt6
Jan Arve Sæther
2020-02-28
2
-1
/
+10
|
|
|
*
|
Revert "error -> networkError to fix deprecation warning"
Timur Pocheptsov
2020-02-28
2
-3
/
+3
|
|
|
*
|
error -> networkError to fix deprecation warning
Fawzi Mohamed
2020-02-27
2
-3
/
+3
|
|
|
*
|
V4: Fix mark stack overruns
Ulf Hermann
2020-02-27
7
-62
/
+51
|
|
|
*
|
QQmlDelegateModel: Avoid use-after-free
Ulf Hermann
2020-02-27
1
-4
/
+6
|
|
|
*
|
Robustify QQuickListView test
Ulf Hermann
2020-02-27
1
-0
/
+1
|
|
|
*
|
Revision properties and methods added in 5.15
Ulf Hermann
2020-02-27
6
-9
/
+10
|
|
|
*
|
Add revision to QQmlTypeNotAvailable
Ulf Hermann
2020-02-26
1
-0
/
+1
|
|
|
*
|
Move dependencies.json files into the right places
Ulf Hermann
2020-02-26
3
-0
/
+0
|
|
|
*
|
Propagate the LanguageChange events from the QQuickWindow to the items
Andy Shaw
2020-02-25
4
-0
/
+43
|
|
|
*
|
qmltyperegistrar: Correctly collect attached types
Ulf Hermann
2020-02-25
3
-25
/
+41
|
|
|
*
|
Export QQuickRootItem to QML
Ulf Hermann
2020-02-25
2
-1
/
+8
|
|
|
*
|
Provide a way to statically register namespaces
Ulf Hermann
2020-02-25
7
-20
/
+138
|
|
|
*
|
QQuickColorSpaceValueType: Version import
Fabian Kosmale
2020-02-25
1
-0
/
+1
|
|
|
*
|
Revert "Replace call to deprecated QNetworkReply::error method"
Timur Pocheptsov
2020-02-24
7
-8
/
+8
[next]