aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/classview
Commit message (Expand)AuthorAgeFilesLines
* CPlusPlus: Proliferate FilePath usehjk2022-11-222-4/+3
* ClassView: Remove unneeded includesJarek Kobus2022-10-2615-66/+26
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2622-528/+44
* Drop Qt5: ClassView: Remove code below Qt 6.0.0Jarek Kobus2022-07-252-8/+0
* Utils: More porting.h related changeshjk2022-07-142-4/+0
* Utils: Collapse most of porting,hhjk2022-07-132-4/+4
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-271-6/+6
|\
| * CPlusPlus: Inline some simple central functionshjk2022-06-241-6/+6
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-071-1/+1
|\|
| * macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-1/+1
* | Fix GCC 12 warning about use of uninitialized valueThiago Macieira2022-06-061-9/+1
|/
* Remove qmake build filesEike Ziller2022-01-202-36/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-8/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-1/+8
|\
| * Change sorting in Class View to case insensitiveAlp Öz2021-09-081-1/+8
* | Merge CppTools into CppEditorChristian Kandeler2021-09-015-14/+14
* | Utils: Use FilePath in DropSupporthjk2021-08-021-2/+2
|/
* Avoid size_t to (u)int warnings with auto, where it is possibleTim Jenssen2021-07-071-2/+2
* Core: Unify INavigationWidget creation a bithjk2021-05-181-4/+1
* ClassView: Don't use explicit Utils scopeJarek Kobus2021-03-181-2/+2
* ClassView: Fix a possible crash on session switchJarek Kobus2021-03-174-147/+121
* ClassView: Move delaying of update into the main threadJarek Kobus2021-02-194-74/+86
* ClassView: Reparse the tree when files are removedJarek Kobus2021-02-191-0/+1
* Remove unused includes of mutex classesJarek Kobus2021-02-181-1/+0
* ClassView: Remove unused includesJarek Kobus2021-02-172-5/+0
* ClassView: Delete Parser object from inside parser's threadJarek Kobus2021-02-163-28/+17
* ClassView: Use only const pointers to ParserTreeItemsJarek Kobus2021-02-164-36/+35
* ClassView: Fix a crash when switching sessionsJarek Kobus2021-02-164-83/+64
* ClassView: Move the GUI related code out of ParserJarek Kobus2021-02-165-107/+61
* ClassView: Stop the running timer in Parser thread on closeJarek Kobus2021-02-163-2/+10
* ClassView: Optimize operator== of internal dataJarek Kobus2021-02-166-37/+38
* ClassView: Minimize the mutating API of ParserTreeItemJarek Kobus2021-02-164-277/+194
* ClassView: Remove unused ParserTreeItem::operator=Jarek Kobus2021-02-162-11/+0
* 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-162-64/+35
* ClassView: Consolidate project caches into oneJarek Kobus2021-02-152-53/+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-112-42/+2
* ClassView: Remove redundant call to clearCache() before resetParser()Jarek Kobus2021-02-092-4/+1
* Simplify interface of classes in ClassViewPluginJarek Kobus2021-02-094-63/+8
* Simplify interface of classes in ClassViewPluginJarek Kobus2021-02-086-355/+67
* Make Class View interactive againJarek Kobus2021-02-041-1/+4
* ProjectExplorer: Don't save defaults to settingsEike Ziller2020-12-162-2/+4
* Various Qt6 portinghjk2020-07-162-3/+9
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-3/+5