Opened 10 years ago

Closed 2 years ago

Last modified 2 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 Changed 9 years ago by Cas

  • Milestone changed from Future to 2.0

comment:2 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

comment:3 Changed 5 years ago by Cas

  • Milestone changed from 2.0.0 to 2.1.x

Ticket retargeted after milestone closed

comment:4 Changed 5 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:

  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 Changed 2 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Thanks! Fixed in 1cd005c2

comment:6 Changed 2 years ago by Cas

  • Milestone changed from 2.1.x to 2.1.0

Milestone renamed

Note: See TracTickets for help on using tickets.