Opened 11 years ago

Closed 3 years ago

Last modified 3 years ago

#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 by Calum, 9 years ago

Milestone: Future2.0

comment:2 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

comment:3 by Calum, 5 years ago

Milestone: 2.0.02.1.x

Ticket retargeted after milestone closed

comment:4 by DjLegolas, 5 years ago

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:

  1. Bind to the close event and handle it there.
  2. Remove the sensitivity change.

Currently, opening theAdd Tracker window does not changes the Edit Trackers window at all.

Why the different approach?

comment:5 by Calum, 3 years ago

Resolution: Fixed
Status: newclosed

Thanks! Fixed in 1cd005c2

comment:6 by Calum, 3 years ago

Milestone: 2.1.x2.1.0

Milestone renamed

Note: See TracTickets for help on using tickets.