aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-183-6/+22
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-153-18/+2
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* V4: Deal with AOT-compiled functions returning QVariantUlf Hermann2020-11-171-2/+11
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+1
* Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)Edward Welbourne2020-11-121-3/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-113-36/+45
* V4 string object: Avoid some compile warningsUlf Hermann2020-11-091-2/+2
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-095-42/+91
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-074-20/+21
* FunctionCallProfiler: initialize all membersVolker Hilsheimer2020-11-051-4/+3
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-314-6/+6
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+2
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-023-337/+247
* Adapt to changes in QMetaSequenceInterface and iterablesUlf Hermann2020-09-251-7/+7
* Handle QProperty inside bindingsFabian Kosmale2020-09-211-1/+1
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-213-5/+5
* Rename QQmlSequence to QV4SequenceUlf Hermann2020-09-213-72/+72
* Adapt to change in QMetaSequenceInterface::valueMetaTypeUlf Hermann2020-09-181-1/+1
* Don't capture bindable propertiesUlf Hermann2020-09-171-1/+1
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-172-2/+2
* 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
| |\