Custom Query (2449 matches)
Results (445 - 447 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2699 | Duplicate | I want rename torrent file on the web o mobile please | ||
| Description |
You may rename the torrent files to download before putting it through the website? Now I want to connect remotely with mobile access to my computer deluge And I want to rename the torrent file. Thank you |
|||
| #2698 | Fixed | Column data indexes corrupted during column removal | ||
| Description |
There is a bug in the remove_column code. At line 502 of listview.py: # Remove from the liststore columns list for index in column_indices: del self.liststore_columns[index] column_indices is an ascending list of data indexes that a plugin uses. Normally, if a plugin only registers one status field, it loops once and there is no side effect. However, if a plugin registers multiple status fields, deleting indexes in that order will cause the liststore_columns list to be corrupted because any items after the deleted index will be shifted down in the list which would change their indexes as the loop is being executed. Reversing the order of column_indices should fix the problem. |
|||
| #2697 | Invalid | Can't click most of the GUI | ||
| Description |
This program is the only program this happens to. When I open deluge recently, GUI doesn't respond to mouse clicks. I tried restarting computer, erasing keys from registry, rolling back to older versions. The GUI fails to register key clicks. For example wh en I click file nothing happens, I have to use keyboard shortcuts to access it. But when I click the Play button on deluge, it clicks down. |
|||
