aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview/classviewmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClassView: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-8/+8
* ClassView: Move setup of Manager class closer to new patternhjk2024-01-101-0/+5
* Clean up some lambdashjk2023-12-121-1/+1
* Editor: Adjust remaining usages of BaseTextEditor:convertPositionDavid Schulz2023-05-301-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+8
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClassView: Proliferate FilePath usehjk2022-12-141-9/+7
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-1/+1
* ClassView: Remove unneeded includesJarek Kobus2022-10-261-8/+2
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-7/+7
* ClassView: Fix a possible crash on session switchJarek Kobus2021-03-171-21/+28
* ClassView: Move delaying of update into the main threadJarek Kobus2021-02-191-43/+73
* ClassView: Remove unused includesJarek Kobus2021-02-171-2/+0
* ClassView: Delete Parser object from inside parser's threadJarek Kobus2021-02-161-19/+16
* ClassView: Fix a crash when switching sessionsJarek Kobus2021-02-161-2/+2
* ClassView: Move the GUI related code out of ParserJarek Kobus2021-02-161-11/+54
* ClassView: Stop the running timer in Parser thread on closeJarek Kobus2021-02-161-0/+1
* ClassView: Optimize operator== of internal dataJarek Kobus2021-02-161-8/+6
* ClassView: Remove redundant call to clearCache() before resetParser()Jarek Kobus2021-02-091-3/+0
* Simplify interface of classes in ClassViewPluginJarek Kobus2021-02-091-15/+8
* Simplify interface of classes in ClassViewPluginJarek Kobus2021-02-081-196/+52
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* ClassView: Dissolve the internal 'Utils' classhjk2019-11-181-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-2/+3
|\
| * Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-2/+3
* | ClassView: ModernizeAlessandro Portale2018-11-081-6/+4
|/
* ClassView: Avoid mixing const and non-const iteratorsEike Ziller2017-10-231-2/+2
* ClassView: Use Qt5-style connectsOrgad Shaneh2016-05-301-28/+30
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* CppTools: Remove assertions for CppModelManager::instance()Orgad Shaneh2015-02-171-2/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
|/
* ClassView: Simplify codeEike Ziller2014-10-221-39/+22
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-2/+2
* | Core: Use some data members in NavigationWidgetFactoryhjk2014-07-011-15/+0
|/
* ClassView: improvements of performance for flat tree viewPrzemyslaw Gorszkowski2014-05-281-2/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* SessionManager: Apply 'static' patternhjk2013-09-051-2/+1
* ProjectManager: Use Core::Id for progress typeshjk2013-09-041-8/+8