aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add setting for a default working directoryChristian Kandeler3 days1-21/+0
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* ProjectExplorer etc: Replace QVector with QListhjk2025-04-091-1/+1
* ProjectExplorer: Make build system name available in ProjectChristian Kandeler2025-03-121-1/+1
* Qbs/Qmake/Qml: Replace some uses of ProjectConfiguration::target()Christian Kandeler2025-03-121-2/+2
* ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-1/+1
* Utils: Simplify FilePath::relativePathFromhjk2025-03-041-1/+1
* QmakeProjectManager: Add missing checkChristian Kandeler2025-02-181-5/+7
* ProjectExplorer: Allow to retrieve project-specific kit issuesChristian Kandeler2025-02-171-7/+2
* QmakeProjectManager: Derive run config names from QMAKE_PROJECT_NAMEChristian Kandeler2025-02-121-1/+3
* ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-1/+2
* ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-8/+8
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-2/+2
* QMake: Use Process's decoding for qmake output and uichjk2024-11-271-2/+2
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+3
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-0/+2
* QmakeProjectManager: Get rid of custom parse delayChristian Kandeler2024-10-081-10/+6
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-2/+2
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-251-3/+2
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-09-251-3/+1
|\
| * Revert "Reset qml code model after build"Sami Shalayel2024-09-191-3/+1
* | Change RawProjectPart::projectFile to FilePathAndrii Semkiv2024-09-161-1/+1
|/
* Reset qml code model after buildSami Shalayel2024-08-221-1/+3
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-8/+8
* ProjectExplorer: Rename ToolchainManager signals and membershjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-6/+6
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-4/+4
* Utils/all: Move mime constants into a central placehjk2023-11-081-2/+3
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-081-2/+3
|\
| * Fix various mis-uses of Environment::forEachEntry()Christian Kandeler2023-11-071-2/+3
* | ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-2/+2
|/
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* Qmake: Use aspects more directly in QmakeBuildConfigurationhjk2023-07-201-1/+1
* QMake: Fix build device rootMarcus Tillmanns2023-05-301-2/+7
* Tr: Add missing full stopsEike Ziller2023-05-261-2/+2
* Tr: Wrap file paths with ""Eike Ziller2023-05-261-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-4/+4
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-21/+14
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* QmakeProjectManager: Add lib and app binaries to project treeChristian Kandeler2023-03-201-14/+22
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-1/+1
* QMakeProject: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-4/+6
* Avoid a few double lookups when expanding environment valueshjk2023-03-031-2/+2