index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
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/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TapHandler longPressed/tapped exclusive and reliable; fix example
Shawn Rutledge
2023-11-17
2
-3
/
+8
*
QmlCompiler: Don't access unavailable input accumulator on 'as'
Ulf Hermann
2023-11-17
1
-3
/
+2
*
qmltyperegistrar: Make warnings and errors legible to Qt Creator
Ulf Hermann
2023-11-17
7
-67
/
+122
*
QtQml: Have QtQml.Base formally import QML
Ulf Hermann
2023-11-17
6
-23
/
+15
*
Shapes: extend boundingRect for SquareCap
Paul Olav Tvete
2023-11-16
1
-1
/
+2
*
Menu: fix contentItem's interactive
MohammadHossein Qanbari
2023-11-16
6
-12
/
+12
*
Popup: resize the dimmer to match the overlay, not the window
Volker Hilsheimer
2023-11-16
2
-3
/
+8
*
qmltest: Move the remaining blacklist setting into caller functions
Kalle Viironen
2023-11-16
1
-2
/
+6
*
QQmlDomAstCreator: do not call resourceFilesFromBuildFolders twice
Sami Shalayel
2023-11-16
1
-2
/
+1
*
qmlls: fix completions on qualified identifiers
Sami Shalayel
2023-11-16
6
-14
/
+42
*
Implement async mode for QuickShapes curve renderer backend
Eirik Aavitsland
2023-11-16
3
-99
/
+219
*
QML: Allow JavaScript extension types
Ulf Hermann
2023-11-16
17
-125
/
+11474
*
QQuickPopup: fix setVisible() when a window is not yet assigned
Vladimir Belyavsky
2023-11-16
1
-1
/
+1
*
Detect slot object if explicitly provided
Fabian Kosmale
2023-11-15
1
-2
/
+20
*
Popup: rename show/hide/resizeOverlay to show/hide/resizeDimmer
Volker Hilsheimer
2023-11-15
5
-20
/
+20
*
qmltyperegistrar: Pass QCborMap by value or ref, not by pointer
Ulf Hermann
2023-11-15
5
-111
/
+119
*
QtQml: Allow multiple names for C++-based QML types
Ulf Hermann
2023-11-15
7
-215
/
+311
*
QML: Remove separate registration for QQmlListProperty<QObject>
Ulf Hermann
2023-11-15
2
-10
/
+6
*
QtQml: Optimize reading properties into V4 values
Ulf Hermann
2023-11-15
2
-25
/
+130
*
Fix uninitialized read in Qt Quick Shapes
Eskil Abrahamsen Blomfeldt
2023-11-15
1
-2
/
+2
*
Fix thin text decoration with fractional scaling
Eskil Abrahamsen Blomfeldt
2023-11-15
3
-1
/
+29
*
Fix leak in curve glyph node
Eskil Abrahamsen Blomfeldt
2023-11-15
1
-0
/
+1
*
resolveQmlContextPropertyLookupGetter: Use ScopedPropertyKey
Fabian Kosmale
2023-11-15
1
-4
/
+4
*
Page: Always reset header.y position to 0
Ivan Tkachenko
2023-11-15
1
-1
/
+3
*
Allow pragma Translator to have a string literal as value
Lucie Gérard
2023-11-14
2
-1
/
+6
*
Fix crash issue in quick table view control
Santhosh Kumar
2023-11-13
3
-7
/
+11
*
TableView: don't rebuild everything if row count changed
Richard Moe Gustavsen
2023-11-13
1
-13
/
+14
*
Shapes: take strokeWidth into account for boundingRect
Paul Olav Tvete
2023-11-13
1
-1
/
+2
*
qmlls: auto completion for inside for each statements
Sami Shalayel
2023-11-13
2
-1
/
+32
*
qmlls: auto completion for inside do while statements
Sami Shalayel
2023-11-13
4
-1
/
+33
*
QmlCompiler: Retrieve original types for comparison
Ulf Hermann
2023-11-13
5
-9
/
+57
*
doc: Add note about platform support for window positions
Liang Qi
2023-11-13
1
-0
/
+5
*
QML SystemTrayIcon: Allow resetting tray icon menu
Vladimir Belyavsky
2023-11-13
1
-2
/
+7
*
Material: respect horizontalAlignment in placeholder text
Hatem ElKharashy
2023-11-11
6
-19
/
+73
*
Introduce a CurveRendering backend for text
Eskil Abrahamsen Blomfeldt
2023-11-11
51
-1579
/
+2333
*
SignalSpy: manually disconnect from target signal when we're destroyed
Mitch Curtis
2023-11-10
1
-0
/
+10
*
Consider the major version when registering singletons
Alexey Edelev
2023-11-10
1
-1
/
+1
*
CMake: Fix the all_qmllint* targets for Visual Studio generators
Joerg Bornemann
2023-11-09
1
-26
/
+36
*
QmlCompiler: Allow comparison of optional types
Ulf Hermann
2023-11-09
5
-68
/
+129
*
QmlCompiler: Always record original types for equality comparison
Ulf Hermann
2023-11-09
1
-23
/
+4
*
QML: Before processing deep aliases, remove pending bindings
Ulf Hermann
2023-11-09
2
-12
/
+36
*
QtQml: Fix some problems with deep aliases
Ulf Hermann
2023-11-09
4
-34
/
+74
*
qmlls: auto completion for inside while statements
Sami Shalayel
2023-11-09
2
-1
/
+20
*
fix mismatch in QQmlLSUtils::completions
Sami Shalayel
2023-11-09
1
-15
/
+33
*
qmlls: auto completion for inside return statements
Sami Shalayel
2023-11-09
2
-1
/
+15
*
qmlls: auto completion for inside if statements
Sami Shalayel
2023-11-09
4
-1
/
+30
*
dom: remove unused DomType scriptexpressions enums
Sami Shalayel
2023-11-09
2
-8
/
+0
*
qmlls: implement completion in JS block statement
Sami Shalayel
2023-11-09
1
-0
/
+2
*
disable completions for non-implemented types
Sami Shalayel
2023-11-09
1
-0
/
+26
*
qqmllsutils: add explanation for betweenLocation's special cases
Sami Shalayel
2023-11-09
1
-5
/
+22
[next]