aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-163-14/+14
* Fix build after QStringList change in qtbaseVolker Hilsheimer2020-09-151-3/+0
* Do not write the 0 terminator for QStringLars Knoll2020-09-151-2/+0
* Adapt to changes in qtbaseUlf Hermann2020-09-152-69/+158
* Use QDate::startOfDay() rather than assuming midnight existsEdward Welbourne2020-09-011-1/+1
* V4 Date: pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-014-4/+4
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-2/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-95/+23
* Always group the metaType and listType togetherLars Knoll2020-08-282-13/+9
* Adapt to qtbase changesFabian Kosmale2020-08-233-11/+11
* Compile against latest qtbaseLars Knoll2020-07-092-4/+4
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-1/+4
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-5/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-263-7/+7
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-1610-19/+19
* Remove winrtOliver Wolff2020-06-042-7/+1
* QtQml: Use unicode character literalsUlf Hermann2020-06-034-72/+72
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-281-5/+3
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-261-3/+3
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Remove dead codeRobert Loehning2020-05-191-4/+2
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-181-1/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-151-1/+1
| |\
| | * V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
* | | QJSEngine: support char16_tFabian Kosmale2020-05-161-0/+2
|/ /
* | Implement URLSearchParamsMaximilian Goldstein2020-05-067-0/+885
* | Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-04-301-1/+1
* | Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-224-9/+24
* | Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-223-2/+14
* | Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-212-4/+4
* | Check in even more places for exceptionsFabian Kosmale2020-04-214-3/+8
* | Change qHash return value to size_tFabian Kosmale2020-04-162-2/+2
* | Fix build with MSVCSimon Hausmann2020-04-151-1/+1
* | Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-1510-145/+213
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-092-3/+35
|\|
| * QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-252-33/+79
| * Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+1
* | Implement URL objectMaximilian Goldstein2020-04-088-0/+934
* | Remove convert from ASCII warningFawzi Mohamed2020-04-061-2/+2
* | Remove QRegExp support from QtQmlLars Knoll2020-04-035-55/+3
* | Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-43/+54
* | V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-032-35/+3
* | Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-4/+9
* | Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+12
* | Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-255-114/+260
* | Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-2/+2
* | Encapsulate QQmlContextDataUlf Hermann2020-03-238-92/+131
* | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-186-67/+117