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/src/gajim.py

    r9752 r9762  
    2727 
    2828import os 
     29import pycallgraph 
     30 
    2931 
    3032if os.name == 'nt': 
     
    603605                import osx 
    604606                osx.shutdown() 
     607         
     608        #pycallgraph.make_dot_graph('common.xmpp-only.dot', format='dot') 
    605609 
    606610import atexit 
     
    32323236 
    32333237        def __init__(self): 
     3238                #filter_func = pycallgraph.GlobbingFilter(include=['common.xmpp.*']) 
     3239                #pycallgraph.start_trace(filter_func=filter_func) 
     3240                 
    32343241                gajim.interface = self 
    32353242                # This is the manager and factory of message windows set by the module