summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-50/+35
* | Use C++11 parsing mode for CMake, AutoTools and Generic project managersDaniel Teske2013-01-011-1/+1
* | C++: ProjectParts now contain everything that gets linked together.Erik Verbruggen2012-11-281-1/+1
* | cmake: compile fix after QT_NO_CASThjk2012-11-231-13/+13
* | CMake: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-231-37/+41
* | CMake: Use default build directoryTobias Hunger2012-11-211-1/+5
* | Gcc: Support -stdlib=whatever arguments for the code modelTobias Hunger2012-11-211-2/+4
* | BuildConfigWidget derived classes: Add missing tr()Daniel Teske2012-11-161-1/+1
* | BuildConfigWidget: Make displayName property instead of a virtual funcDaniel Teske2012-11-161-4/+1
* | Remove BuildConfigWidget::init()Daniel Teske2012-11-161-10/+7
* | Move Project::subConfigWidgets to BuildConfigurationDaniel Teske2012-11-161-8/+0
* | InfoBar: Use Core::IdOrgad Shaneh2012-11-091-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-181-7/+23
|\ \ | |/
| * CMake: Reparse .cbp files on swtiching targetsDaniel Teske2012-10-161-7/+23
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Merge origin/2.6Eike Ziller2012-10-051-47/+79
|\ \ | |/
| * CMake and Kits: Fix interaction between themDaniel Teske2012-10-051-47/+79
| * CMake: add Ninja supportPeter Kümmel2012-10-041-4/+4
* | CMake: add Ninja supportPeter Kümmel2012-09-241-4/+4
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
|/
* GCC: Actually use sysroot for header path detectionOrgad Shaneh2012-09-051-2/+3
* s/profile/kit/Tobias Hunger2012-09-041-6/+6
* Remove evaluateBuildSystem signalDaniel Teske2012-08-241-23/+81
* CMakeProject: use static_cast not qojbect_castDaniel Teske2012-08-221-9/+3
* Fix crashes when no default profile is setTobias Hunger2012-08-131-2/+3
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Profile introductionTobias Hunger2012-06-211-82/+71
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* CMake: Read macro definitionsPeter Kuemmel2012-06-041-3/+36
* ProjectExplorer: Remove hack for virtual foldersDaniel Teske2012-05-081-2/+7
* CMakeProjectManager: Remove outdated todosDaniel Teske2012-05-031-1/+0
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-3/+3
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* 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/info@qt.nokia.com/qt-info@nokia.com/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