Custom Query (2449 matches)
Results (547 - 549 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1474 | Fixed | "on_show_prefs" hook is not executed immediatly after enabling a plugin | ||
| Description |
Consider following example: class GtkUI(GtkPluginBase):
def enable(self):
self.glade = gtk.glade.XML(get_resource("config.glade"))
component.get("Preferences").add_page("AutoPriority", self.glade.get_widget("prefs_box"))
component.get("PluginManager").register_hook("on_apply_prefs", self.on_apply_prefs)
component.get("PluginManager").register_hook("on_show_prefs", self.on_show_prefs)
When the plugin is enable in the GTK preferences dialog and right away one clicks the added config notebook page the "on_show_prefs" callback is not executed. Only after closing the preferences window and reopening it the callback is executed properly. The problem can be observed looking at the scheduler plugin. Enabling it and right away clicking on the newly added notebook page shows all settings initialized to wrong defaults (GTK widget defaults). Enabling it and closing the preferences window with "Cancel" ("OK" sets the GTK defaults as new values) and than reopening the preferences dialog shows the right plugin defaults. |
|||
| #1476 | WorksForMe | Error: invalid port | ||
| Description |
So basically every time that I use a tracker without a specified port in the tracker URL. Deluge says "Error: invalid port". I've marked this as a blocker. I haven't tried adding this torrent through anything else besides the WebUI. So it could be an issue with the extremely buggy WebUI. |
|||
| #1478 | Torrents with " " (space) at the end = checking 0.0% | |||
| Description |
Torrents which contain a space at the end of the filename (eg. 'thisisaname .torrent') seem to confuse Deluge and cause it to get stuck at checking 0.0% (uTorrent adds a _ in place of the space) |
|||
