aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Convert to new connect apiMontel Laurent2015-01-301-1/+1
* | C++: Better names for Scope's iteratorsNikolai Kosjar2015-01-141-2/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | C++: handle case-insensitive file names in the CPlusPlus::SnapshotErik Verbruggen2014-12-171-1/+1
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* ClassView: Simplify codeEike Ziller2014-10-221-39/+22
* Class view: Add drag & drop onto editor splitsEike Ziller2014-10-174-9/+44
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1421-147/+168
|\
| * License updateEike Ziller2014-10-0922-149/+170
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-192-5/+5
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-0/+1
|\|
| * C++: set the objectName of QTimers.Erik Verbruggen2014-08-291-0/+1