Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 2449)

Ticket Resolution Summary Owner Reporter
#301 Fixed downloading torrents are usually counted as uploading as well by queue plugin andar deluge-trac@…
Description

Hi,

I think the queue plugin is not working 100% as expected. I believe that whenever a downloading torrent is also seeding that is counted towards the maximum number of seeding torrents.

Let's say I have set a maximum of 5 active torrents with a max of 3 uploading torrents. Now, when I have 3 downloading torrents, that will usually be the end of it. Most times, the three torrents I download will also be uploading to other peers. They are then taking up the three seed slots.

If there is anything unclear about my description, don't hesitate to ask. I hope it was understandable enough.

Regards

#303 Fixed port spinners sensitive when random ports are activated andar anonymous
Description

when you open the preferences dialog and click on the 'network' settings, the spinners are active even if random ports are enabled. once you toggle something, then the proper sensitive setting is set, but not when it's first opened.

#307 Fixed Some UI update patches andar sadrul
Description

I am going to attach a couple of patches in here for some minor UI updates:

  • gtkui_preference_toggle_updates.patch:

Makes the filechooser buttons [in]sensitive depending on the state of the corresponding checkbuttons in the preference dialog. Does the same check for the 'Stop seeding' setting too.

  • gtkui_disable_options_tab.patch:

When no torrent is selected in the torrentview, the tabs at the bottom (Statistics, Details etc.) are cleared, except 'Options'. This patch makes the child widgets within the tab insensitive. I also considered hiding the child widget, but making them insensitive looked better :)

  • gtkui_update_main_window_torrents_menu.patch:

This updates the 'Torrent' menu in the main window as the selection in the torrent-view is changed. With the current patch, the menu is enabled only if at least one torrent is selected, otherwise it's disabled. The Pause/Resume/Remove? menuitems should probably be disabled/enabled using the same logic as those used in toolbar.py:update_buttons. But this patch doesn't include that part, since I thought perhaps it'd be good to not have to duplicate the same logic in two places.

Note: See TracQuery for help on using queries.