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.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
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
/
qmlworkerscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix navigation in Qml WorkerScript and XmlListModel projects
Alexei Cazacov
2025-01-17
2
-4
/
+36
*
QtQml: Move network access manager factory into type loader
Ulf Hermann
2025-01-08
1
-15
/
+12
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
1
-6
/
+3
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Remove the use of GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-06-11
1
-1
/
+0
*
Restructure builtins and QtQml.Base
Ulf Hermann
2024-06-03
1
-1
/
+1
*
QtQml: Use QHash/QMap's constFind() to avoid unnecessary detaches
Vladimir Belyavsky
2024-04-22
1
-4
/
+4
*
QtQml: Add a wrapper builtin for QQmlV4Function*
Ulf Hermann
2024-04-12
2
-3
/
+2
*
Remove the use of GENERATE_PRIVATE_CPP_EXPORTS
Alexey Edelev
2024-01-11
1
-2
/
+1
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-1
/
+1
*
Remove the use of Q_QMLWORKERSCRIPT_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
2
-2
/
+2
*
Remove all QML_DECLARE_TYPE from src and tools
Ulf Hermann
2023-11-18
1
-2
/
+0
*
Doc: Fix undocumented parameters and broken links
Topi Reinio
2023-09-15
1
-0
/
+3
*
convert threading example to manual tests
Oliver Eftevaag
2023-07-04
1
-3
/
+0
*
Doc: Don't use versioned Qt imports in QML snippets
Kai Köhne
2023-06-30
1
-1
/
+1
*
Doc: Remove warninglimit .qdocconf variable
Topi Reinio
2023-06-27
1
-3
/
+0
*
Remove the manual undef of the min/max macros, or def NOMINMAX
Amir Masoud Abdol
2023-06-06
1
-5
/
+0
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-3
/
+4
*
QML: Fix write back of Date values
Ulf Hermann
2023-01-17
1
-1
/
+1
*
WorkerScript: Create ExecutionEngines on demand when needed
Ulf Hermann
2022-11-30
1
-15
/
+40
*
QtQml: Restructure the module
Maximilian Goldstein
2022-11-28
1
-0
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
QML: Drop the "succeeded" out parameters from SequencePrototype
Ulf Hermann
2022-10-07
1
-3
/
+2
*
V4: Make ExecutionEngine::toVariant() static
Ulf Hermann
2022-09-20
1
-1
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-09-07
1
-1
/
+1
*
QML: Make modules imported with registerModule() available in QML
Ulf Hermann
2022-09-02
1
-4
/
+6
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
8
-303
/
+16
*
Allow retrieval of sequences from QJSValue
Ulf Hermann
2022-06-02
1
-19
/
+18
*
QML: Allow named lists of value types
Ulf Hermann
2022-01-28
1
-1
/
+5
*
Remove the qml_sequence_object feature flag
Ulf Hermann
2022-01-15
1
-8
/
+0
*
Doc: Enable zero warning limit for documentation
Venugopal Shivashankar
2022-01-14
1
-0
/
+3
*
Doc: Drop version no. against the \qmlmodule
Venugopal Shivashankar
2021-12-02
1
-1
/
+1
*
Migrate to autogenerated cpp exports
Alexey Edelev
2021-11-02
3
-14
/
+4
*
Doc: Remove unsupported customFilters
Kai Köhne
2021-08-31
1
-4
/
+0
*
Remove unnecessary declarations of type registration functions
Ulf Hermann
2021-07-16
1
-2
/
+0
*
Fix life cycle methods for some QML-exposed types
Ulf Hermann
2021-07-14
1
-0
/
+1
*
Privately export all QML-exposed types
Ulf Hermann
2021-07-13
1
-1
/
+1
*
Pass QMetaType by value rather than by ID in more places
Ulf Hermann
2021-06-09
1
-1
/
+1
*
Refactor and update qml CMake API
Craig Scott
2021-06-04
3
-25
/
+49
*
CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files
Craig Scott
2021-05-19
1
-115
/
+0
*
CMake: Remove GENERATE_METATYPES usage
Maximilian Goldstein
2021-04-27
1
-1
/
+0
*
CMake: Fix qml module version to use the repo project version
Alexandru Croitor
2021-04-15
1
-1
/
+1
*
QV4::Engine::toVariant: Use metatype instead of metatype id
Fabian Kosmale
2021-03-25
1
-1
/
+1
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-3
/
+3
*
Use functions as signal handlers when accessing parameters
Ulf Hermann
2021-02-12
1
-2
/
+2
*
Remove the qmake project files
Fabian Kosmale
2021-01-15
1
-26
/
+0
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-10-06
2
-20
/
+20
*
Do not resolve URLs when assigning them to a property
Ulf Hermann
2020-06-22
1
-4
/
+7
*
CMake: Regenerate qtdeclarative/src
Alexandru Croitor
2020-05-29
2
-1
/
+2
[next]