aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/executefilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Tasking: Fix some C++20 warnings about [=] capturesJarek Kobus2024-02-071-1/+1
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* ILocatorFilter: Remove calls to setDefaultIncludedByDefault(false)Jarek Kobus2023-05-161-1/+0
* ExecuteFilter: Remove the old matchesFor() implementationJarek Kobus2023-05-161-45/+13
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-4/+4
* ILocatorFilter: Simplify Sync's onSetup in matchersJarek Kobus2023-04-271-1/+0
* ExecuteFilter: Reimplement matchers()Jarek Kobus2023-04-261-0/+37
* ExecuteFilter: Use Acceptor for LocatorFilterEntryJarek Kobus2023-04-201-57/+54
* LocatorFilterEntry: Add linkForEditorJarek Kobus2023-02-161-2/+2
* Core: Tr::trhjk2023-01-171-12/+15
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ExecuteFilter: Update window title when doneOrgad Shaneh2022-10-121-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ExecuteFilter: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-16/+4
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-021-0/+21
|\
| * Locator: Save history of execute filterEike Ziller2022-04-291-0/+21
* | Get rid of no-op calls to QtcProcess::kill()Jarek Kobus2022-03-241-1/+1
* | QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+2
|/
* Core: Turn LocatorFilterEntry ofn ILocatorFilter::accept to const &Alessandro Portale2022-02-111-1/+1
* Move ProcessReaper into lib/utilsJarek Kobus2021-09-061-7/+1
* Core: Use Utils::CommandLine in ExecuteFilterhjk2021-08-241-16/+6
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-111-17/+48
|\
| * Fix a possible crash in ExecuteFilterJarek Kobus2021-08-041-17/+48
* | Use refactored ProcessModeJarek Kobus2021-08-091-1/+0
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-031-1/+2
|\|
| * Locator: Allow macro expander for custom commandsCristian Adam2021-08-021-1/+2
* | Remove unused static variableJarek Kobus2021-08-021-2/+1
|/
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-2/+2
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-4/+5
* Locator: Add longer description to filtersEike Ziller2021-03-231-0/+3
* Refactor Locator filter settings savingEike Ziller2021-02-041-2/+2
* Core: Use new MessageManager APIEike Ziller2020-12-081-11/+13
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-1/+1
* Some Qt6 portinghjk2020-07-221-1/+1
* ExecuteFilter: Add timestamps to command outputsAndre Hartmann2020-02-201-4/+4
* Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+1
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Core: ModernizeAlessandro Portale2018-08-081-1/+1
* Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* Locator: Cleanup and modernize Locator and filtersAndre Hartmann2017-12-301-5/+5
* Remove 1-1 dependency between locator and locator input widgetEike Ziller2017-06-131-1/+5
* Locator: Add highlighting of the search textSerhii Moroz2017-03-211-7/+11
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-5/+5