Changeset 465 for trunk/pyragua/ui/mainwindow.py – Pyragua

Changeset 465 for trunk/pyragua/ui/mainwindow.py

Show
Ignore:
Timestamp:
08/09/10 02:15:01 (22 months ago)
Author:
ogranada
Message:

2010-08-09 Oscar Andres Granada <ogranada@…>

  • The Plugin architecture are implemented in pyragua.py file
  • Many methods were added to make more orderly implementation
  • The option parser are added and add the options "-s" (not Splash) and "-d" (debug)
  • yapsy library were modified in the file PluginManager?.py that without this amendment would be

required to install the library on the system.

  • They have positioned sample plugins in the plugins folder, it is necessary to improve the

documentation about this.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pyragua/ui/mainwindow.py

    r464 r465  
    2929class MainWindow(object): 
    3030    def __init__(self): 
    31         self.app = PyraguaApp(0) 
     31        self.app = PyraguaApp(0)         
    3232        self.window = PyraguaMainFrame(None) 
    3333