aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/silversearcher
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Merge remote-tracking branch 'origin/15.0' into 16.0Eike Ziller2025-01-171-1/+4
|\
| * SilverSearcher: Fix finding the toolEike Ziller2025-01-161-1/+4
* | Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* | Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
|/
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* FindFilter: Move settings saving to StoreEike Ziller2024-06-031-4/+5
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+6
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* SilverSearcher: Modernize plugin item setuphjk2023-12-143-90/+50
* SilverSearcher: Move plugin class definition to .cpphjk2023-12-144-26/+16
* Add some include guardsChristian Stenger2023-11-211-0/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-272-7/+10
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
* BaseFileFind: Replace additionalParameters() with searchDir()Jarek Kobus2023-07-061-3/+1
* FileFindParameters: Get rid of searchEngineParameters fieldJarek Kobus2023-07-062-24/+6
* SearchEngine: Replace executeSearch() with searchExecutor()Jarek Kobus2023-07-062-5/+5
* SearchEngine: Replace openEditor() with editorOpener()Jarek Kobus2023-07-042-8/+0
* BaseFileFind: Replace files() with fileContainerProvider()Jarek Kobus2023-07-042-2/+2
* SilverSearcher: Fix missing includeChristian Stenger2023-06-061-0/+2
* SilverSearcher: Reuse searchInProcessOutput()Jarek Kobus2023-06-023-135/+58
* SilverSearcher: Fix quitting the loop after resumeJarek Kobus2023-06-021-0/+2
* SilverSearcher: Don't crash on giant output from agJarek Kobus2023-06-011-4/+41
* SilverSearcher: Make the search cancellableJarek Kobus2023-06-013-26/+76
* SilverSearcher: Rename some filesJarek Kobus2023-06-018-13/+12
* SilverSearcher: Rename output into inputJarek Kobus2023-06-012-22/+22
* SilverSearcher: Do some cleanupJarek Kobus2023-06-012-43/+27
* SilverSearcher: Use the text editor font for the resultsJarek Kobus2023-06-012-0/+2
* SilverSearcher: Limit the number of calls to nextLine()Jarek Kobus2023-06-011-3/+4
* SilverSearcher: Refactor the Silver Searcher parserJarek Kobus2023-05-104-119/+116
* FileSearch: Get rid of FileSearchResultJarek Kobus2023-05-095-58/+70
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* | SilverSearcher: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-9/+5
|/
* SilverSearcher: Convert to rew plugin test setuphjk2023-02-172-18/+7
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* SilverSearcher: Tr::tr()Alessandro Portale2023-02-101-2/+3