Custom Query (2447 matches)
Results (502 - 504 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2061 | Fixed | 'State' column on sidebar is not translatable. | ||
Description |
On sidebar as you can see on screenshot the string 'Status' is not translatable, until I remove in deluge.po file, in string 'States' letter s 'State' and then translation is showing. |
|||
#2909 | Fixed | Startup not selecting first torrentview row in Standalone mode | ||
Description |
In GTKUI |
|||
#1172 | Fixed | Startup notification isn't handled correctly if another instance is already running. | ||
Description |
I have blogged about this situatuion in my blog. Here is the blog post-->http://hammered999.wordpress.com/2010/03/11/startup-notification-system-and-gtkmm/ What basically happens is this: Let's say that the user is already downloading a torrent using deluge. Then the user double-clicks a new torrent. The new instance of deluge passes the data to the old instance and quits. The old instance presents itself and displays the appropriate dialog. There's one step missing though. The new instance before quiting it should use the equivalent of gdk_startup_notify_complete() to signal that it has loaded successfully. This will make the entry in the task bar disappear(the one that tells "starting deluge"). Otherwise if a user adds several torrents one-after-the-other the task bar becomes busy pretty quickly. For more info please see my blog post. Thank you for your awesome torrent client. |