aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-201-0/+1
|\
| * openvg: Add missing breakKai Uwe Broulik2023-03-071-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-2/+2
|\|
| * Debugger: Initialize scoped context correctlySemih Yavuz2022-11-251-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-013-3/+4
|\|
| * Re-run includemocs (new script version)Marc Mutz2022-08-051-0/+1
| * QQmlPreviewFileLoader: use QLibraryInfo::LibraryPathIvan Solovev2022-07-221-1/+1
| * Add a TU for QQmlDebugServerMarc Mutz2022-07-212-2/+2
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-24117-2553/+2553
|/
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-06-133-10/+11
* QQuickProfilerAdapterFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* QtPacketProtocolPrivate: includemocsMarc Mutz2022-06-061-0/+2
* QDebugMessageServiceFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* QQmlDebuggerServiceFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* QQmlProfilerServiceFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* QQmlPreviewServiceFactoryPlugin: includemocsMarc Mutz2022-06-066-0/+12
* QQmlNativeDebugServiceFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* QQmlInspectorServiceFactoryPlugin: includemocsMarc Mutz2022-06-061-0/+2
* Update commercial license headersTarja Sundqvist2022-06-04117-2553/+2553
* Remove PUBLIC which leads to unnecessary Qt::Gui dependenciesTatiana Borisova2022-02-281-1/+1
* Qmldebugtranslator: init it with nullptrTim Jenssen2021-10-201-1/+1
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-142-73/+20
* Avoid giving false warnings of translations not fitting inTuomo Pelkonen2021-10-051-1/+7
* Fix debug translation service missing errorsTuomo Pelkonen2021-10-042-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-173-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
* 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
* 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
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-314-6/+6
* Standardize QJsonArray iterationDavid Skoland2020-10-282-4/+4
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-1/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-5/+5
* Fix compilation for OpenVG pluginEskil Abrahamsen Blomfeldt2020-09-2210-34/+30