| Commit message (Expand) | Author | Age | Files | Lines |
| * | V4 Date: Support more nonstandard date formats | Sami Shalayel | 2025-10-21 | 1 | -1/+4 |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | 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 |