Changes between Version 6 and Version 7 of Development/Plugins


Ignore:
Timestamp:
07/30/2008 03:31:38 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Plugins

    v6 v7  
    1313 * the deluge.ui.client api is available to core plugins as "from deluge.plugins.coreclient import client"  
    1414 
     15== Adding a status-field to core ==  
     16 * define a callback-function http://dev.deluge-torrent.org/browser/trunk/deluge/plugins/label/label/core.py?rev=3607#L356 
     17 * register that callback http://dev.deluge-torrent.org/browser/trunk/deluge/plugins/label/label/core.py?rev=3607#L74 
     18 
     19== Adding a column to gtk-ui == 
     20 * callback for cell : http://dev.deluge-torrent.org/browser/trunk/deluge/plugins/label/label/gtkui/__init__.py#L51 
     21 * register that callback  :  http://dev.deluge-torrent.org/browser/trunk/deluge/plugins/label/label/gtkui/__init__.py#L115 
     22 
     23