aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/buildsystem
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-2/+4
* Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-4/+4
* Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-5/+2
* Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-8/+7
* Replace a few more uses of FileReader by FilePath::fileContents()hjk2025-04-231-5/+4
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-16/+12
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-04-031-1/+27
|\
| * QML Project Manager: Add FontFiles categoryAndrii Semkiv2025-04-031-1/+27
* | Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-4/+4
* | ExtensionSystem: Remove uses of PluginManager::plugins()Marcus Tillmanns2025-03-281-8/+4
* | Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-242-2/+2
* | Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* | Utils: Remove FileSystemWatcher string based APIhjk2025-03-142-3/+3
* | Utils: Drop FileSystemWatcher::watches*(const QString &file) overloadshjk2025-03-141-1/+1
* | Utils: Proceed with FilePathification of FileSystemWatcherhjk2025-03-142-14/+14
* | Utils: Convert FileSystemWatcher signals to FilePathhjk2025-03-142-2/+4
* | MCU: Fix wrong use of TargetChristian Kandeler2025-03-121-5/+5
* | ProjectExplorer: Make build system name available in ProjectChristian Kandeler2025-03-121-2/+0
* | Utils: Simplify FilePath::relativePathFromhjk2025-03-042-5/+5
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenßen2025-02-214-16/+38
|\|
| * Merge remote-tracking branch 'origin/16.0' into HEADTim Jenssen2025-02-172-18/+13
| |\
| * | QmlProjectManager: Do not watch pythons virtual environmentKnud Dollereder2025-02-061-1/+7
| * | Unit tests: output cleanupRafal Stawarski2025-02-061-5/+8
| * | QmlProjectManager: Support child nodes in MCU.ConfigSivert Krøvel2025-01-311-8/+21
| * | QmlProjectManager: Use canonical path for mcu module filesBurak Hancerli2025-01-151-2/+2
* | | ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-112-3/+3
* | | QmlProjectManager: Add supportedProjectType for build confighjk2025-02-071-0/+1
* | | ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-2/+2
* | | QmlProjectManager: Add build configurations to QmlProjectsChristian Kandeler2025-02-052-0/+30
| |/ |/|
* | ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-6/+1
* | ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-2/+2
* | Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-7/+7
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2025-01-067-11/+170
|\|
| * QmlDesigner: Create qmlproject option for standalone applicationAli Kianian2024-12-115-2/+33
| * Merge remote-tracking branch 'origin/15.0' into qds/devTim Jenßen2024-11-254-18/+34
| |\
| * | QmlProjectExporter: Copy the qtquickdesigner-components into the projectKnud Dollereder2024-11-221-1/+1
| * | QmlProjectManager: Do not show build folders in the project treeKnud Dollereder2024-11-222-7/+15
| * | qmlprojectmanager: support for MCU.Config.fileSelectorRafal Stawarski2024-11-141-0/+10
| * | Trigger cmake generation when modifying qmldir filesKnud Dollereder2024-11-084-0/+38
| * | QmlProjectItem: don't write undefined propertiesRafal Stawarski2024-10-301-2/+9
| * | QmlProjectItem: ability to extend existing qml module listRafal Stawarski2024-10-235-1/+66
* | | Plugins: Change a few usages of PluginSpec::name to ::idAlessandro Portale2024-11-221-1/+1
* | | ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* | | ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-2/+2
* | | ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspectChristian Kandeler2024-11-071-1/+1
| |/ |/|
* | QmlDesignerBase: Fix (qbs) buildChristian Kandeler2024-09-262-3/+3
* | Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-09-255-28/+124
|\|
| * QmlProjectManager: use new allImports methodTim Jenßen2024-09-201-1/+1
| * QmlProjectManager: fix importPaths on deviceTim Jenßen2024-09-192-4/+17