aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-3/+3
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* QJSEngine::evaluete: fix documentationFabian Kosmale2020-09-031-2/+2
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-022-6/+28
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-282-0/+70
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-262-22/+0
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-252-38/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-1/+1
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-6/+6
* QJSEngine: support char16_tFabian Kosmale2020-05-161-0/+3
* Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-242-0/+70
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-1/+2
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-186-514/+329
* QJSValue: Make call* const (Qt 6 TODO)Fabian Kosmale2020-03-132-6/+6
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+6
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-233-8/+38
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-6/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-1/+3
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-1/+3
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* | Port from implicit to explicit atomic operationsMarc Mutz2019-07-022-6/+6
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-2/+19
|\|
| * Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-4/+0
* | Make JavaScript execution interruptibleUlf Hermann2019-04-303-1/+44
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+1
|\|
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-03-291-1/+1
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-6/+6
|\|
| * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-6/+6
* | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
|/
* Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
* Doc: Fix spelling of qjsvalue_cast()Ulf Hermann2018-11-201-1/+1
* Clarify documentation about throwError and the specific error typesSimon Hausmann2018-10-312-6/+22
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-304-1/+139
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-15/+13
* Doc: Fix QDoc warningsPaul Wicking2018-10-011-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-172-11/+11
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Provide some more documentation for modules in QJSEngineSimon Hausmann2018-08-161-0/+39
* Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-162-0/+51
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-041-2/+2
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-022-80/+68
* JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-131-1/+1
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+1
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-16/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-2/+2