aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-173-10/+11
* QTcpServerConnection: move QTcpServerConnectionFactory definition into .cppMarc Mutz2022-05-103-61/+11
* QQmlInspectorService: move QQmlInspectorServiceFactory definition into .cppMarc Mutz2022-05-103-74/+11
* QLocalClientConnection: move QLocalClientConnectionFactory definition into .cppMarc Mutz2022-05-103-60/+10
* Re-run includemocs (new script version)Marc Mutz2022-05-091-0/+1
* Add a TU for QQmlDebugServerMarc Mutz2022-05-072-2/+2
* QQuickProfilerAdapterFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
* QQmlPreviewServiceFactoryPlugin: includemocsMarc Mutz2022-05-016-0/+12
* QQmlInspectorServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
* QDebugMessageServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
* QQmlNativeDebugServiceFactoryPlugin: includemocsMarc Mutz2022-05-011-0/+2
* QtPacketProtocolPrivate: includemocsMarc Mutz2022-05-011-0/+2
* QQmlProfilerServiceFactoryPlugin: includemocsMarc Mutz2022-04-301-0/+2
* QQmlDebuggerServiceFactoryPlugin: includemocsMarc Mutz2022-04-301-0/+2
* Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-281-1/+1
* Add quick3d events and types to qmlprofilerJanne Koskinen2021-12-241-0/+10
* Fix build after change to QAbstractFileEngine::open()Ievgenii Meshcheriakov2021-12-072-3/+4
* Fix build after change to QAbstractFileEngine::mkdirVolker Hilsheimer2021-11-262-3/+5
* Fix logging categories in QtQml and friendsUlf Hermann2021-11-261-2/+0
* Avoid unnecessary color format conversionJiDe Zhang2021-10-292-12/+16
* Qmldebugtranslator: init it with nullptrTim Jenssen2021-10-201-1/+1
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-189-9/+9
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-122-73/+20
* Fix the implicit capture of `this` in lambdas when capturing [=]Giuseppe D'Angelo2021-10-091-1/+1
* Avoid giving false warnings of translations not fitting inTuomo Pelkonen2021-10-051-1/+7
* Fix debug translation service missing errorsTuomo Pelkonen2021-09-302-3/+11
* Add all qml debug translation fixes and functionalities from 5.15Tuomo Pelkonen2021-09-085-23/+64
* QmlPreview: Protect QQmlPreviewFileLoader::load with another mutexUlf Hermann2021-08-163-11/+22
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-1012-12/+12
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0811-11/+11
* Don't include qregularexpression if Qt was not configured for itPierre-Yves Siret2021-07-021-2/+3
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+2
* CMake: Rename qt plugin targets to end with PluginAlexandru Croitor2021-06-2512-17/+29
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-101-2/+2
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-2/+3
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-081-1/+1
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-5/+0
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-041-1/+2
* V4 Debugger: Remove unimplemented function declarationUlf Hermann2021-05-041-1/+0
* QV4DebuggerAgent: Apply some coding styleUlf Hermann2021-05-042-8/+5
* V4 debugger: Properly count break pointsUlf Hermann2021-05-042-1/+2
* Implement debugtranslationserviceTim Jenssen2021-04-2612-105/+677
* qmlpreview: Fix preview position is out of scope warningMaximilian Goldstein2021-04-162-8/+11
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-234-5/+5
* QQmlMetaType: Remove qmlLists memberFabian Kosmale2021-03-191-1/+1
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-051-2/+2
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-2/+2
* QmlDebug: make qt_qmlDebugClearBuffer() accessibleTim Jenssen2021-01-271-1/+6
* Remove the qmake project filesFabian Kosmale2021-01-1516-356/+0
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-5/+6