summaryrefslogtreecommitdiff
path: root/src/plugins/qbsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Make document model static and add some document related methodsEike Ziller2013-07-121-6/+6
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-07-113-2/+9
|\
| * Qbs: Clear build system related tasks before reparsing qbsTobias Hunger2013-07-091-0/+4
| * Qbs: Fallback to filename as project name if qbs parsing failsTobias Hunger2013-07-091-1/+4
| * Qbs: Fix qbs install stepTobias Hunger2013-07-091-1/+1
* | Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* | Rename IDocument::fileName --> filePathEike Ziller2013-07-094-8/+8
* | Merge remote-tracking branch 'origin/2.8' into HEADEike Ziller2013-07-094-5/+5
|\ \ | |/
| * qbs updates.Christian Kandeler2013-07-081-1/+1
| * Qbs: Fix QbsRunConfiguration setupTobias Hunger2013-07-081-2/+2
| * Qbs: Do not export symbolsTobias Hunger2013-07-082-2/+2
* | Make IDocument::fileName a member with setter.Eike Ziller2013-07-092-18/+4
* | Project: Simplfy file adding/removing interfaceDaniel Teske2013-07-082-19/+8
|/
* Adapt Qbs profile generation to recent changes in QbsEike Ziller2013-06-261-5/+15
* Project managers: Force "Parsing" notificationNikolai Kosjar2013-06-241-1/+2
* Qbs: Fix crashes when switching QbsRunConfigurationsTobias Hunger2013-06-216-68/+61
* Qbs: Fix pseudo command string for qbs build stepTobias Hunger2013-06-211-1/+1
* Qbs: Fix some more issues introduced by the subprojects supportTobias Hunger2013-06-211-3/+3
* Qbs: Fix spellingTobias Hunger2013-06-212-3/+3
* Qbs: Fix QbsRunConfiguration creation with subprojectsTobias Hunger2013-06-211-2/+2
* Qbs: Make use of buildSystemFilesTobias Hunger2013-06-212-12/+6
* Qbs: Update profile information set by creatorTobias Hunger2013-06-211-1/+23
* Qbs: Fix crash in QbsRunConfigurationTobias Hunger2013-06-211-2/+2
* update qbs filesJoerg Bornemann2013-06-201-1/+1
* Qbs: Use different Icons for products and groupsTobias Hunger2013-06-181-2/+3
* Qbs: Support subprojectsTobias Hunger2013-06-182-21/+66
* Qbs: Fix logic inversionTobias Hunger2013-06-181-1/+1
* Qbs: Adapt to the latest round of API changes in QbsTobias Hunger2013-06-188-26/+26
* Qbs: Avoid useless reparsing when possibleTobias Hunger2013-06-173-8/+45
* Qbs: Add support for QML debuggingTobias Hunger2013-06-144-8/+128
* Qbs: Fix copying of QbsBuildStepsTobias Hunger2013-06-132-1/+5
* Remove unnecessary include statementTobias Hunger2013-06-131-2/+0
* QbsProjectManager: Compile FixChristian Stenger2013-06-131-1/+1
* Qbs: Remove some dead codeTobias Hunger2013-06-125-219/+2
* Qbs: Allow setting of propertiesTobias Hunger2013-06-127-60/+282
* Qbs: Make file list update after reparsing a projectTobias Hunger2013-06-121-0/+1
* Qbs: Fix some commentsTobias Hunger2013-06-122-2/+2
* Revert "Qbs: Remove useless DEFINES from .pro file"Orgad Shaneh2013-06-121-0/+2
* Qbs: Remove useless DEFINES from .pro fileTobias Hunger2013-06-111-2/+0
* Qbs: Fix crash when handling files not belonging to a projectTobias Hunger2013-06-101-1/+2
* Qbs: Allow for building productsTobias Hunger2013-06-109-21/+143
* Qbs: Delay reparsing of the projectTobias Hunger2013-06-063-10/+21
* Qbs: Update to latest Qbs APITobias Hunger2013-06-062-13/+9
* Qbs: Remove some useless member variablesTobias Hunger2013-06-062-6/+3
* Qbs: Clear compile issues on rebuild and remove useless commentTobias Hunger2013-06-061-2/+1
* Qbs: Display line numbers for virtual filesTobias Hunger2013-06-052-0/+7
* Qbs: Seriously speed up the update of the Project Tree after reparseTobias Hunger2013-06-042-38/+66
* Qbs: Do not list Qbs steps in non-Qbs projectsTobias Hunger2013-05-312-4/+8
* Move comment into the right placeTobias Hunger2013-05-311-4/+4
* Qbs: Actually emit signal that parsing startedTobias Hunger2013-05-301-0/+2