aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpptypehierarchy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port setMargins to setContentsMarginsLaurent Montel2019-10-161-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* CppEditor: ModernizeNikolai Kosjar2019-02-081-8/+6
* Move PathChooserDelegate to UtilsDavid Schulz2018-07-231-1/+1
* Fix C++ type hierarchyEike Ziller2018-03-091-1/+1
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-1/+2
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-3/+3
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Fix uninitialized value warningsNikolai Kosjar2017-06-011-5/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-2/+3
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-1/+1
|/
* CppTypeHierarchy: Get rid of '+' when dragging.Eike Ziller2014-10-171-0/+1
* Type hierarchy: Add drag & drop into editor splitsEike Ziller2014-10-161-39/+40
* Cpp type hierarchy: Use single click activation instead of click handlingEike Ziller2014-10-151-2/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+1
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-1/+1
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-4/+4
* | CppEditor: Remove unneeded intermediate CppTypeHierarchyStackedWidgethjk2014-07-241-15/+2
* | Core: Use some data members in NavigationWidgetFactoryhjk2014-07-011-25/+4
|/
* make it compile with none gcc compilersTim Jenssen2014-06-191-1/+1
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-8/+6
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-181-1/+1
|\
| * Fixed compilation error on RHEL 5.10.Dale Marchand2014-06-181-1/+1
* | Add search functionality to type hierarchy paneEike Ziller2014-06-161-11/+14
|/
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-1/+1
* CppEditor: fix showing 'Type Hierarchy'Przemyslaw Gorszkowski2013-08-211-32/+65
* Move openEditorAt from BaseTextEditorWidget to EditorManagerEike Ziller2013-06-031-8/+8
* CppEditor: Rename CppPlugin to CppEditorPluginNikolai Kosjar2013-04-191-2/+2
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-5/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-0/+2
* Editor: Renaming Link members.David Schulz2013-02-111-8/+8
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | CppTools: Fix recent regression in type hierarchy modelhjk2012-10-161-5/+5
* | CppEditor: Direct element access, less symbols.hjk2012-10-111-14/+14
|/
* Adjust license headershjk2012-10-051-21/+20
* TypeHierarchy: Make type hierarchy independent of editorTobias Hunger2012-10-011-34/+14
* TypeHierarchy: Invert bases orderOrgad Shaneh2012-08-281-32/+10
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* editormanager: simplify use of interfacehjk2012-05-111-2/+1
* Fix crash in CPP Type HierarchyTobias Hunger2012-04-201-5/+10