aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppoutline.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Move some factory class definitions to .cpphjk2024-02-051-10/+2
* CppEditor: Move CppOutlineWidgetFactory implenentation details to .cpphjk2023-11-131-73/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: rename overview -> outlineDavid Schulz2022-08-261-4/+4
* CppEditor: remove dependencies between different outline viewsDavid Schulz2022-08-191-1/+5
* CppEditor: remove unneeded indirection for the outline modelDavid Schulz2022-08-161-3/+3
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-3/+3
* CppEditor: Support sorting of outlineChristian Stenger2020-06-051-0/+6
* Qt Creator CMake portCristian Adam2019-05-171-1/+0
* Clang: Use more generic methods in OverviewModelIvan Donchevskii2018-02-091-3/+2
* CPlusPlus: CppEditor: refactor overview modelIvan Donchevskii2018-02-091-13/+12
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-0/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-3/+1
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Editors: Support dragging from outline viewsEike Ziller2014-09-301-0/+1
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-2/+2
|/
* CppEditor: Fix jump behavior in outline sidebarNikolai Kosjar2014-06-271-2/+1
* CppEditor: Extract CppEditorOutlineNikolai Kosjar2014-06-131-0/+2
* OutlineViews: Make behavior consistent with other viewsDaniel Teske2014-04-161-0/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-1/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+2
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-2/+2
* More copyright fixesTobias Hunger2011-02-181-0/+33
* Outline: Double click should jump to text even in non-sync modeKai Koehne2010-12-201-0/+1
* Outline: Add context menu for collapsing/expanding treeKai Koehne2010-12-201-0/+2
* Utils::NavigationTreeView is created - as a base class for any Navigation Wid...Denis Mingulov2010-07-161-1/+2
* QmlOutline: Add filter for hiding bindings (properties)Kai Koehne2010-07-141-0/+1
* CppEditor: Don't show 'generated' symbols in the outlineKai Koehne2010-07-081-1/+3
* CppEditor: Re-use also the code to find the right indexKai Koehne2010-07-081-3/+1
* CppEditor: Reuse OverviewModel from text editor also in the outline paneKai Koehne2010-07-081-2/+1
* Support Outline sidebar for C++ filesKai Koehne2010-07-081-0/+72