Custom Query (2447 matches)
Results (217 - 219 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3005 | WorksForMe | torrent not showing | ||
Description |
hi ive been using deluge for a while but not my torrents don't show up when I'm adding them |
|||
#3003 | Fixed | Label plugin adding multiple right-click menu entries | ||
Description |
Disconnecting and reconnecting to daemon is causing the label plugins to add a new entry to right-click menu each time. |
|||
#3002 | Fixed | Convert Deluge Plugins to GtkBuilder | ||
Description |
The plugins needs converting from libglade to Gtk Builder. It is a fairly simply process with the following steps: Glade file conversion
PyGtk code conversion
- self.glade = gtk.glade.XML(get_resource('<filename>.glade')) + self.builder = gtk.Builder() + self.builder.add_from_file(get_resource('<filename>.ui'))
Also see: https://developer.gnome.org/gtk2/stable/gtk-migrating-GtkBuilder.html |
Note:
See TracQuery
for help on using queries.