aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview
Commit message (Expand)AuthorAgeFilesLines
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Fix various leaks relating to use of Core::NavigationViewChristian Kandeler2020-01-271-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* ClassView: Dissolve the internal 'Utils' classhjk2019-11-188-227/+138
* ClassView: Fix a readability-simplify-boolean-exprNikolai Kosjar2019-11-011-5/+1
* Project: Remove Project::document() methodTobias Hunger2019-08-191-3/+1
* Remove more deprecation warningshjk2019-07-052-2/+4
* More Utils::toSet/toListhjk2019-07-041-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+15
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-092-4/+5
|\
| * Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-092-4/+5
* | ClassView: ModernizeAlessandro Portale2018-11-0812-52/+40
|/
* Utils: move code model icons to utilsDavid Schulz2018-08-063-25/+25
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-3/+5
|\
| * Class view: Fix keyboard focus when using shortcutEike Ziller2018-03-091-3/+5
* | ClassView: Adapt to new plugin setup patternhjk2018-02-062-18/+25
|/
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-4/+6
* ClassView: Avoid mixing const and non-const iteratorsEike Ziller2017-10-231-2/+2
* Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* ClassView: WS-only changeTobias Hunger2017-04-061-1/+1
* ClassView: Adapt to ProjectTree changesTobias Hunger2017-04-062-67/+23
* ClassView: Make Internal::ParserPrivate::timer a real memberhjk2017-04-061-10/+6
* TextEditor: add right sidebarSerhii Moroz2017-03-092-14/+10
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-8/+3
* Use isEmpty() vs "count() == 0"Montel Laurent2017-02-222-2/+2
* ClassView: Use visitor-by-lambdahjk2017-02-151-33/+24
* C++: Sort source files in *.qbsNikolai Kosjar2017-02-131-10/+20
* ProjectExplorer: Make naming of methods on Nodes more consistentTobias Hunger2016-11-101-3/+3
* ProjectExplorer: Shorten NodeType enumTobias Hunger2016-11-031-1/+1
* ClassView: Use Qt5-style connectsOrgad Shaneh2016-05-306-50/+52
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-126-29/+6
|\
| * ClassView: Remove duplicated iconAlessandro Portale2016-04-075-10/+4
| * cplusplus: Make functions of Icons staticAlessandro Portale2016-04-061-19/+2
* | Wholesale conversion to #pragma oncehjk2016-03-3011-44/+11
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1922-381/+276
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-1/+1
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-7/+7
* Add icons for static fields and functions.Alexander Izmailov2015-06-221-0/+6
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-3/+3
* Class view: Fix expanding of items on double clickRobert Loehning2015-05-062-0/+26
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-6/+6
* ClassView: removed dead codePrzemyslaw Gorszkowski2015-03-091-2/+0
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* CppTools: Remove assertions for CppModelManager::instance()Orgad Shaneh2015-02-172-5/+2
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-7/+7
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1222-130/+130
|\
| * Update LicenseEike Ziller2015-01-1622-130/+130
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-042-16/+13