aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-08-131-0/+15
|\
| * projectexplorer: add availableQmlPreviewTranslations()Tim Jenssen2020-07-151-0/+15
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-11/+11
* | Fix plugin unit tests when using projectsChristian Stenger2020-06-171-1/+1
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-6/+6
* | ProjectExplorer: Try harder not to lose custom project settingsChristian Kandeler2020-03-191-2/+19
|/
* QmakeProjectManager: Try harder not to access nodes of in-parse projectChristian Kandeler2020-03-051-1/+1
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-2/+2
* ProjectExplorer: Fix Project::setExtraProjectFiles()Christian Kandeler2020-03-021-2/+2
* ProjectExplorer: Replace a few foreach()hjk2020-03-021-3/+3
* ProjectExplorer: Simplify update logic after active target changehjk2020-03-021-0/+1
* ProjectExplorer: Introduce BuildSystem::parsingStarted/Finishedhjk2020-02-121-4/+4
* TargetSetupPage: Improve reporting on invalid kitsTobias Hunger2020-02-061-27/+0
* ProjectExplorer: Use different build dir when copying build configChristian Kandeler2020-01-161-0/+7
* ClangTools: Attach ClangToolsProjectSettings data to project itselfhjk2020-01-141-0/+12
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-2/+2
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-4/+4
* ProjectExplorer: Let users provide project-specific environmentChristian Kandeler2019-12-121-0/+13
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-3/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-97/+47
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-3/+2
* ProjectExplorer: Do not return early on parsingFinished asserthjk2019-10-221-1/+3
* Qmake: Show real effective make call on Make step - take 2Orgad Shaneh2019-10-081-1/+1
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-0/+13
* Project: Improve activeParseEnvironmentTobias Hunger2019-08-281-6/+17
* Project: Rename Project::activeBuildEnvironment to Project::activeParseEnviro...Tobias Hunger2019-08-281-1/+1
* ProjectExplorer: Assert that the filter passed to Project::files is validTobias Hunger2019-08-261-1/+3
* Project: Remove Project::document() methodTobias Hunger2019-08-191-13/+3
* ProjectExplorer: Clean up ProjectTobias Hunger2019-08-191-17/+26
* Project: Add signal triggered by project files becoming dirtyTobias Hunger2019-08-161-13/+38
* AutoTest/ProjectExplorer: Move some unusual function towards only userhjk2019-08-141-5/+0
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-1/+18
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-21/+16
* ProjectExplorer: De-virtualize knowsAllBuildExectuables method on ProjectTobias Hunger2019-08-091-1/+7
* ProjectExplorer: Add another missing activeBuildConfigurationChanged signalTobias Hunger2019-08-091-0/+2
* ProjectExplorer: Fix warningTobias Hunger2019-08-091-1/+1
* ProjectExplorer: Emit activeBuildConfigurationChanged on project restoreTobias Hunger2019-08-061-0/+8
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-11/+21
* ProjectExplorer: Inline Project::restoreTarget()hjk2019-08-011-25/+20
* ProjectExplorer: Remove Target::*ProjectConfiguration(...) signalshjk2019-08-011-4/+0
* ProjectExplorer: Remove ProjectConfiguration base from Targethjk2019-07-311-6/+0
* Avoid warning on empty expressionshjk2019-07-231-9/+9
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-1/+10
* ProjectExplorer: Reduce ProjectExplorer::configureAsExampleProject()hjk2019-07-011-2/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-2/+2
|\
| * Project Explorer: Fix UI textLeena Miettinen2019-06-251-2/+2
* | Use more Utils::CommandLine in make stepshjk2019-06-201-1/+1
* | ProjectExplorer: Add "build for current run config" menu entryChristian Kandeler2019-06-061-0/+11
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-28/+28
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2