summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant/Providers.h
AgeCommit message (Expand)Author
2023-02-11Assistant: Allow arguments in AppProvider queriesTim Ledbetter
2023-01-17Assistant: Cache results for each query by providerTim Ledbetter
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Assistant: Convert ResultRows to Coolbar Buttonsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2021-07-03Assistant: Make more of the classes finalGunnar Beutner
2021-07-03Assistant: Make the bitmap accessor pure virtualGunnar Beutner
2021-07-03Assistant: Add missing bitmap accessor for terminal actionsGunnar Beutner
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas 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: Remove Result::Kind in favor of native `typeid`Spencer Dixon
2021-06-29Assistant: Add subtitle field to the Result classAndreas Kling
2021-06-28Userland: Add new app called AssistantSpencer Dixon