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
/
qml
/
jsruntime
/
qv4dateobject_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
1
-6
/
+13
*
QtQml: Unify detaching behavior for all reference objects
Ulf Hermann
2024-10-24
1
-7
/
+91
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-1
/
+1
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
QmlCompiler: Allow coercing date values to numbers
Ulf Hermann
2023-08-25
1
-0
/
+1
*
QmlCompiler: Allow construction of Date objects
Ulf Hermann
2023-08-18
1
-0
/
+5
*
QML: Add more overloads to Qt.format{Date|Time|DateTime}()
Ulf Hermann
2023-01-17
1
-0
/
+1
*
V4: Unify type conversions for date and time values
Ulf Hermann
2023-01-17
1
-0
/
+1
*
QJSEngine: Add efficient conversions for QDateTime and friends
Ulf Hermann
2023-01-17
1
-0
/
+3
*
QML: Fix write back of Date values
Ulf Hermann
2023-01-17
1
-14
/
+156
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
V4 Date: pass QDate, QTime by value, not by const reference
Edward Welbourne
2020-09-01
1
-1
/
+1
*
Move model types into their own library
Ulf Hermann
2019-05-02
1
-1
/
+1
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-1
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-2
/
+2
*
Implement toPrimitive() the way the ES7 spec wants it
Lars Knoll
2018-05-28
1
-0
/
+1
*
Remove static localTZA variable
Lars Knoll
2018-05-02
1
-1
/
+1
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
Convert Date methods to new calling convention
Lars Knoll
2017-11-13
1
-51
/
+51
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-2
/
+2
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-1
/
+1
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-51
/
+51
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-0
/
+2
|
\
|
*
Move the internalClass field from Heap::Object to Heap::Base
Lars Knoll
2017-05-19
1
-0
/
+2
*
|
DatePrototype: In ES6, this is an Object, not a DateObject
Robin Burchell
2017-02-07
1
-1
/
+1
|
/
*
Convert more builtin methods to the new calling convention
Lars Knoll
2017-01-25
1
-51
/
+51
*
Clean up duplicated checks whether a Value is a Managed
Lars Knoll
2016-11-29
1
-1
/
+1
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-6
/
+8
*
V4: Handle QTime->DateObject conversion better
Erik Verbruggen
2016-08-10
1
-0
/
+2
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-2
/
+2
*
Replace qQNaN() and friends with qt_qnan().
Erik Verbruggen
2016-04-05
1
-2
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Replace all occurrences of qSNaN() with qQNaN()
Ulf Hermann
2015-12-07
1
-1
/
+1
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Simplify new construction scheme
Lars Knoll
2015-09-22
1
-0
/
+1
*
Move more objects over to the new allocation scheme
Lars Knoll
2015-09-22
1
-5
/
+3
*
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
2015-08-10
1
-1
/
+1
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-1
/
+1
*
Move more objects from the v4 engine to the js stack
Lars Knoll
2015-04-24
1
-1
/
+1
*
Store the datetime as a double in the date object
Lars Knoll
2015-04-24
1
-6
/
+5
*
Remove last asFoo() methods from Managed
Lars Knoll
2015-04-21
1
-1
/
+1
*
More cleanups
Lars Knoll
2015-04-21
1
-3
/
+3
*
Get rid of Value::asDateObject()
Lars Knoll
2015-04-16
1
-0
/
+6
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-2
/
+2
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
Move prototype back from the vtable into Object
Lars Knoll
2014-12-11
1
-9
/
+7
*
Move Data of Variant and ArgumentsObject into Heap namespace
Lars Knoll
2014-11-08
1
-20
/
+28
[next]