summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
...
* Plugin manager for enabling/disabling pluginsLasse Holmstedt2010-03-121-0/+1
* Move build environment customization down to BuildConfigurationThorbjørn Lindeijer2010-03-126-247/+3
* Fix cmake wizard not showing after a file changedt2010-03-051-2/+1
* Long live the king!hjk2010-03-0520-20/+20
* Version bump.con2010-03-011-5/+5
* Clone build steps when cloning build configuration of cmake/generic project.Laurent Desmecht2010-02-251-0/+1
* Don't begin global paths with '/' on windows.con2010-02-241-3/+3
* Fix CMake projectsTobias Hunger2010-02-221-7/+4
* Symbian is the term. Also unconditionally reset target names.con2010-02-101-5/+1
* Integrate target supportTobias Hunger2010-02-0910-217/+482
* Fix some code scanning issues.Friedemann Kleint2010-02-022-6/+6
* Simplify codepathTobias Hunger2010-02-021-112/+112
* /target/buildtarget/g in cmakeprojectmanagerTobias Hunger2010-02-027-92/+93
* s/target/buildtarget/ in projectnodesTobias Hunger2010-02-022-2/+2
* Devirtualise cmakeprojectTobias Hunger2010-02-021-14/+14
* Remove the summary part from the most commonly used project configuration pages.con2010-02-012-13/+1
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+2
* Fix some code scanning issues.Friedemann Kleint2010-02-012-8/+9
* Make project use toMap/fromMap to save stateTobias Hunger2010-02-012-8/+4
* Add a id() method to projectsTobias Hunger2010-02-012-0/+6
* Make use of ProjectConfiguration in RunConfigurationsTobias Hunger2010-02-014-99/+181
* Make use of ProjectConfiguration in the BuildConfigurationsTobias Hunger2010-02-013-57/+105
* Make use of ProjectConfiguration class in BuildStepsTobias Hunger2010-02-012-60/+121
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-293-5/+5
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-293-5/+5
| * Version bump.con2010-01-071-5/+5
* | Code styledt2010-01-201-1/+1
* | Add method to verify existence of CMake targetsTobias Hunger2010-01-143-2/+16
* | Fix typosTobias Hunger2010-01-112-3/+3
* | Remove duplicate inclusions of headersTobias Hunger2010-01-111-1/+0
* | Fix cleaning of CMake projectsdt2010-01-082-0/+2
* | Make method naming more consistent.Tobias Hunger2010-01-0710-136/+143
* | In the EnvironmentWidget show which environment is the base.dt2009-12-145-0/+29
* | Rework Build Parser handlingTobias Hunger2009-12-094-30/+18
* | Remove BuildConfiguration::setValue/valuedt2009-12-084-23/+58
* | Ups fix connects for cmake projectdt2009-12-081-1/+2
* | Ensure that the environment widget is updated correctlydt2009-12-082-0/+13
* | Make BuildConfiguration::setValue and ::value protecteddt2009-12-071-5/+6
* | Cmake: Let the generator determine the toolchaindt2009-12-0711-46/+111
* | Fix crash on adding cmake build configurationdt2009-11-301-1/+5
* | Fix endless recursion, broken somewhere in the buildconfiguration portdt2009-11-301-1/+1
* | Fist set the display name then addBuildConfiguration on clonedt2009-11-301-1/+0
* | Disable currently not working connectdt2009-11-301-2/+2
* | Some cleanup after BuildConfiguration refactoringdt2009-11-301-2/+0
* | Hide static cast in accessor methodsdt2009-11-308-13/+43
* | Rename method to the more correct canCreateForBuildConfigurationdt2009-11-302-2/+2
* | Change IBuildStepFactory::canCreate to take a BuildConfigurationdt2009-11-302-2/+2
* | Move most of the BuildConfiguration specific functionsdt2009-11-308-171/+182
* | Add missing Q_OBJECT macros to BuildConfigurationdt2009-11-301-0/+1
* | Remove BuildConfiguration::name()dt2009-11-308-48/+45