summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant/Providers.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-04-20AK: Add FuzzyMatch headerfaxe1008
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-09-12Assistant: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-07-19Assistant: Trim terminal command before displaying or running itLuK1337
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-04Assistant: Don't index the /dev directoryAndreas Kling
2021-07-03Assistant: Skip URL provider if query is empty or provider specificEdwin Hoksberg
2021-07-03Assistant: Don't index the /proc and /sys directoriesAndreas Kling
2021-07-03Assistant: Avoid copying the result vectors when providers finishAndreas Kling
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03Assistant: Use fstatat() while building FileProvider path cacheAndreas Kling
2021-07-03Assistant: Use FileIconProvider for FileProvider query resultsAndreas Kling
2021-07-03Assistant: Make Result bitmaps virtual/lazyAndreas Kling
2021-07-03Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVectorTimothy Flynn
2021-07-03Assistant: Add provider to run a command in a terminalTimothy Flynn
2021-07-03Assistant: Add new URLProvider to open URL's in the browserEdwin Hoksberg
2021-07-02Assistant: Add a new FileProvider to assist in searching the filesystemSpencer Dixon
2021-07-02Assistant: Change to home directory when spawning applicationsSpencer Dixon
2021-06-29Assistant: Add subtitle field to the Result classAndreas Kling
2021-06-28Userland: Add new app called AssistantSpencer Dixon