summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-0835-35/+35
* CMake: fix Ninja's decreasing progress reportPeter Kümmel2013-11-251-1/+1
* CMake: Fix for "The source directory does not contain CMakeLists.txt".Oleksii Serdiuk2013-11-141-0/+5
* Braces cleanupOrgad Shaneh2013-11-141-3/+2
* CMake: Initialize useNinja to falseTobias Hunger2013-11-131-1/+1
* LocalRunConfiguration: Do not add a LocalEnvironmentAspectTobias Hunger2013-11-041-1/+2
* Remove most leading/trailing blanks from translated messages.Friedemann Kleint2013-10-242-5/+11
* CMake: Don't expect the version in --help outputDaniel Teske2013-10-222-7/+1
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-161-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-091-2/+0
* ProjectPart: Add meta informationDaniel Teske2013-10-011-0/+3
* BuildConfigurationFactory: Introduce prioritiesTobias Hunger2013-10-012-11/+7
* CppEditor: "Follow Symbol Under Cursor" for virtual functionsNikolai Kosjar2013-10-012-3/+2
* Use the canonical version of defining string literalshjk2013-09-271-4/+2
* TargetSetupPage: Generalize the pageTobias Hunger2013-09-273-3/+30
* Apply static pattern to TextEditorSettinghjk2013-09-202-2/+2
* BuildConfigurationFactory: Refactor codeTobias Hunger2013-09-179-87/+147
* CMake: Make CMake plugin work with RemoteLinux plugin.Oleksii Serdiuk2013-09-163-14/+54
* Cmake: Improve handling of build targets in makestepTobias Hunger2013-09-123-13/+39
* Cmake: Remove dead codeTobias Hunger2013-09-121-14/+0
* CMake: Move watcher setupTobias Hunger2013-09-121-4/+4
* TextEditor: get CompletionAssistProvider from editor.Erik Verbruggen2013-09-093-0/+11
* SessionManager: Apply 'static' patternhjk2013-09-052-15/+7
* Kill ";;" at end of statementNikolai Kosjar2013-09-043-3/+3
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-1/+1
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-2/+1
* Reduce usage of QStringRef::toString() in project manager/cmake.Friedemann Kleint2013-08-291-1/+1
* Implement syntax highlighting in diff editorjkobus2013-08-295-0/+102
* BC: Move builddirectory handling into BC itselfTobias Hunger2013-08-285-39/+20
* Add common interface for text formats inside syntax highlighterjkobus2013-08-264-48/+20
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-5/+3
* CMake: Put cmake errors into category "Build system"Tobias Hunger2013-08-201-8/+8
* UiCodeModelManager: Clean up APITobias Hunger2013-08-021-1/+1
* PluginManager: Do not use instance() when that is not neededTobias Hunger2013-08-021-3/+3
* EditorFactory: Replace some virtual functions with data membershjk2013-08-022-27/+6
* UiCodeModel: Simplify usageTobias Hunger2013-08-012-134/+5
* Introduce Project::projectFilePath()Tobias Hunger2013-08-012-5/+5
* CppTools: Clean up CppModelManager(Interface)Nikolai Kosjar2013-07-311-3/+3
* Do not offer CMake-specific wizards if that plugin is not enabled.Christian Kandeler2013-07-262-0/+13
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-07-251-3/+1
|\
| * CppTools: Check if project has changed before reparsingNikolai Kosjar2013-07-221-3/+1
* | Add soft assertions for regexp patternsOrgad Shaneh2013-07-191-0/+4
* | Cmake: Added cmake errors parserNikita Baryshnikov2013-07-176-6/+281
* | Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+1
* | Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+0
* | Don't use openedEditors in CMakeProjectEike Ziller2013-07-121-3/+3
* | Move displayName from IEditor to IDocumentEike Ziller2013-07-103-12/+12
* | Move Ui code model support into QtSupportTobias Hunger2013-07-106-163/+11