aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppoutline.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Support sorting of outlineChristian Stenger2020-06-051-1/+24
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+1
* Clang: Use more generic methods in OverviewModelIvan Donchevskii2018-02-091-21/+22
* CPlusPlus: CppEditor: refactor overview modelIvan Donchevskii2018-02-091-25/+16
* TextEditor: Animate navigation within fileDavid Schulz2017-06-151-1/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-7/+9
* 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/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | CppEditor: Move CppEditorOutline to CppToolsNikolai Kosjar2015-01-261-1/+1
|/
* 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/+7
* | CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}hjk2014-08-271-3/+7
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
* | Editors: Some renamings to enhance consistencyhjk2014-07-311-2/+2
|/
* CppEditor: Fix jump behavior in outline sidebarNikolai Kosjar2014-06-271-15/+6
* CppEditor: Extract CppEditorOutlineNikolai Kosjar2014-06-131-3/+5
* Add search functionality to outline panesEike Ziller2014-06-131-1/+2
* OutlineViews: Make behavior consistent with other viewsDaniel Teske2014-04-161-6/+9
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* EditorManager: Use static pattern, adjust surrounding codehjk2013-08-301-3/+2
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-6/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-4/+5
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+2
* Set focus to the editor after selection change in outlineDavid Schulz2012-01-111-0/+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-6/+6
* More copyright fixesTobias Hunger2011-02-181-0/+33
* Outline: Double click should jump to text even in non-sync modeKai Koehne2010-12-201-16/+23
* Outline: Add context menu for collapsing/expanding treeKai Koehne2010-12-201-1/+17
* Show horizontal scrollbar in navigator views (if needed)Kai Koehne2010-07-161-1/+0
* Utils::NavigationTreeView is created - as a base class for any Navigation Wid...Denis Mingulov2010-07-161-6/+1
* QmlOutline: Add filter for hiding bindings (properties)Kai Koehne2010-07-141-0/+5
* CppOutline: Fix navigation to e.g. enum membersKai Koehne2010-07-141-5/+2
* Add position to navigation history when navigating through outlineKai Koehne2010-07-141-0/+5
* CppEditor: Beautify names in APIKai Koehne2010-07-131-3/+3
* Outline: Make recalculation of current model index more robustKai Koehne2010-07-121-1/+0