Show
Ignore:
Timestamp:
06/07/08 19:28:34 (6 months ago)
Author:
vardo
Message:

Added first version of 'Plugins' window. It's accessible through 'Edit/Plugins' item in roster menu. It seems that you can successfully (de)activate plug-ins through GUI now.

Added 'homepage' attribute to Plugin class.

Added (commented out) calls of pycallgraph in src/gajim.py for later use.

[xbright] Changed 'python' to 'python2.5' because code uses modules not available in previous versions of Python.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/plugin-system/data/glade/roster_window.glade

    r9521 r9762  
    194194                      </widget> 
    195195                    </child> 
     196                    <child> 
     197                      <widget class="GtkImageMenuItem" id="plugins_menuitem"> 
     198                        <property name="visible">True</property> 
     199                        <property name="label" translatable="yes">P_lugins</property> 
     200                        <property name="use_underline">True</property> 
     201                        <signal name="activate" handler="on_plugins_menuitem_activate"/> 
     202                        <child internal-child="image"> 
     203                          <widget class="GtkImage" id="menu-item-image16"> 
     204                            <property name="visible">True</property> 
     205                            <property name="stock">gtk-disconnect</property> 
     206                            <property name="icon_size">1</property> 
     207                          </widget> 
     208                        </child> 
     209                      </widget> 
     210                    </child> 
    196211                  </widget> 
    197212                </child>