summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-16/+16
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-281-2/+1
* Clang: Classify *.{moc,qdoc} as CXXSourceNikolai Kosjar2016-04-221-0/+1
* Move C++ mime types from cppeditor to cpptoolsTobias Hunger2016-03-151-1/+0
* CppEditor: Register qdoc as a separate mimetype from c++ sourcesTobias Hunger2016-03-151-0/+1
* Remove duplicate mime type constants from CppEditorTobias Hunger2016-03-151-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Install color preview hover handler for editorMarc Reilly2016-01-181-0/+2
* CppEditor: Delay mime initialization on startupOrgad Shaneh2015-08-061-12/+11
* CppEditorPlugin: remove extra forward declarationNikita Baryshnikov2015-06-111-2/+0
* CppEditor: Fix potential null pointer dereferenceNikolai Kosjar2015-05-151-1/+3
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-7/+6
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-11/+11
* | CppEditor: Tests: Move doxygen tests in separate test classNikolai Kosjar2015-02-041-0/+13
* | CppEditor: Move CppEditorOutline to CppToolsNikolai Kosjar2015-01-261-1/+0
* | CppEditor: Make CppEditorOutline independent of CppEditor pluginNikolai Kosjar2015-01-261-24/+0
|/
* Cleanup of ThemingAlessandro Portale2014-10-161-3/+9
* JsonWizard: Replace CppClassWizard with a JsonWizardTobias Hunger2014-10-151-12/+0
* Implement theming for QtCreatorThorben Kroeger2014-10-151-3/+6
* TextEditor: Factory cosmeticshjk2014-10-151-0/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-10/+0
* | TextEditor: Simplify HoverHandler handlinghjk2014-09-301-1/+2
* | CppEditor: Replace CppFileWizard with two JsonWizardsTobias Hunger2014-09-301-20/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-1/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-3/+2
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-0/+1
* | CppEditor: Convert to new construction schemehjk2014-08-271-38/+32
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-23/+27
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-0/+1
* | CppEditor: Partially move to new editor setup schemehjk2014-08-221-3/+5
* | TextEditor: Centralize settings connections setuphjk2014-08-201-4/+0
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-1/+1
* | CppEditor: Move revisionVisible construction to constructorhjk2014-08-181-1/+0
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-9/+9
|/
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-261-2/+11
* CppEditor: Extract CppEditorOutlineNikolai Kosjar2014-06-131-8/+8
* CppEditor: Clean up CppEditor/CppEditorWidgetNikolai Kosjar2014-06-101-0/+1
* IWizard->IWizardFactoryTobias Hunger2014-05-261-4/+4
* C++: Add code model inspector action to menuNikolai Kosjar2014-03-051-1/+3
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\