aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmakeProjectManager: Fix "build single file"Christian Kandeler5 days1-3/+7
* Use QString::size() instead QString::length()hjk2025-11-131-2/+2
* Project management: Attach build system name to BuildSystem classesChristian Kandeler2025-11-051-1/+1
* Qmake: Reset QML code model after successful buildhjk2025-10-131-1/+3
* Use QStringList instead of QList<QString>Alessandro Portale2025-10-021-4/+4
* Qmake: Don't drop remoteness when collecting remote file pathshjk2025-07-231-10/+11
* ProjectExplorer: Use FilePaths for RawProjectPart::fileshjk2025-07-221-7/+5
* ProjectExplorer: Use FilePaths for RawProjectPart::precompiledHeaders()hjk2025-07-221-1/+1
* PE: Add convenience function for clearing and removing a TaskChristian Kandeler2025-07-181-4/+1
* ProjectExplorer: Rename Project::id() to Project::type()hjk2025-07-171-1/+1
* Qmake: Drop destDirFor(TargetInformation)hjk2025-07-171-10/+5
* PE: Add Task::Type value for triggering a pop-up of the issues paneChristian Kandeler2025-07-161-2/+1
* QmakeProjectManager: Simplify destDirFor(const TargetInformation &)hjk2025-07-161-5/+1
* QmakeProjectManager: Prefer issues pane to general messagesChristian Kandeler2025-07-151-2/+10
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-07-151-0/+1
|\
| * Fix crash when connections to parsingFinished access build systemEike Ziller2025-07-151-0/+1
* | Utils: Return QString from FilePath::relativePathFromDir()hjk2025-07-151-1/+1
* | ProjectExplorer: Better separation between project managers and QmlJShjk2025-07-111-20/+4
* | ProjectExplorer: Add convenience overload to TaskHubChristian Kandeler2025-06-251-10/+10
* | QMakeProjectManager: Fix a warning about disconnecting from destoyed()Jarek Kobus2025-06-121-10/+4
* | ProjectExplorer: Add an "origin" field to the Task classChristian Kandeler2025-06-121-2/+2
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-191-2/+2
|\|
| * Improve UI text for project generatorsEike Ziller2025-05-161-2/+2
* | ProjectExplorer: Add setting for a default working directoryChristian Kandeler2025-05-071-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