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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...
v5.15.6-lts-lgpl
Tarja Sundqvist
2022-08-16
1
-0
/
+38
|
\
|
*
Use QDateTime to get offsets for emscripten (wasm)
Edward Welbourne
2021-08-13
1
-0
/
+38
*
|
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-20
/
+20
|
/
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-20
/
+20
*
qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platforms
Ulf Hermann
2020-06-25
1
-2
/
+19
*
Reduce Qt Declarative's use of QDateTime's locale-dependent APIs
Fabian Kosmale
2020-01-30
1
-3
/
+3
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-10-10
1
-5
/
+20
|
\
|
*
Be more fussy about the MakeDay() calculation
Edward Welbourne
2019-10-08
1
-5
/
+20
*
|
Convert a few sizeof(array)/sizeof(element0) fors to range fors
Albert Astals Cid
2019-10-04
1
-2
/
+1
*
|
Convert QTime to V4 Date on a date with no DST in force
Edward Welbourne
2019-09-27
1
-7
/
+9
*
|
Fix tst_qqmllocale::timeZoneUpdated() test on Android
Jan Arve Sæther
2019-07-18
1
-1
/
+1
*
|
Remove some unneeded includes
Ulf Hermann
2019-07-08
1
-2
/
+0
|
/
*
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2018-11-24
1
-6
/
+12
|
\
|
*
Ensure our builtin constructors are subclassable
Lars Knoll
2018-11-22
1
-6
/
+12
*
|
Stop using deprecated Qt:LocaleDate
Edward Welbourne
2018-09-21
1
-3
/
+3
|
/
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-13
/
+13
*
Fix Date.Utc()
Lars Knoll
2018-09-07
1
-16
/
+43
*
Fix toLocaleString implementations in (Typed)Array.prototype
Lars Knoll
2018-08-23
1
-1
/
+1
*
Fix handling of out-of-range year in Date's toISOString()
Edward Welbourne
2018-07-03
1
-1
/
+1
*
Apply TimeClip() in a few places it was missing
Edward Welbourne
2018-07-03
1
-3
/
+3
*
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
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-3
/
+3
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-1
/
+1
*
Implement toPrimitive() the way the ES7 spec wants it
Lars Knoll
2018-05-28
1
-0
/
+18
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-11
1
-1
/
+1
|
\
|
*
Fix build without features.timezone
Tasuku Suzuki
2018-05-11
1
-1
/
+1
*
|
Cleanup creation code for builtin functions
Lars Knoll
2018-05-02
1
-3
/
+1
*
|
Remove static localTZA variable
Lars Knoll
2018-05-02
1
-52
/
+51
|
/
*
Get rid of BuiltinFunction
Lars Knoll
2018-01-15
1
-1
/
+1
*
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/wip/new-backend' into dev
Simon Hausmann
2017-11-21
1
-263
/
+333
|
\
|
*
Convert Date methods to new calling convention
Lars Knoll
2017-11-13
1
-150
/
+145
|
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-12
/
+12
|
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-1
/
+1
|
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
|
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-1
/
+1
|
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-3
/
+3
|
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
|
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-43
/
+43
|
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-3
/
+3
|
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-0
/
+1
|
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-181
/
+254
|
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-5
/
+6
*
|
V4 Date.ParseString(): use array in place of QStringList
Edward Welbourne
2017-11-14
1
-50
/
+51
*
|
V4 Date.ParseString(): fix UTC-ness of date-only formats
Edward Welbourne
2017-11-14
1
-18
/
+43
*
|
V4 Date: fix what we can within ECMA 262's limitations
Edward Welbourne
2017-11-14
1
-39
/
+80
|
/
*
DateObject: Add a bunch of exception checks
Robin Burchell
2017-02-07
1
-0
/
+28
*
Date.prototype: Fixes for ES6 compliance
Robin Burchell
2017-02-07
1
-4
/
+19
[next]