aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/findinfiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Use new setup pattern for the findershjk2024-01-291-6/+16
* Clean up some lambdashjk2023-12-121-1/+1
* FindInFiles: Add button to select directory from current documentTasuku Suzuki2023-09-291-0/+17
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-4/+4
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-2/+2
* Utils: Use a bit more Key and Storehjk2023-08-241-2/+1
* BaseFileFind: Some cleanup, also in derived classesJarek Kobus2023-07-071-8/+1
* BaseFileFind: Make searchDir() non-virtualJarek Kobus2023-07-061-17/+3
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-9/+4
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-041-5/+6
* BaseFileFind: Reuse FileContainerJarek Kobus2023-06-231-5/+3
* TextEditor: Tr::trhjk2023-01-181-7/+12
* 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/+1
* Convert file search API to FilePathEike Ziller2022-09-121-2/+2
* TextEditor: Use filePath() instead of rawFilePath in find in fileshjk2022-09-061-1/+1
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Cpp/TextEditor: Get rid of QOverloadJarek Kobus2022-07-261-3/+3
* TextEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-191-2/+3
* Various FilePath::fromString -> fromUserInput changesAlessandro Portale2021-09-231-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-5/+7
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Utils: Use FilePath for PathChooser::m_baseDirectoryhjk2019-12-191-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* use initializer listsTim Jenssen2019-01-211-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-121-1/+1
|\
| * Do not search our own autosave files by defaultEike Ziller2018-12-101-1/+1
* | TextEditor: ModernizeAlessandro Portale2018-11-301-3/+1
|/
* TextEditor: ModernizeOrgad Shaneh2018-09-201-4/+2
* FindInFiles: Support relative path based on the current projectOrgad Shaneh2017-05-191-0/+5
* Advanced search: Add exclusion patternsEike Ziller2017-02-281-11/+12
* BaseFileFind/FindInFiles: Clean up enabled / valid state handlingEike Ziller2016-11-251-8/+20
* FindInFiles: make possible to have more than one extensionPrzemyslaw Gorszkowski2016-11-161-13/+48
* Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-1/+1
* Git: Hook grep into Find In File System dialogOrgad Shaneh2016-02-041-7/+30
* TextEditor: Disable Search & Replace buttons when folder doesn't existOrgad Shaneh2016-01-211-0/+5
* TextEditor: Use PathChooser for FindInFilesOrgad Shaneh2016-01-211-42/+20
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* FindInFiles: Use Utils namespaceOrgad Shaneh2016-01-191-12/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-3/+3
* TextEditor: rename "Files on File System" as "Files in..."Leena Miettinen2015-11-101-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3