aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClassView: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-4/+4
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-3/+2
* ClassView: Remove unneeded includesJarek Kobus2022-10-261-8/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* ClassView: Don't use explicit Utils scopeJarek Kobus2021-03-181-2/+2
* ClassView: Fix a possible crash on session switchJarek Kobus2021-03-171-115/+82
* ClassView: Move delaying of update into the main threadJarek Kobus2021-02-191-27/+11
* ClassView: Reparse the tree when files are removedJarek Kobus2021-02-191-0/+1
* ClassView: Remove unused includesJarek Kobus2021-02-171-3/+0
* ClassView: Delete Parser object from inside parser's threadJarek Kobus2021-02-161-8/+1
* ClassView: Use only const pointers to ParserTreeItemsJarek Kobus2021-02-161-10/+10
* ClassView: Fix a crash when switching sessionsJarek Kobus2021-02-161-4/+1
* ClassView: Move the GUI related code out of ParserJarek Kobus2021-02-161-88/+1
* ClassView: Stop the running timer in Parser thread on closeJarek Kobus2021-02-161-2/+8
* ClassView: Optimize operator== of internal dataJarek Kobus2021-02-161-0/+1
* ClassView: Minimize the mutating API of ParserTreeItemJarek Kobus2021-02-161-127/+39
* ClassView: Get rid of project and document mutexesJarek Kobus2021-02-161-27/+8
* ClassView: Don't lock the mutex while parsingJarek Kobus2021-02-161-9/+10
* ClassView: Clear the documentCache, too, when reset was requestedJarek Kobus2021-02-161-5/+3
* ClassView: Consolidate document caches into oneJarek Kobus2021-02-161-62/+35
* ClassView: Consolidate project caches into oneJarek Kobus2021-02-151-51/+30
* ClassView: don't clear project's file list cache when files removedJarek Kobus2021-02-121-2/+4
* Remove a code for Subprojects modeJarek Kobus2021-02-111-41/+2
* ClassView: Remove redundant call to clearCache() before resetParser()Jarek Kobus2021-02-091-1/+1
* Simplify interface of classes in ClassViewPluginJarek Kobus2021-02-081-56/+3
* Make Class View interactive againJarek Kobus2021-02-041-1/+4
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* ClassView: Dissolve the internal 'Utils' classhjk2019-11-181-6/+7
* Project: Remove Project::document() methodTobias Hunger2019-08-191-3/+1
* Remove more deprecation warningshjk2019-07-051-1/+2
* More Utils::toSet/toListhjk2019-07-041-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-2/+2
|\
| * Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+2
* | ClassView: ModernizeAlessandro Portale2018-11-081-5/+2
|/
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-4/+6
* ClassView: WS-only changeTobias Hunger2017-04-061-1/+1
* ClassView: Adapt to ProjectTree changesTobias Hunger2017-04-061-60/+20
* ClassView: Make Internal::ParserPrivate::timer a real memberhjk2017-04-061-10/+6
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-8/+3
* Use isEmpty() vs "count() == 0"Montel Laurent2017-02-221-1/+1
* ClassView: Use visitor-by-lambdahjk2017-02-151-33/+24
* 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-301-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-1/+1