summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Qt4Project: Remove dead codedt2010-09-271-15/+0
* Introduced private classes for Target/Project.Friedemann Kleint2010-09-211-28/+41
* Preserve invalid Qt versions when loading a projectTobias Hunger2010-09-131-1/+8
* Enable restoring the default names of project configuration itemsTobias Hunger2010-08-241-1/+1
* Fix project-specific default file encodingmae2010-08-061-2/+1
* Refactor deploymentTobias Hunger2010-08-021-2/+1
* Stop warnings on using QFileInfo without proper filenameTobias Hunger2010-06-301-0/+2
* Fix targetsetuppage's shadowbuild dirsTobias Hunger2010-06-081-1/+7
* Introduce method to access the project directoryTobias Hunger2010-03-251-0/+6
* Long live the king!hjk2010-03-051-1/+1
* Warn when failing to restore .user-file settingsTobias Hunger2010-02-181-2/+8
* Integrate target supportTobias Hunger2010-02-091-166/+114
* Add accessor for (versioned) .user-fileTobias Hunger2010-02-011-14/+5
* Make project use toMap/fromMap to save stateTobias Hunger2010-02-011-81/+108
* Make use of ProjectConfiguration in RunConfigurationsTobias Hunger2010-02-011-13/+8
* Make use of ProjectConfiguration in the BuildConfigurationsTobias Hunger2010-02-011-178/+3
* Make use of ProjectConfiguration class in BuildStepsTobias Hunger2010-02-011-62/+77
* Move EditorSettings over to new save/restore schemeTobias Hunger2010-02-011-6/+5
* change RunConfiguration::addedRunConfiguration() removedRunConfiguration()dt2010-01-201-2/+2
* Fix logic of 3061d7dc3207.Tobias Hunger2010-01-151-2/+2
* Check (build|run)configurations on additionTobias Hunger2010-01-151-4/+4
* Small cleanups in ProjectTobias Hunger2010-01-141-19/+28
* Fix typosTobias Hunger2010-01-111-3/+3
* Fix restoring of build settingsck2010-01-081-2/+2
* Fix restoring the active build configurationdt2010-01-081-1/+1
* BuildConfigurations know their project, these signals can be simplerdt2010-01-081-2/+2
* Make method naming more consistent.Tobias Hunger2010-01-071-12/+12
* Remove BuildConfiguration::setValue/valuedt2009-12-081-4/+3
* Designer: Prepare re-implementation of "Goto Slot".Friedemann Kleint2009-12-031-0/+6
* Fix crash on creating new qt4projectsdt2009-11-301-2/+10
* Some cleanup after BuildConfiguration refactoringdt2009-11-301-1/+1
* Fix bugs introduced by refactoringdt2009-11-301-0/+1
* Remove setValue/value from Projectdt2009-11-301-19/+0
* Make setDisplayName easier and break displayName signalsdt2009-11-301-17/+0
* Remove BuildConfiguration::name()dt2009-11-301-54/+45
* Remove project() from BuildStepdt2009-11-301-4/+4
* Add BuildConfiguration::restore and BuildConfiguration::project()dt2009-11-301-2/+2
* Add BuildConfiguration classesdt2009-11-301-11/+0
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-136/+109
* Remove value(name) and setValue(name, value) from BuildStepdt2009-11-191-21/+22
* Fix memory leaks :)dt2009-11-191-0/+2
* Remove QSharedPointer<> for RunConfigurationdt2009-11-191-8/+8
* Fix crash on cloning and removing buildconfigurationsdt2009-10-081-7/+3
* Make a function out of duplicated code.dt2009-10-071-20/+21
* Results of review.con2009-10-011-1/+1
* Remove string identifier from setDisplayNameFor and setUserEnvChanges.con2009-10-011-5/+5
* Remove Project::(set)Value(buildconfig, ...) methods.con2009-10-011-16/+0
* Changing string based api to BuildConfiguration based api.con2009-10-011-44/+67