summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/assetexporterplugin/assetexporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* QmlJSEditor/QmlDesigner: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-11/+11
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-2/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QmlDesigner: Detach views outside of model destructorMarco Bubke2022-10-271-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-10-101-1/+1
|\
| * Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* | QmlDesigner: Merge cmake filesMarco Bubke2022-10-071-1/+2
|/
* QmlDesigner: Remove parent from abstract viewMarco Bubke2022-09-221-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Add type enumeration to auxiliary dataMarco Bubke2022-08-091-5/+7
* QML Designer: Fix UI textLeena Miettinen2022-02-171-2/+2
* Add missing "emit"sAlessandro Portale2021-11-111-1/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-06-091-3/+6
|\
| * AssetExport: Enable setting custom metadata file name for exported componentsTapani Mattila2021-06-081-3/+6
* | Utils: filepathify fileutilsDavid Schulz2021-05-181-5/+5
|/
* AssetExport: Fix assets not being exported in certain casesVikas Pachdha2021-03-241-0/+11
* QDS: Check terms in Assert Exporter PluginLeena Miettinen2021-03-181-5/+5
* QmlDesigner: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-181-1/+1
* AssetExport: Add typeId and typeName to component instancesVikas Pachdha2021-02-011-1/+93
* AssetExport: Export reference assets of componentsVikas Pachdha2021-01-191-8/+35
* AssetExport: Enable generating multiple metadata filesVikas Pachdha2021-01-151-23/+59
* AssetExport: Notify QML parsing errorsVikas Pachdha2020-09-011-6/+17
* AssetExport: Export the metadata oustside the project directoryVikas Pachdha2020-08-311-1/+6
* AssetExport: UI improvementsVikas Pachdha2020-06-301-3/+6
* AssetExport: Let user cancel the exportVikas Pachdha2020-06-301-5/+19
* AssetExport: Add unique identfier to all exported nodesVikas Pachdha2020-06-261-18/+8
* AssetExport: Add generated UUID to qmlVikas Pachdha2020-06-261-6/+24
* AssetExport: Export assets from renderable nodesVikas Pachdha2020-06-261-1/+161
* AssetExport: Refactor to accommodate asset generationVikas Pachdha2020-06-261-3/+3
* AssetExport: Add export notification when export finishesVikas Pachdha2020-06-191-0/+1
* AssetExporter: Let user select files to exportVikas Pachdha2020-06-181-85/+13
* AssetExporter: Add import notification taskVikas Pachdha2020-06-181-4/+12
* AssetExporter: Add basic infrastructure for the pluginVikas Pachdha2020-06-121-0/+255