summaryrefslogtreecommitdiff
path: root/Userland/Applications/Assistant/Providers.h
AgeCommit message (Expand)Author
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