aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppincludehierarchy.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
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* CppEditor: Avoid connecting multiple times to lambdaNikolai Kosjar2019-02-081-3/+3
* CppEditor: ModernizeNikolai Kosjar2019-02-081-3/+3
* CppIncludeHierarchy: Replace foreach with range-forAndre Hartmann2019-01-221-4/+4
* Include Hierarchy: Allow refreshing when current document changesAndre Hartmann2019-01-221-1/+89
* Move PathChooserDelegate to UtilsDavid Schulz2018-07-231-1/+1
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-1/+1
* TextEditor: move Link class to separate header in UtilsIvan Donchevskii2017-11-271-5/+5
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Fix typo in commentTobias Hunger2017-08-301-1/+1
* Add missing overrideEike Ziller2017-05-261-1/+1
* CppEditor: Fix infinite loop on "find next" in include hierarchyOrgad Shaneh2017-05-191-0/+8
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-1/+1
* CppEditor: Rework CppIncludeHierarchy modelhjk2016-07-291-73/+341
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-4/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-2/+2
|/
* Cpp include hierarchy: Add drag & drop onto editor splitsEike Ziller2014-10-161-31/+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-4/+2
* | CppEditor: Fix size policy in CppIncludeHierarchyWidgetNikolai Kosjar2014-09-221-0/+1
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-1/+1
* | FindToolBar: Add support for "lightcolored" panelsDaniel Teske2014-08-121-1/+3
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-3/+3
* | TextEditor: Consolidate document access functions.hjk2014-08-041-3/+3
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-3/+3
* | Core: Use some data members in NavigationWidgetFactoryhjk2014-07-011-24/+3
|/
* 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 include hierarchyEike Ziller2014-06-131-1/+3
* | CppIncludeHierarchy: Make activation consistent with other viewsDaniel Teske2014-04-141-3/+2
|/
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-3/+3
|/
* CppEditor: "Include Hierarchy": using snapshot from snapshotUpdaterPrzemyslaw Gorszkowski2013-11-201-5/+19
* CppEditor: introduce include hierarchyPrzemyslaw Gorszkowski2013-10-011-0/+231