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
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
path:
root
/
src
/
qml
/
jsapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
QJSEngine: Allow strings as arguments to throwError()
Ulf Hermann
8 days
1
-1
/
+3
*
QtQml: Avoid maybe-uninitialized warnings in QJSPrimitiveValue
Ulf Hermann
2025-04-15
1
-1
/
+5
*
Doc: Fix QJSValue::strictlyEquals boolean description
Andreas Eliasson
2025-03-14
1
-1
/
+1
*
QJSEngine: Trim compilation units after evaluating a program
Olivier De Cannière
2025-03-12
1
-0
/
+2
*
add some missing Q_EMIT statements
Tim Blechmann
2025-02-22
1
-1
/
+6
*
QJSEngine::collectGarbage: Align behavior with QML's gc method
Fabian Kosmale
2025-01-22
1
-1
/
+1
*
QtQml: Add documentation note about QJSValue::isArray()
Ulf Hermann
2025-01-21
1
-0
/
+11
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
4
-13
/
+29
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
1
-12
/
+15
*
QJSPrimitiveValue: fix -Wswitch-enum
Marc Mutz
2024-05-17
1
-3
/
+17
*
QtQml: Move QMetaObjectWrapper into separate header/impl files
Ulf Hermann
2024-04-28
3
-0
/
+3
*
QmlCompiler: Consider lengths to be qsizetype
Ulf Hermann
2024-04-26
1
-44
/
+36
*
Fix build with disable-deprecated-up-to configuration
Jari Helaakoski
2024-04-11
1
-0
/
+2
*
Deprecate QJSValue::isVariant
Fabian Kosmale
2024-03-21
2
-0
/
+12
*
QJSEngine: Avoid calling QJSValue::isVariant in qjsvalue_cast
Fabian Kosmale
2024-03-21
1
-4
/
+1
*
QJSEngine: Correctly detect QVariant
Fabian Kosmale
2024-02-08
1
-1
/
+7
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
Add doc for gc()
Tasuku Suzuki
2024-01-11
1
-1
/
+5
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-1
/
+1
*
Long live incremental garbage collection in QML!
Fabian Kosmale
2023-12-20
2
-2
/
+11
*
QJSValue: convert more aggressively to QVariant
Fabian Kosmale
2023-12-19
1
-2
/
+5
*
QJSValue: document that isUrl only returns true for JS URL objects
Volker Hilsheimer
2023-12-18
1
-1
/
+4
*
Doc: Fix \fn template arguments for Qt Qml
Luca Di Sera
2023-11-30
1
-1
/
+1
*
QJSEngine: use delegating ctor
Fabian Kosmale
2023-11-22
1
-4
/
+1
*
QML Debugger: Don't crash when looking up values from imported modules
Ulf Hermann
2023-10-24
1
-2
/
+5
*
QmlCompiler: Implement GetIterator and IteratorNext
Ulf Hermann
2023-09-21
1
-0
/
+63
*
qml: replace fromLatin with _L1
Anton Kudryavtsev
2023-09-15
1
-1
/
+1
*
Doc: Fix undocumented parameters and broken links
Topi Reinio
2023-09-15
1
-2
/
+2
*
QmlCompiler: Allow coercing date values to numbers
Ulf Hermann
2023-08-25
2
-0
/
+12
*
QmlCompiler: Allow construction of Array objects
Ulf Hermann
2023-08-22
1
-0
/
+19
*
QJSPrimitiveValue: Fix unreachable-return declarations
Ulf Hermann
2023-08-16
1
-24
/
+24
*
QJSEngine::evaluate: Cross-reference QQmlExpression
Fabian Kosmale
2023-08-15
1
-0
/
+5
*
QJSPrimitiveValue: use Q_UNREACHABLE_RETURN in switch statements
Olivier De Cannière
2023-08-11
1
-5
/
+21
*
Apply Q_UNREACHABLE-in-constexpr workaround for GCC 8 (QNX)
Marc Mutz
2023-06-29
1
-4
/
+24
*
Doc: Small improvements for ~QQmlEngine, ~QJSEngine
Kai Köhne
2023-06-20
1
-1
/
+1
*
QML: Allow conversion of symbols to QVariant
Ulf Hermann
2023-06-20
1
-1
/
+2
*
QJSPrimitiveValue: Drop superfluous const
Ulf Hermann
2023-06-13
1
-1
/
+1
*
QML: Add warning comment to qjslist.h
Ulf Hermann
2023-06-13
1
-0
/
+12
*
QmlCompiler: Improve argument construction in generated code
Ulf Hermann
2023-05-11
2
-0
/
+38
*
QML: Encode "missing" line number as negated address of stack frame
Ulf Hermann
2023-05-09
1
-1
/
+1
*
QmlCompiler: Inline some array methods
Ulf Hermann
2023-04-28
2
-0
/
+300
*
QJSEngine: Fix some conversions
Ulf Hermann
2023-03-23
1
-2
/
+11
*
Doc: Fix QJSPrimitiveValue::to() \fn signature
Topi Reinio
2023-03-20
1
-2
/
+3
*
QJSPrimitiveValue: Add data(), metaType() and a generic coercion method
Ulf Hermann
2023-03-17
2
-0
/
+111
*
QJSEngine: scope the results of fromData() and fromVariant()
Ulf Hermann
2023-03-07
1
-2
/
+7
*
Doc: Remove duplicate words (typos)
Andreas Eliasson
2023-03-07
1
-2
/
+2
*
QML: Treat long and ulong like other numbers
Ulf Hermann
2023-02-07
1
-0
/
+6
*
QJSEngine: Move old convertV2 to removed_api.cpp
Ulf Hermann
2023-01-31
2
-8
/
+1
*
QJSPrimitiveValue: Use operator symbol in lieu of name
Fabian Kosmale
2023-01-25
1
-1
/
+1
*
Fix minor API problems
Ulf Hermann
2023-01-18
2
-23
/
+8
[next]