summaryrefslogtreecommitdiff
path: root/Userland/Services/Taskbar/QuickLaunchWidget.h
AgeCommit message (Collapse)Author
2022-01-21Taskbar: Remove QuickLaunch entries if corresponding file was deletedMaciej
2022-01-21Taskbar: Support arbitrary *files* as QuickLaunch entriesMaciej
2022-01-21Taskbar: Support arbitrary executables as QuickLaunch entriesMaciej
2022-01-21Taskbar: Abstract out quick launch entriesMaciej
... into QuickLaunchEntry class. It will be used to implement adding plain executables to the taskbar. For now, it adds TRY() error handling to app launching :^)
2021-12-28Taskbar: Add context menu to remove quicklaunch itemsfaxe1008
This change adds a context menu for each app button to remove items from the quicklaunch section of the Taskbar.
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
This change adds the capability to drop AppFiles to the quick launch section of the Taskbar. All logic was moved to a new QuickLaunchWidget.