aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/genericproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with changing tool chain type for generic projectsv1.2.901.2.90Thorbjørn Lindeijer2009-09-101-20/+32
* Fix slot connections in the generic project manager.dt2009-08-181-1/+2
* long live the kinghjk2009-08-141-1/+1
* Identify tool chains via ToolChain::ToolChainType enum instead of by stringDaniel Molkentin2009-08-131-14/+31
* Rework the project settings.dt2009-08-061-3/+3
* Fixed compiler/lupdate/uic warnings.Friedemann Kleint2009-07-291-0/+2
* Fix layout of generic projects' build settings.con2009-07-231-0/+3
* Allow restoreSettings() to fail,dt2009-07-031-1/+2
* Made sure the order of the file list is maintained when removing filesThorbjørn Lindeijer2009-06-301-4/+7
* Enable 'Remove file...' on Generic projectKevin Michel2009-06-301-5/+20
* Fixed a problem with adding files when final newline is missingThorbjørn Lindeijer2009-06-291-11/+15
* Allow adding files in generic projectKevin Michel2009-06-291-0/+15
* Custom signature support.con2009-06-241-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Fixed relative include paths specified for the generic projectThorbjørn Lindeijer2009-06-091-5/+2
* Add support for AMD64 compilers for MSVC.Daniel Molkentin2009-05-181-1/+1
* Fixed translation glitches.Friedemann Kleint2009-05-131-1/+1
* Wrong dependency on help plugin in the ProjectExplorerdt2009-04-291-1/+0
* Start on the German (prototypical) translation.Friedemann Kleint2009-04-081-1/+2
* Use completeBaseName instead of baseName where appropriateThorbjørn Lindeijer2009-03-201-1/+1
* Allow updating of configuration or file list separatelyThorbjørn Lindeijer2009-03-191-24/+38
* Allow specifying the name of a new generic projectThorbjørn Lindeijer2009-03-191-4/+5
* Use the make command defined by the tool chainThorbjørn Lindeijer2009-03-181-0/+9
* Class name simplification for MakeStep related classesThorbjørn Lindeijer2009-03-181-11/+11
* Fixed member variable prefix to be in line with coding standardsThorbjørn Lindeijer2009-03-181-71/+71
* Fixed updating of defines after editing the .config fileThorbjørn Lindeijer2009-03-181-4/+7
* Update the projectRoberto Raggi2009-03-161-2/+2
* Update the project.Roberto Raggi2009-03-161-5/+9
* --debugRoberto Raggi2009-03-161-56/+0
* Fixed the wizard and removed some obsolete code.Roberto Raggi2009-03-161-38/+0
* Create nodes for the project files.Roberto Raggi2009-03-161-8/+22
* Introduced editors for .files and .includes files.Roberto Raggi2009-03-161-3/+43
* Imrpvoed the importer.Roberto Raggi2009-03-131-3/+23
* Added a way to refresh the project.Roberto Raggi2009-03-121-0/+26
* Don't convert the include pathsRoberto Raggi2009-03-121-1/+3
* Initialize defines and includePathsRoberto Raggi2009-03-121-4/+8
* re-enable the indexer.Roberto Raggi2009-03-121-13/+48
* Added configuration widgets for include paths and definesRoberto Raggi2009-03-121-6/+63
* Added a way to change the tool chain.Roberto Raggi2009-03-121-13/+22
* Store the toolChain and includePaths in the .user file.Roberto Raggi2009-03-121-7/+20
* Generic project manager.Roberto Raggi2009-03-101-0/+417