aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlprojectplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* PE: Rename SimpleTargetRunner into ProcessRunnerJarek Kobus2025-01-061-1/+1
* Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-09-251-3/+24
|\
| * QmlProject: Delay the opening of the fake projectThomas Hartmann2024-08-291-4/+10
| * QmlProject: Open a fake project if a single .ui.qml file is openedThomas Hartmann2024-08-271-1/+14
| * Add PythonGenerator to simplify DS to Python workflowKnud Dollereder2024-08-211-2/+4
* | QmlProjectManager: Remove DesignModeContexthjk2024-07-041-3/+1
|/
* QML: Add an "external" editor for opening .ui.qml files in Design StudioEike Ziller2024-05-061-5/+21
* QmlProjectManager: Remove old cmake generatorKnud Dollereder2024-04-191-6/+1
* QmlProjectManager: New project structure support for CMakeGeneratorKnud Dollereder2024-03-281-0/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-03-111-1/+1
* Create RunConfiguration specific QmlPreviewWorkerFactoriesDominik Holland2024-02-011-0/+4
* QmlProjectPlugin: Dissolve QmlProjectPluginPrivatehjk2024-01-181-31/+27
* QmlProjectManager: Merge the two *constants filehjk2024-01-181-1/+0
* QmlProjectManager: Use setup pattern for QmlProjectRunConfigurationhjk2024-01-181-1/+2
* QmlProjectManager: Delay construction of some run worker factorieshjk2024-01-181-3/+10
* Create RunConfiguration specific QmlProfilerWorkerFactoriesDominik Holland2024-01-171-0/+4
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-0/+4
* QmlProjectManager: Hide plugin class in .cpphjk2024-01-161-14/+37
* QmlProjectManager: Cleanup qmlprojectplugin.cpphjk2024-01-161-63/+60
* Utils/all: Move mime constants into a central placehjk2023-11-081-2/+3
* Merge remote-tracking branch 'origin/qds/dev' into 12.0Tim Jenssen2023-10-051-2/+2
|\
| * Core: add ICore::isQtDesignStudio()Tim Jenssen2023-10-041-2/+2
* | Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+4
|/
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-05-221-1/+0
|\
| * Move mcu deploy step into the mcusupport pluginKnud Dollereder2023-05-111-2/+0
| * Add MCU build step to the QmlBuildSystemKnud Dollereder2023-04-201-0/+2
| * QmlProject: Refactor QmlProjectManagerBurak Hancerli2023-04-051-1/+0
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
|/
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* QmlProjectManager: Tr::trAlessandro Portale2023-01-191-5/+6
* ProjectExplorer: Introduce and use convenience factory classhjk2023-01-101-7/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QmlProject: Check if .qmlproject file does existThomas Hartmann2022-11-181-1/+7
* UI text: Fix spacing in multi-line messagesLeena Miettinen2022-10-201-3/+3
* Plugins: Fix nullptr accessMarcus Tillmanns2022-09-011-0/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FilePath: Remove ::toDir() and deprecation hintsMarcus Tillmanns2022-08-041-3/+3
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+2
* QmlProjectManager: Improve font loading for the QDS landing pageAlessandro Portale2022-07-211-1/+0
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-201-1/+2
|\
| * QmlProject: Disable or hide qmlproject related actionsThomas Hartmann2022-07-201-1/+2
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-2/+2
|/
* QmlProjectPlugin: Don't leak action on shutdownJarek Kobus2022-06-291-2/+2
* QmlProjectManager: Update landing pageHenning Gruendl2022-06-241-49/+25
* QmlProjectManager: Add .qmlproject file generatorTapani Mattila2022-06-101-7/+20
* QmlProjectManager: Load QDS landing page content when it is neededTapani Mattila2022-06-081-17/+28