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
/
jsruntime
/
qv4dateobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable read-backs for DateObject
Luca Di Sera
2025-02-05
1
-1
/
+19
*
QtQml: Unify detaching behavior for all reference objects
Ulf Hermann
2024-10-24
1
-0
/
+28
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-2
/
+2
*
Clean up and clarify Date's ParseString's comment
Edward Welbourne
2024-02-16
1
-8
/
+8
*
QmlCompiler: Allow coercing date values to numbers
Ulf Hermann
2023-08-25
1
-0
/
+7
*
QmlCompiler: Allow construction of Date objects
Ulf Hermann
2023-08-18
1
-11
/
+23
*
QML: Add more overloads to Qt.format{Date|Time|DateTime}()
Ulf Hermann
2023-01-17
1
-0
/
+5
*
V4: Unify type conversions for date and time values
Ulf Hermann
2023-01-17
1
-0
/
+5
*
QJSEngine: Add efficient conversions for QDateTime and friends
Ulf Hermann
2023-01-17
1
-0
/
+25
*
QML: Fix write back of Date values
Ulf Hermann
2023-01-17
1
-28
/
+82
*
Route Qt::TimeSpec usage via QTimeZone
Edward Welbourne
2022-12-11
1
-12
/
+13
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-4
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Use qtbase's new (private) QLocalTime for Date's UTC offsets
Edward Welbourne
2022-06-10
1
-133
/
+4
*
Simplify ToDateTime() and fix a typo in its doc
Edward Welbourne
2022-05-02
1
-2
/
+2
*
V4 Date: Support another nonstandard date format QDateTime has dropped
Ulf Hermann
2022-02-03
1
-0
/
+2
*
Replace all includes of windows.h with qt_windows.h
Ulf Hermann
2021-10-25
1
-1
/
+1
*
Use QDateTime to get offsets for emscripten (wasm)
Edward Welbourne
2021-08-10
1
-0
/
+38
*
Rename a parameter to avoid shadowing a member
Edward Welbourne
2021-05-18
1
-3
/
+3
*
Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)
Edward Welbourne
2020-11-12
1
-3
/
+2
*
QML: Make date parsing more lenient
Fabian Kosmale
2020-10-29
1
-0
/
+2
*
V4 Date: pass QDate, QTime by value, not by const reference
Edward Welbourne
2020-09-01
1
-1
/
+1
*
qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platforms
Ulf Hermann
2020-06-25
1
-2
/
+19
*
QtQml: Use unicode character literals
Ulf Hermann
2020-06-03
1
-10
/
+10
*
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
|
/
[next]