aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* QbsProjectManager: Fix the "Enable QML debugging" checkboxChristian Kandeler2018-05-141-0/+2
* QbsProjectManager: Don't turn on QML debugging in release modeChristian Kandeler2018-05-111-0/+2
* ProjectExplorer: Pass id directly to BuildConfigurationshjk2018-05-082-3/+3
* QbsProjectManager: Fix the paths of non-installed executablesChristian Kandeler2018-05-071-0/+2
* ProjectExplorer: Remove FolderNode::addNode taking a raw pointerTobias Hunger2018-05-021-25/+26
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-4/+3
* Make DeployConfigurationFactory more similar to RunConfigFactorieshjk2018-05-022-10/+5
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-023-7/+7
* ProjectExplorer: Introduce a RunConfiguration::buildTargetInfo() functionhjk2018-04-271-2/+2
* Pass id to RunConfiguration constructorhjk2018-04-252-6/+4
* ProjectExplorer: Factor out some common code in runconfigurationshjk2018-04-242-50/+0
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* Qbs run config: Run executable from installed location, if possibleChristian Kandeler2018-04-174-3/+38
* Qbs: Re-add a connection that was lost on mergeOrgad Shaneh2018-04-161-0/+2
* Qbs: Use project from input targetOrgad Shaneh2018-04-161-1/+1
* ProjectExplorer: Introduce runconfig aspects for some bool valueshjk2018-04-132-31/+12
* ClangTools: Always use CompilerOptionsBuilder for clang toolsIvan Donchevskii2018-04-132-49/+0
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-132-6/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-134-2/+18
|\
| * QbsProjectManager: Cache run environmentChristian Kandeler2018-04-064-0/+18
* | ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-123-47/+15
* | Let users set a global default for whether to amend the run environmentChristian Kandeler2018-04-121-0/+4
* | ProjectExplorer: Start unifing visual appearance of run config widgetshjk2018-04-101-2/+0
* | Qbs: Rework RunConfigurationhjk2018-04-052-121/+44
* | Qbs: Split mangled build key only when neededhjk2018-04-042-27/+10
* | Consolidate some run configuration widget boilerplatehjk2018-03-221-12/+2
* | ProjectExplorer: Let RunConfiguration declare what nodes it belongs tohjk2018-03-165-22/+11
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-132-2/+2
|\|
| * QbsProjectManager: Fix "equivalent command line" contentsChristian Kandeler2018-03-122-2/+2
| * RunConfigurationFactories: Fix crash opening non-qmake based projectsTobias Hunger2018-03-071-1/+1
* | QbsRunConfiguration: Consistently use 'final'hjk2018-03-131-5/+5
* | QbsProjectManager: Move QbsRunConfigurationWidget to .cpphjk2018-03-122-82/+68
* | QbsRunConfiguration: Re-model based on RemoteLinux precedencehjk2018-03-124-236/+161
* | Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-1/+0
* | QbsProjectManager: Refactor updateApplicationTargets()Christian Kandeler2018-03-071-11/+8
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-072-6/+4
* | Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* | ProjectExplorer: Make the Options/Kits Category icon themableAlessandro Portale2018-02-281-1/+2
* | Introduce and use IRunConfiguration::addSupportedTargetDeviceTypehjk2018-02-231-1/+1
* | Project: Remove unused Project::requiresTargetPanel(...)Tobias Hunger2018-02-191-1/+0
* | ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-152-12/+16
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-138-44/+37
|\|
| * KitInformation: Improve robustness to nullptr passed as kitTobias Hunger2018-02-131-0/+4
| * QbsProjectManager: Fix uniqueProductName() and productDisplayName()Christian Kandeler2018-02-094-20/+8
| * QbsProjectManager: Do not map QML debugging setting to Qt.declarativeChristian Kandeler2018-02-091-5/+3
| * QbsProjectManager: Use sensible default for enabling QML debuggingChristian Kandeler2018-02-092-20/+16
| * QbsProjectManager: Give build step a "linkQmlDebuggingLibrary" propertyChristian Kandeler2018-02-091-0/+3
| * QbsProjectManager: Provide a FileType for QML filesChristian Kandeler2018-02-091-0/+2
| * QbsProjectManager: Fix QML debugging supportChristian Kandeler2018-02-092-4/+6
| * QbsProjectManager: Fix display of QML debugging warning iconChristian Kandeler2018-02-091-1/+1