Collect metadata on file transfer to pass to pending transfer widget #2
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rra/dropship#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What is expected can be read from the following UI file:
Need to handle:
I did an attempt at getting it to work with a minimal and naive implementation (see
3b8fb66032
on pendingUI branch) but getting errors I don't know how to interpret.Based on
fef71be702/minigalaxy/ui/gametile.py
andfef71be702/minigalaxy/ui/library.py (L110)
it should be possible to do it the proper way.Here's a helper on how to cancel a task:
Soooo, nearly there, I think! With https://git.vvvvvvaria.org/rra/dropship/src/branch/main/dropship/dropship.py#L131-L134, I currently see:
So, I think we need to wire up some
connect(...)
calls like we do in Window and the template? I am not sure what works here since I do not know if the handling of these callbacks is like the signal handlers?Also, when I commented these out, I still couldn't get a transfer to show. I tried called
show()
on theself.pending_transfer_list
but that didn't work either?Also see #1 (comment).
That's done! ⛅