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.10
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.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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QQuickPopupWindow: forward pointer events to the menu under the mouse
wip/nativemenus
Richard Moe Gustavsen
2024-05-30
3
-10
/
+104
*
Replace AA_DontUsePopupWindows with Popup::popupType
Oliver Eftevaag
2024-05-30
17
-20
/
+123
*
Add and use QQPopupPrivate::handleReleaseWithoutGrab for menus
Shawn Rutledge
2024-05-30
5
-0
/
+47
*
manual test, menus: use Popup.popupType
Richard Moe Gustavsen
2024-05-30
3
-27
/
+32
*
AbstractButton: Add click() and animateClick()
Mitch Curtis
2024-05-30
4
-1
/
+259
*
Menus test: inform when a restart is needed
Richard Moe Gustavsen
2024-05-29
1
-1
/
+11
*
QQuickMenuItem: add implicitTextPadding and textPadding
Richard Moe Gustavsen
2024-05-29
8
-7
/
+171
*
Forward keyboard events to the active popup window
Oliver Eftevaag
2024-05-29
3
-1
/
+42
*
QQuickMenuBar: add docs about using a native menu bar on macOS
Richard Moe Gustavsen
2024-05-28
1
-0
/
+9
*
Menu: add insets to the menus, to accommodate for drop shadows
Richard Moe Gustavsen
2024-05-28
7
-24
/
+126
*
Give QQuickPopup the ability to create top-level windows
Oliver Eftevaag
2024-05-27
21
-56
/
+878
*
Merge remote-tracking branch 'origin/dev' into nativemenus
Richard Moe Gustavsen
2024-05-26
315
-1789
/
+5144
|
\
|
*
TypedArray: Preserve exact NaN bit pattern on fill()
Ulf Hermann
2024-05-25
2
-3
/
+8
|
*
QmlCompiler: Explicitly cast operations that result in QString
Ulf Hermann
2024-05-25
6
-2
/
+95
|
*
QQuickAbstractButton: setAction will share its Accessible object
Aleix Pol
2024-05-24
8
-20
/
+141
|
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2024-05-24
1
-5
/
+5
|
*
QML: Deprecate coercion on type assertions
Ulf Hermann
2024-05-24
11
-17
/
+191
|
*
CMake: Move add_subdirectory(impl) calls for styles to the front
Alexandru Croitor
2024-05-23
2
-4
/
+4
|
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2024-05-23
1
-5
/
+5
|
*
Add invokable default ctors to all named, structured value types
Ulf Hermann
2024-05-23
4
-3
/
+48
|
*
QtQml: Allow "using" declarations in QML type registrations
Ulf Hermann
2024-05-23
13
-41
/
+163
|
*
Document QtQuickView embedding in Service
Petri Virkkunen
2024-05-23
1
-0
/
+37
|
*
qqmllsutils: move completion enums to completion class
Sami Shalayel
2024-05-23
3
-6
/
+6
|
*
qmlls: implement commitToBase workflow for lazy files
Sami Shalayel
2024-05-23
14
-52
/
+354
|
*
qqmldomastcreator: move widely used check into own method
Sami Shalayel
2024-05-23
2
-56
/
+65
|
*
QtQml: Let QQmlTypeWrapper act as a constructor for its type
Ulf Hermann
2024-05-23
13
-79
/
+367
|
*
curve renderer: Fix uniform offset with multiview
Eskil Abrahamsen Blomfeldt
2024-05-23
1
-2
/
+2
|
*
Fix ShaderEffect warning in tst_combobox.qml
Mitch Curtis
2024-05-23
3
-10
/
+20
|
*
Improve font documentation
Mitch Curtis
2024-05-23
2
-3
/
+29
|
*
Doc: Mark Qt::createComponent module URI overload with a proper \since
Ivan Tkachenko
2024-05-22
1
-1
/
+2
|
*
Add a wrapper builtin for QJsonArray
Luca Di Sera
2024-05-22
4
-0
/
+35
|
*
Load a QJsonArray property as a Sequence
Luca Di Sera
2024-05-22
5
-5
/
+261
|
*
Android: Add qml-dom-binary value to android deploy settings
Soheil Armin
2024-05-22
1
-0
/
+4
|
*
QmlCompiler: Use std::move where possible
Ulf Hermann
2024-05-22
1
-1
/
+1
|
*
Android: Move Java types and conversion functions to their own header
Soheil Armin
2024-05-22
6
-82
/
+131
|
*
Android: Add QAndroidQuickView class that owns QAndroidViewSignalManager
Soheil Armin
2024-05-22
3
-12
/
+25
|
*
Android: Rename and split SignalHelper into new header and source files
Soheil Armin
2024-05-22
5
-152
/
+201
|
*
Android: Improve error handling and logging of QtQuickView
Soheil Armin
2024-05-22
1
-19
/
+21
|
*
Call polish after setting HAlign in Qml TextEdit
Ed Cooke
2024-05-22
3
-26
/
+27
|
*
Fix warnings in tst_combobox.qml
Mitch Curtis
2024-05-22
1
-12
/
+17
|
*
qmlls: fix typo in renaming error message
Sami Shalayel
2024-05-21
1
-1
/
+1
|
*
Support moving sections (row and column) in quick table view
Santhosh Kumar
2024-05-21
7
-32
/
+470
|
*
tests: fix linebylinelex tests for mobile and embedded
Samuli Piippo
2024-05-21
3
-33
/
+9
|
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2024-05-20
1
-5
/
+5
|
*
Doc: explain that Window doesn't apply palette.window automatically
Mitch Curtis
2024-05-20
2
-3
/
+17
|
*
Doc: import Basic style in customization snippets
Mitch Curtis
2024-05-20
41
-45
/
+45
|
*
VectorImage: Fix wrong stroke-width and stroke-color
Hatem ElKharashy
2024-05-19
1
-2
/
+2
|
*
tst_qv4estable: fix -Wsign-compare
Marc Mutz
2024-05-18
1
-3
/
+3
|
*
Remove remnants of QtQuick's original QMinimalFlatSet
Marc Mutz
2024-05-18
2
-150
/
+0
|
*
Add the registration of QByteArrayList in QML
Alexey Edelev
2024-05-17
1
-0
/
+8
[next]