aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/selectablefilesmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* SelectableFilesModel: Remove redundant variableJarek Kobus2023-10-121-3/+2
* ProjectExplorer: Do not follow recursive symlinksChristian Kandeler2023-10-101-1/+6
* Utils/ProjectExplorer: More Key and Storehjk2023-08-251-2/+4
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-5/+5
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* ProjectExplorer: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-7/+7
* ProjectExplorer: Tr::trhjk2023-01-161-9/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+2
* Drop Qt5: ProjectExplorer: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* ProjectExplorer: Use QRegularExpression in SelectableFilesModelhjk2020-06-111-1/+2
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-2/+2
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-18/+18
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* More Utils::toSet/toListhjk2019-07-041-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-27/+27
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-1/+1
* ProjectExplorer: Do not pre-select files in "Add Existing Directory"Christian Kandeler2019-05-021-0/+7
* SelectableFilesModel: Replace foreach with range-forAndre Hartmann2019-01-271-8/+8
* SelectableFilesModel: Sort includesAndre Hartmann2019-01-271-1/+1
* ProjectExplorer: Add history completion ability to SelectableFilesWidgetChristian Kandeler2019-01-221-4/+13
* ProjectExplorer: Fix misleading UI in SelectableFilesWidgetChristian Kandeler2019-01-181-24/+23
* ProjectExplorer: Fix SelectableFilesModel::applyFilter()Christian Kandeler2019-01-171-1/+3
* Core/ProjectExplorer: Avoid deprecated QModelIndex::childOrgad Shaneh2018-09-211-18/+19
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-1/+1
* ClangTools: Prompt for files to analyzeNikolai Kosjar2018-05-111-6/+0
* ProjectExplorer: Split SelectableFilesModel into two classesNikolai Kosjar2018-05-091-17/+27
* ProjectExplorer: Move consts that are used in a single file out of headerOrgad Shaneh2017-03-201-4/+8
* SelectableFilesModel: Check files in the show filterTobias Hunger2016-04-291-12/+15
* SelectableFilesModel: Apply filters before parsingTobias Hunger2016-04-291-2/+1
* SelectableFilesModel: Avoid unnecessary re-filteringTobias Hunger2016-04-291-3/+10
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-15/+14
* GenericProject: Make initial selection of files workTobias Hunger2016-04-071-4/+4
* GenericProject: Sprinkle nullptr over the codeTobias Hunger2016-04-071-2/+2
* GenericProject: Pass base directory to startParsing(...) methodTobias Hunger2016-04-071-4/+4
* GenericProject: Small readability improvementTobias Hunger2016-04-071-1/+1
* GenericProject: Simplify code using member initializationTobias Hunger2016-04-071-2/+0
* ProjectExplorer: Use runAsyncEike Ziller2016-02-121-2/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-5/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SelectableFilesModel: Fix filteringTobias Hunger2015-11-241-3/+3
* SelectableFilesWidget: Wire up logic to notify about selection changesTobias Hunger2015-11-241-0/+17
* SelectableFiles: Introduce a common widgetTobias Hunger2015-11-241-157/+174