#2434 closed feature-request (Fixed)
Double-click on tracker entry to edit it
Reported by: | eeppeliteloop | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.0 |
Component: | GTK UI | Version: | master |
Keywords: | Cc: |
Description
In the Edit trackers dialog, make double-clicking on a tracker item show the edit dialog. Currently, the only way to edit a tracker is to select it and then click on the Edit button.
Link to commit: https://github.com/eepp/deluge/commit/a55f42b65453f83387a37068578f08f123a00afe
Change History (6)
comment:1 Changed 8 years ago by Cas
- Milestone changed from Future to 2.0
comment:2 Changed 5 years ago by Cas
- Milestone changed from 2.0 to 2.0.0
comment:3 Changed 4 years ago by Cas
- Milestone changed from 2.0.0 to 2.1.x
Ticket retargeted after milestone closed
comment:4 Changed 4 years ago by DjLegolas
I have started working on this and found a little problem.
When the Edit Tracker window opens and pressing ESC or X, the Edit Trackers window will be unusable as it the code will not use set_sensitive(True).
Wherefore, I have two options:
- Bind to the close event and handle it there.
- Remove the sensitivity change.
Currently, opening theAdd Tracker window does not changes the Edit Trackers window at all.
Why the different approach?
comment:5 Changed 23 months ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
Thanks! Fixed in 1cd005c2
Milestone renamed