aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove isApplication() and simplfy startup project logicdt2010-03-251-5/+0
* Enable shadowbuilding by default for CMake projectsTobias Hunger2010-03-251-0/+5
* Introduce method to access the project directoryTobias Hunger2010-03-251-10/+5
* Refactor the externally modified file handlingcon2010-03-221-2/+10
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-1/+2
* Move build environment customization down to BuildConfigurationThorbjørn Lindeijer2010-03-121-2/+2
* Fix cmake wizard not showing after a file changedt2010-03-051-2/+1
* Long live the king!hjk2010-03-051-1/+1
* Don't begin global paths with '/' on windows.con2010-02-241-3/+3
* Fix CMake projectsTobias Hunger2010-02-221-7/+4
* Integrate target supportTobias Hunger2010-02-091-104/+76
* Fix some code scanning issues.Friedemann Kleint2010-02-021-5/+5
* Simplify codepathTobias Hunger2010-02-021-112/+112
* /target/buildtarget/g in cmakeprojectmanagerTobias Hunger2010-02-021-33/+33
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+2
* Fix some code scanning issues.Friedemann Kleint2010-02-011-7/+8
* Make project use toMap/fromMap to save stateTobias Hunger2010-02-011-6/+3
* Add a id() method to projectsTobias Hunger2010-02-011-0/+5
* Code styledt2010-01-201-1/+1
* Add method to verify existence of CMake targetsTobias Hunger2010-01-141-1/+14
* Fix typosTobias Hunger2010-01-111-2/+2
* Fix cleaning of CMake projectsdt2010-01-081-0/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-82/+1
* Remove BuildConfiguration::setValue/valuedt2009-12-081-2/+2
* Make BuildConfiguration::setValue and ::value protecteddt2009-12-071-5/+6
* Cmake: Let the generator determine the toolchaindt2009-12-071-19/+27
* Fist set the display name then addBuildConfiguration on clonedt2009-11-301-1/+0
* Hide static cast in accessor methodsdt2009-11-301-7/+12
* Move most of the BuildConfiguration specific functionsdt2009-11-301-133/+21
* Remove BuildConfiguration::name()dt2009-11-301-17/+17
* Remove project() from BuildStepdt2009-11-301-4/+4
* Add BuildConfiguration::restore and BuildConfiguration::project()dt2009-11-301-8/+12
* Add BuildConfiguration classesdt2009-11-301-2/+11
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-27/+22
* Remove value(name) and setValue(name, value) from BuildStepdt2009-11-191-1/+1
* Remove QSharedPointer<> for RunConfigurationdt2009-11-191-8/+8
* Merge commit 'origin/1.3'con2009-11-031-2/+4
|\
| * Show a cancel button in the opening cmake projects wizard.dt2009-11-031-2/+4
* | Merge commit 'origin/1.3'con2009-10-271-2/+5
|\|
| * Fix "Add New" using the wrong directory for cmake projectsdt2009-10-271-2/+5
* | The qtversions's toolchain now depends on the actual compiler not mkspecdt2009-10-221-1/+1
|/
* Warning/CompileFriedemann Kleint2009-10-011-1/+1
* Fix problem when canceling cmake build configuration wizard.con2009-10-011-5/+4
* Build configuration factory now adds configurations directly.con2009-10-011-11/+6
* Remove string identifier from setDisplayNameFor and setUserEnvChanges.con2009-10-011-5/+4
* Remove Project::(set)Value(buildconfig, ...) methods.con2009-10-011-20/+5
* Changing string based api to BuildConfiguration based api.con2009-10-011-59/+139
* Fix a wrong check for the modification date for cmake projects.dt2009-09-231-1/+1
* Remove wrong commentdt2009-09-231-1/+0
* Canceling the wizard for a new cmake build configuration still created.dt2009-09-231-1/+4