Custom Query (2447 matches)
Results (16 - 18 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1043 | Torrent name is not visible in the column "Name" | |||
Description |
I use Ubuntu 9.04 and PPA ( https://launchpad.net/~deluge-team/+archive/ppa) After update Deluge from 1.1.6 to 1.2.0_rc1, torrent name is not visible in the column "Name" of GTK user interface (UI). But it's all right in other place. Column may have other name because my native languages is russian and I have russian interface and I haven't english interface. I set major priority but I think that many people considered it critical. When I start UI, console create message: $ deluge /usr/lib/pymodules/python2.6/deluge/core/core.py:502: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:508: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) /usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status(). warnings.warn("Use get_session_status().", DeprecationWarning) |
|||
#1056 | RemoteNotify Patch | |||
Description |
When you want to use RemoteNotify you have to use jabber.org or modify the plugin by hand. Also many clients add a ressource to the end of the incoming jabber-id like foo@bar.com/Ressource if this is the case gotIq does not recognize you as a buddy. I fixed this two little things through a patch and the power of regex. I would be happy if it would be integrated in the plugin so other users could use it with ease. |
|||
#1107 | "Start" button stays disabled if pausing while checking | |||
Description |
If I pause torrent while rechecking, 'Start' button in toolbar stays unavailable (and 'Pause' button available on the contrary). Buttons in the menu are available and work as expected. |