Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | Taskbar: Remove QuickLaunch entries if corresponding file was deleted | Maciej | |
2022-01-21 | Taskbar: Support arbitrary *files* as QuickLaunch entries | Maciej | |
2022-01-21 | Taskbar: Support arbitrary executables as QuickLaunch entries | Maciej | |
2022-01-21 | Taskbar: Abstract out quick launch entries | Maciej | |
... 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-28 | Taskbar: Add context menu to remove quicklaunch items | faxe1008 | |
This change adds a context menu for each app button to remove items from the quicklaunch section of the Taskbar. | |||
2021-12-28 | Taskbar: Add dropping of AppFiles to QuickLaunch | faxe1008 | |
This change adds the capability to drop AppFiles to the quick launch section of the Taskbar. All logic was moved to a new QuickLaunchWidget. |