aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/treescanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-2/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* ProjectExplorer: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-8/+8
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-3/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* TreeScanner: Pass a copy of filter and factory into async callJarek Kobus2022-11-021-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-201-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-1/+1
* Avoid expanding QRC nodes in main threadEike Ziller2021-06-231-0/+2
* CMake: Do not create file system node in main threadEike Ziller2021-06-231-3/+21
* MimeDatabase: add FilePath convenience functionDavid Schulz2021-06-231-1/+1
* ProjectExplorer: Fix crash on close while tree is scannedOrgad Shaneh2020-11-271-1/+2
* Don't pass explicitly the QFutureInterface into Utils::runAsyncJarek Kobus2020-11-111-14/+8
* TreeScanner: Do not trigger signals in destructorTobias Hunger2020-03-311-0/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-051-0/+176