[PATCH] DownloadDialog should have a method to add/remove listeners for changing download selections
This is mostly useful if a plugin has its own slippy map to show where their data is, and they want to be able to follow the other panels.
Use case:
The MapWithAI plugin supports third party sources (although no one has made a pull request with more), and it would be nice to be able to (a) show the location of the sources on a slippy map and (b) allow the user to enable/disable from a DownloadSelection pane. Since I'm reusing the code from preferences, I am unable to use the slippy map from the DownloadSelection pane and it isn't public anyway.
Attachments
(1)
- 19310.patch
(1.2 KB
) - added by taylor.smock 6 years ago.
- Add two methods to add/remove download area listeners (really, DownloadSelection implementations)
Download all attachments as:
.zip
Change History
(5)
| Description: |
modified (diff)
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Add two methods to add/remove download area listeners (really, DownloadSelection implementations)