aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlpreview
Commit message (Expand)AuthorAgeFilesLines
* Transform ProcessRunner into RecipeRunnerJarek Kobus2025-04-101-11/+9
* ProcessRunner: Modify start modifier signatureJarek Kobus2025-04-041-2/+3
* ProcessRunner: Get rid of commandLine() getterJarek Kobus2025-04-041-1/+1
* RunWorkerFactory: Introduce setRecipeProducer()Jarek Kobus2025-03-311-3/+1
* QmlPreviewPlugin: Add some static helpersJarek Kobus2025-03-314-14/+32
* ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-6/+3
* QmlProjectManager: Hide SimplePreviewRunnerFactoryJarek Kobus2025-03-211-13/+0
* ProjectExplorer: Simplify RecipeRunner setuphjk2025-03-181-3/+1
* QmlPreview: Get rid of QmlPreviewRunnerJarek Kobus2025-03-181-89/+68
* QmlPreview: Add task adapter for QmlPreviewConnectionManagerJarek Kobus2025-03-181-0/+27
* QmlPreview: Introduce setServer() setterJarek Kobus2025-03-181-1/+2
* QmlPreview: Remove QmlPreviewRunner signalsJarek Kobus2025-03-181-36/+12
* Utils: Convert FileSystemWatcher signals to FilePathhjk2025-03-141-5/+7
* QtSupport: Use BuildConfiguration for populateQmlFileFinder()hjk2025-03-121-1/+1
* QmlPreview: Use BuildConfiguration in QmlPreviewFileOnTargetFinderhjk2025-03-115-29/+22
* Project managers: Replace various uses of ProjectConfiguration::target()Christian Kandeler2025-03-111-1/+1
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-2/+3
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-2/+2
* QmlPreview: Remove RefreshTranslationWorkerJarek Kobus2025-01-142-45/+14
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-103-5/+5
* Utils: Add CommandLine::toLocal()Jarek Kobus2025-01-071-2/+1
* PE: Rename SimpleTargetRunner into ProcessRunnerJarek Kobus2025-01-061-1/+1
* ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-1/+1
* QmlPreview: Inline LocalQmlPreviewSupportJarek Kobus2024-11-201-20/+13
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-202-2/+2
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* QmlPreview: Simplify qmlChannel setup and passinghjk2024-11-181-21/+8
* QmlPreview: Hide serverUrl() in private sectionJarek Kobus2024-11-181-1/+2
* ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-122-2/+2
* Merge remote-tracking branch 'origin/15.0'Orgad Shaneh2024-11-071-2/+5
|\
| * QmlPreview: Fix resetting tasktree from its handlerJarek Kobus2024-11-051-2/+5
* | ProjectExplorer: Move qml debug command line construction herehjk2024-10-301-2/+2
|/
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* QmlPreview: Fix missing include for older QtChristian Stenger2024-07-291-2/+1
* QmlPreview: Get rid of permanent threadJarek Kobus2024-07-263-61/+32
* QmlPreview: Remove unimplemented methodsJarek Kobus2024-07-231-16/+0
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+2
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* ExtensionSystem: Introduce alias PluginSpecsAlessandro Portale2024-05-131-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-04-232-7/+7
|\
| * QmlPreviewer: fix activate setDirtyTim Jenssen2024-04-111-6/+6
| * QmlPreview: add newly introduce dependencyTim Jenssen2024-03-211-1/+1
| * Merge remote-tracking branch 'origin/13.0' into qds/devTim Jenssen2024-03-131-3/+3
| |\
| * | Utils: Fix build with MSVC with C++20Eike Ziller2024-03-111-1/+1