summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager/genericproject.h
Commit message (Expand)AuthorAgeFilesLines
...
* Long live the king!hjk2010-03-051-1/+1
* Some small code style fixesThorbjørn Lindeijer2010-02-251-1/+1
* Allow modification of the configuration name in GenericBuildSettingsWidgetLaurent Desmecht2010-02-251-0/+4
* Expand environment variables in Generic Project file listsThorbjørn Lindeijer2010-02-111-2/+2
* Preserve the original paths of the generic project file listThorbjørn Lindeijer2010-02-101-2/+5
* Integrate target supportTobias Hunger2010-02-091-20/+19
* Make project use toMap/fromMap to save stateTobias Hunger2010-02-011-2/+3
* Add a id() method to projectsTobias Hunger2010-02-011-0/+1
* Make method naming more consistent.Tobias Hunger2010-01-071-20/+2
* Rework Build Parser handlingTobias Hunger2009-12-091-1/+0
* Remove BuildConfiguration::setValue/valuedt2009-12-081-1/+1
* Move most of the BuildConfiguration specific functionsdt2009-11-301-4/+2
* Remove BuildConfiguration::name()dt2009-11-301-4/+4
* Add BuildConfiguration::restore and BuildConfiguration::project()dt2009-11-301-2/+3
* Add BuildConfiguration classesdt2009-11-301-0/+1
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-1/+0
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-3/+1
* Build configuration factory now adds configurations directly.con2009-10-011-2/+1
* Changing string based api to BuildConfiguration based api.con2009-10-011-6/+26
* Canceling the wizard for a new cmake build configuration still created.dt2009-09-231-1/+1
* Fixed problem with changing tool chain type for generic projectsThorbjørn Lindeijer2009-08-251-5/+4
* Fix slot connections in the generic project manager.dt2009-08-181-1/+1
* long live the kinghjk2009-08-141-1/+1
* Identify tool chains via ToolChain::ToolChainType enum instead of by stringDaniel Molkentin2009-08-131-7/+4
* Rework the project settings.dt2009-08-061-3/+3
* Allow restoreSettings() to fail,dt2009-07-031-1/+1
* Enable 'Remove file...' on Generic projectKevin Michel2009-06-301-0/+2
* Allow adding files in generic projectKevin Michel2009-06-291-0/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Allow updating of configuration or file list separatelyThorbjørn Lindeijer2009-03-191-4/+9
* Allow specifying the name of a new generic projectThorbjørn Lindeijer2009-03-191-1/+0
* Use the make command defined by the tool chainThorbjørn Lindeijer2009-03-181-2/+6
* Class name simplification for MakeStep related classesThorbjørn Lindeijer2009-03-181-4/+9
* Fixed member variable prefix to be in line with coding standardsThorbjørn Lindeijer2009-03-181-22/+22
* Update the project.Roberto Raggi2009-03-161-4/+2
* Fixed the wizard and removed some obsolete code.Roberto Raggi2009-03-161-5/+0
* Create nodes for the project files.Roberto Raggi2009-03-161-0/+7
* Introduced editors for .files and .includes files.Roberto Raggi2009-03-161-0/+2
* Imrpvoed the importer.Roberto Raggi2009-03-131-0/+3
* Added a way to refresh the project.Roberto Raggi2009-03-121-3/+9
* Initialize defines and includePathsRoberto Raggi2009-03-121-1/+6
* re-enable the indexer.Roberto Raggi2009-03-121-4/+18
* Added a way to change the tool chain.Roberto Raggi2009-03-121-3/+7
* Generic project manager.Roberto Raggi2009-03-101-0/+148