aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Convert Date methods to new calling conventionLars Knoll2017-11-131-150/+145
| * Change signature for call/callAsConstructorLars Knoll2017-11-071-12/+12
| * Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
| * Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
| * Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
| * Get rid of JSCallData::call()Lars Knoll2017-11-071-3/+3
| * Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
| * Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-43/+43
| * Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+3
| * Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
| * Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-181/+254
| * Change function signatures for call/construct backLars Knoll2017-08-041-5/+6
* | V4 Date.ParseString(): use array in place of QStringListEdward Welbourne2017-11-141-50/+51
* | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-18/+43
* | V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2017-11-141-39/+80
|/
* DateObject: Add a bunch of exception checksRobin Burchell2017-02-071-0/+28
* Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-4/+19