aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Forward declare QFileSystemWatcherKonstantin Tokarev2012-03-261-0/+1
* Remove Project::dependsOn(), it's never calledDaniel Teske2012-03-161-5/+0
* Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* Added tr() for 2 messages in cmake pluginSergey Belyashov2012-02-291-2/+2
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-7/+7
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-9/+14
* Removed module names from #include directives.Erik Verbruggen2012-02-151-8/+8
* Make IFile::isReadOnly consistent.Eike Ziller2012-02-141-5/+0
* Long live the king!hjk2012-01-261-1/+1
* fix whitespace in cmakeprojecttomdeblauwe2011-12-051-9/+8
* More robustness in reading .cbp filesDaniel Teske2011-11-161-0/+5
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* Fix a crash with cmake and no toolchains configuredDaniel Teske2011-10-101-3/+5
* add auto-saving of modified editorsOswald Buddenhagen2011-05-121-1/+2
* rewrite editor info bar handlingOswald Buddenhagen2011-05-121-1/+4
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add errorString output argument to IFile::reload() & IEditor::open()Oswald Buddenhagen2011-04-181-1/+3
* add errorString output argument to IFile::save()Oswald Buddenhagen2011-04-181-1/+2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | projectexplorer: move project{Context,Language} from IProjectManager to Projecthjk2011-04-121-0/+3
* | CMakeProjectManager: Change editing cmake files to not pop up a dialogdt2011-03-311-20/+16
|/
* Trailing whitespace...dt2011-03-101-1/+1
* CMakeProject: Better order of include directoriesdt2011-03-101-4/+5
* Toolchains: Header cleanup.Friedemann Kleint2011-02-281-0/+1
* ToolChain: Refactor toolchain supportTobias Hunger2011-02-211-3/+5
* It's 2011 now.con2011-01-121-1/+1
* Project managers: Remove dependency to Qt Designer.Friedemann Kleint2011-01-101-20/+26
* cppmodelmanagerinterface: use singleton instead of object poolhjk2011-01-051-3/+3
* C++: Move the ModelManagerInterface from CppTools to CPlusPlus.Christian Kamm2011-01-041-8/+8
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | ProjectExplorer: Move ITargetFactory to object pooldt2010-12-071-7/+4
* | ProjectExplorer: Move configWidget from Project to Targetdt2010-12-061-14/+11
* | ProjectExplorer: Move ToolChainType enumeration into separate Header.Friedemann Kleint2010-11-011-0/+1
* | CMakeProjectManager: Add Ui completiondt2010-10-041-1/+179
|/
* CMakeProject: Keep locator informed about our filesdt2010-09-271-0/+1
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-3/+1
* CMake ProjectManager: Hide generated filesdt2010-09-071-3/+11
* Cmake: Add a "Reconfigure project" to the Project Pagedt2010-09-021-0/+20
* Refactor deploymentTobias Hunger2010-08-021-2/+3
* Rename StepType to BuildStep::TypeTobias Hunger2010-07-061-1/+1
* File renamingdt2010-05-121-0/+7
* Import library target from cmake project.Erik2010-04-261-4/+9
* Cancel code model indexing on project closing and full code model updatedt2010-04-261-1/+3
* 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