aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filesearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Move TextCodec::encodingForLocale() to TextEncodinghjk10 days1-3/+3
* TextEditor: Reduce use of (Q)TextCodechjk10 days1-22/+24
* Utils: Remove direct uses of QTextCodec from file searchhjk2025-05-151-26/+26
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Core: Add option to exclude binary files from searchMarcus Tillmanns2024-07-151-0/+12
* SubDirFileContainer: Add optional filtering functionJarek Kobus2024-06-141-16/+33
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-1/+1
* FileSearch: Remove FileIterator and subclassesJarek Kobus2023-06-301-305/+14
* FileSearch: Introduce oveload for findInFiles() taking FileContainerJarek Kobus2023-06-231-2/+129
* FileSearch: Introduce FileContainerJarek Kobus2023-05-311-8/+194
* FileSearch: Reuse searchInContents() inside findInFiles()Jarek Kobus2023-05-301-226/+11
* TextEditor: Reuse searchInContents()Jarek Kobus2023-05-301-2/+2
* FileSearch: Introduce searchInContents()Jarek Kobus2023-05-261-9/+170
* FindFlags: Move it into Utils libJarek Kobus2023-05-261-0/+12
* FileSearch: Remove unused functionJarek Kobus2023-05-251-10/+0
* Fix exclusion pattern tooltip textMitch Curtis2023-05-241-3/+5
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-091-31/+33
* FileListIterator: Minor fixesJarek Kobus2023-03-131-9/+10
* Utils: Cleanup searchInX functionsMarcus Tillmanns2023-02-241-2/+2
* Utils: Tr::trAlessandro Portale2023-02-011-12/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-1/+1
* Convert file search API to FilePathEike Ziller2022-09-121-65/+71
* FileSearchResult: Use FilePath for fileNameJarek Kobus2022-09-061-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-1/+1
* FileSearch: Some micro-optimizationEike Ziller2022-05-161-4/+8
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-7/+7
* FileSearch: Add some logging for search progressEike Ziller2021-11-011-0/+9
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-191-1/+2
* FileSearch: Remove usage of QTextStream::setCodecEike Ziller2020-09-071-19/+16
* Utils: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-221-12/+13
* TextEditor: Utils: Do not use invalid regular expressionsChristian Stenger2020-06-221-0/+4
* File search: Avoid symlink loops and duplicate directoriesEike Ziller2019-07-181-16/+28
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Utils: ModernizeAlessandro Portale2018-07-201-4/+4
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1
* Be a bit more perl-like with regular expression replacementsEike Ziller2018-03-221-9/+20
* Use const'ref in theses methodsMontel Laurent2017-04-211-7/+7
* FileSearch: Remove dead codeRobert Loehning2017-03-081-6/+4
* Find: Assign button shortcutsSerhii Moroz2017-03-061-1/+1
* Provide exclusion filters for custom locator filtersEike Ziller2017-02-281-0/+27
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-12/+62
* mapReduce: Support progress information and add (unordered) mapEike Ziller2016-02-261-2/+2
* FileSearch: Fixes for making FileIterator actual ForwardIteratorEike Ziller2016-02-261-44/+31
* MapReduce refactoring and improvementsEike Ziller2016-02-241-20/+34
* Runextensions: Move mapReduce to its own headerEike Ziller2016-02-091-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* File search: Avoid use of QtConcurrentEike Ziller2016-01-131-143/+95