summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Changed URL to qt-project.org in pluginspecs.Konstantin Tokarev2012-07-301-2/+2
* tr()-Fixes for 2.6.Friedemann Kleint2012-07-271-1/+1
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-1927-79/+25
* Fix compileDaniel Teske2012-07-182-4/+3
* CMakeProjectManger: static_cast instead of qobject_castDaniel Teske2012-07-181-3/+1
* CMakeBuildConfiguration: Less qobject_casts more static_castsDaniel Teske2012-07-182-8/+5
* CMakeRunConfiguration: Check once with object_cast for CMakeProjectDaniel Teske2012-07-181-1/+1
* Remove CMakeRunConfiguration::activeBuildConfiguration()Daniel Teske2012-07-182-7/+0
* Fix cmake to parse Qt build application outputTobias Hunger2012-06-291-2/+13
* Fix crash in cmake pluginTobias Hunger2012-06-211-0/+2
* Profile introductionTobias Hunger2012-06-2117-627/+232
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-052-7/+1
* CMake: Read macro definitionsPeter Kuemmel2012-06-042-3/+40
* ActionManager API cleanup.Eike Ziller2012-05-253-14/+12
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-35/+14
* DebuggingHelper: Move to QtSupportTobias Hunger2012-05-185-12/+14
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-161-0/+2
|\
| * CMake: Fix crash in makestep if used in the deploystep listDaniel Teske2012-05-151-0/+2
* | ProjectExplorer: Remove hack for virtual foldersDaniel Teske2012-05-081-2/+7
* | Separate destructive clean/rebuild actions from rest.Eike Ziller2012-05-041-1/+1
* | CMakeProjectManager: Remove outdated todosDaniel Teske2012-05-035-22/+4
* | texteditor: use an enum instead of QString as color idshjk2012-05-031-6/+6
* | Use Core::Id in project-related objectsTobias Hunger2012-04-2510-77/+78
* | Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-182-7/+0
* | qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* | CMake: Fix warning about unused variableKai Koehne2012-04-111-2/+1
* | qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* | RunConfig: Rename signal isEnabledChanged(bool)Tobias Hunger2012-03-291-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-281-2/+4
|\ \ | |/
| * CMakeProjectManager: Fix crash for makesteps in deployconfigurationsDaniel Teske2012-03-281-2/+4
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-285-25/+3
* | Forward declare QFileSystemWatcherKonstantin Tokarev2012-03-262-1/+5
* | Remove Project::dependsOn(), it's never calledDaniel Teske2012-03-162-7/+0
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-143-3/+3
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-082-3/+3
|\ \ | |/
| * Normalized connect()sRobert Loehning2012-03-062-3/+3
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-021-2/+2
|\ \ | |/
| * Added tr() for 2 messages in cmake pluginSergey Belyashov2012-02-291-2/+2
* | Removed unneeded includeKonstantin Tokarev2012-03-011-1/+0
* | Added special context menu for CMakeEditor.Konstantin Tokarev2012-03-016-11/+182
|/
* qbs: CleanupOrgad Shaneh2012-02-281-4/+1
* ITargetFactory: Make supportedTargetIds() and canCreate() orthogonalDaniel Teske2012-02-212-4/+2
* projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"hjk2012-02-212-40/+0
* add qbs filesJoerg Bornemann2012-02-201-0/+61
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-206-19/+19
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-9/+14