aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up and clarify Date's ParseString's commentEdward Welbourne2024-02-161-8/+8
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-251-0/+7
* QmlCompiler: Allow construction of Date objectsUlf Hermann2023-08-181-11/+23
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-171-0/+5
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-171-0/+5
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-171-0/+25
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-28/+82
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-12/+13
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-4/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-101-133/+4
* Simplify ToDateTime() and fix a typo in its docEdward Welbourne2022-05-021-2/+2
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+2
* Replace all includes of windows.h with qt_windows.hUlf Hermann2021-10-251-1/+1
* Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-101-0/+38
* Rename a parameter to avoid shadowing a memberEdward Welbourne2021-05-181-3/+3
* Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)Edward Welbourne2020-11-121-3/+2
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+2
* V4 Date: pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-011-1/+1
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-10/+10
* Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-301-3/+3
* V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-5/+20
|\
| * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-2/+1
* | Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
* | Fix tst_qqmllocale::timeZoneUpdated() test on AndroidJan Arve Sæther2019-07-181-1/+1
* | Remove some unneeded includesUlf Hermann2019-07-081-2/+0
|/
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-6/+12
|\
| * Ensure our builtin constructors are subclassableLars Knoll2018-11-221-6/+12
* | Stop using deprecated Qt:LocaleDateEdward Welbourne2018-09-211-3/+3
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-13/+13
* Fix Date.Utc()Lars Knoll2018-09-071-16/+43
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-1/+1
* Fix handling of out-of-range year in Date's toISOString()Edward Welbourne2018-07-031-1/+1
* Apply TimeClip() in a few places it was missingEdward Welbourne2018-07-031-3/+3
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-3/+3
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-0/+18
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-111-1/+1
|\
| * Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-3/+1
* | Remove static localTZA variableLars Knoll2018-05-021-52/+51
|/
* Get rid of BuiltinFunctionLars Knoll2018-01-151-1/+1
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-263/+333
|\