Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (271 - 273 of 2447)

Ticket Resolution Summary Owner Reporter
#2374 Fixed [pull-req] Fix for Right-Click Bug in Web UI sstur
Description

On the master branch, in file

ui/web/js/deluge-all/TorrentGrid.js

on line 339 can you change:

if (!selection.hasSelection())

to

if (!selection.isSelected(rowIndex))

This fixes a problem where if you right-click a torrent and click remove, it will remove the selected one(s) instead of the one you right-clicked.

For future, is there a way to submit pull requests for issues I have fixed on my local fork?

#2863 Invalid Deluge 1.3.13 ignores queue settings sssancho sssancho
Description

I have Deluge 1.3.13 installed via Chocolatey on Windows 7 x64. And I can't change queue settings. Actually it changes (in config files), but Deluge ignores this changes.

#2354 Fixed Alt+f shortcut conflict sqwishy
Description

When a torrent is selected, alt+f will sometimes match the "File" item in the window's menubar, and at other times it will match the "Files" tab in the torrent details.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.