aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileinprojectfinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove explicit pointer usage from FileInProjectFinder datahjk2025-05-021-8/+3
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* Utils: improve readability of FileInProjectFinderTim Jenßen2025-02-211-117/+181
* Merge remote-tracking branch 'origin/16.0' into HEADTim Jenssen2025-02-171-9/+9
|\
| * Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-9/+9
* | Utils: Fix root directory listing in FileInProjectFinderTim Jenssen2025-01-301-0/+7
* | Revert "QmlPreview: workaround for not starting preview"Tim Jenssen2025-01-061-5/+0
* | QmlPreview: workaround for not starting previewTim Jenssen2024-12-021-0/+5
|/
* Doc: Replace Mac OS X with macOSKai Köhne2024-11-071-1/+1
* QrcParser: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-1/+0
* Various Plugins: Simplify return FilePath statementsJarek Kobus2023-08-021-1/+1
* Doc: Add missing \a commands to get rid of qdoc warningsLeena Miettinen2023-05-251-3/+6
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-0/+1
* FileInProjectFinder: Fix path analysisUlf Hermann2023-04-261-1/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* FileFinder: FilePathifyArtem Sokolovskii2023-01-031-46/+43
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+0
* Utils: Avoid a use of FilePath::toFileInfo() in FileInProjectFinderhjk2021-07-141-2/+1
* Utils: Fix build with Qt6Eike Ziller2020-09-071-2/+2
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-2/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-2/+3
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-1/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-10/+10
* Utils: Rename FileName to FilePathhjk2019-05-281-27/+27
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-151-2/+1
* FileInProjectFinder: Do not overwrite result list in loopChristian Kandeler2019-03-191-3/+3
* Resolve ambiguous results of searches for relative file pathsChristian Kandeler2019-03-041-50/+87
* QtSupport: Fix QtOutputFormatter auto testsAndre Hartmann2019-02-261-3/+5
* FileInProjectFinder: Proper lookup of qrc URLsChristian Kandeler2019-02-131-0/+41
* FileInProjectFinder: Fix findFile() for nonexisting filesAndre Hartmann2019-01-041-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* FileInProjectFinder: Report length of matched postfixUlf Hermann2018-09-241-42/+61
* Remove unused variablesRobert Loehning2018-09-071-1/+0
* FileInProjectFinder: Add dtorUlf Hermann2018-09-031-0/+1
* FileInProjectFinder/Debugger: Use Utils::FileName for sysrootUlf Hermann2018-08-281-10/+7
* FileInProjectFinder/Debugger: Use FileNameList for search directoriesUlf Hermann2018-08-271-4/+5
* FileInProjectFinder: Use FileName for local part of direct mappingsUlf Hermann2018-08-271-3/+4
* FileInProjectFinder/Debugger: Use Utils::FileName for project directoryUlf Hermann2018-08-271-18/+8
* FileInProjectFinder: Use categorized loggingUlf Hermann2018-08-271-32/+22
* FileInProjectFinder: Search DeploymentData for pathsUlf Hermann2018-08-271-49/+100
* FileInProjectFinder: Use the cache also without project directoryUlf Hermann2018-08-211-12/+12
* Utils: ModernizeAlessandro Portale2018-07-201-3/+1
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-2/+2
* FileInProjectFinder: performance improvementTim Jenssen2018-05-241-5/+6
* FileInProjectFinder: Use FileNameList for file namesTim Jenssen2018-05-241-6/+6
* FileInProjectFinder: Fix caching and project dir searchUlf Hermann2018-02-011-63/+45
* Utils: Extend FileInProjectFinder to also find directoriesUlf Hermann2018-01-081-26/+76