| 1 | 2010-12-26 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 2 | |
|---|
| 3 | * pyragua.py: Create new files with pythonstc. |
|---|
| 4 | |
|---|
| 5 | * mainwindow.py: Menu items connected to file handlers. |
|---|
| 6 | |
|---|
| 7 | * projectmanager.py: Some file related event handlers added. |
|---|
| 8 | |
|---|
| 9 | 2010-12-19 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 10 | |
|---|
| 11 | * pyragua.py: Changed system function to os module. |
|---|
| 12 | |
|---|
| 13 | 2010-12-05 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 14 | |
|---|
| 15 | * projectmanager: used to take cares of files. |
|---|
| 16 | |
|---|
| 17 | * iprojectmanager: Proxy to the project manager. |
|---|
| 18 | |
|---|
| 19 | 2010-10-27 Oscar Andres Granada <oagranada@utp.edu.co> |
|---|
| 20 | |
|---|
| 21 | * mainwindow.py: Agregada la barra de herramientas y sus botones. |
|---|
| 22 | |
|---|
| 23 | 2010-11-26 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 24 | |
|---|
| 25 | * mainwindow.py: PythonSTC inserted in main notebook. |
|---|
| 26 | |
|---|
| 27 | * mainwindow.py: AUI implemented with a notebook as center pane. |
|---|
| 28 | |
|---|
| 29 | * mainwindow.py: Statusbar created in main window. |
|---|
| 30 | |
|---|
| 31 | 2010-11-26 Diego Alejandro Martinez <diegoale@utp.edu.co> |
|---|
| 32 | |
|---|
| 33 | * mainwindow.py: Barra de menus preliminar |
|---|
| 34 | |
|---|
| 35 | 2010-10-27 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 36 | |
|---|
| 37 | * pyragua.py: Removed the import wx statement. |
|---|
| 38 | |
|---|
| 39 | * modparser.py: Modparser has been slightly modified without to |
|---|
| 40 | make it more explicit |
|---|
| 41 | |
|---|
| 42 | 2010-09-11 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 43 | |
|---|
| 44 | * pyraguaconfigparser: Se implementó la clase que sirve como |
|---|
| 45 | proxy entre aplicaciones y archivos de configuración. |
|---|
| 46 | |
|---|
| 47 | 2010-07-25 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 48 | |
|---|
| 49 | * pyragua.py (exec_path): attribute added to this module, to know execution path. |
|---|
| 50 | |
|---|
| 51 | * img: Copied olf image resources to trunk. New ones needs to be created. |
|---|
| 52 | |
|---|
| 53 | * gaugesplash.py: Added to pyragua shared library. |
|---|
| 54 | |
|---|
| 55 | 2010-07-15 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 56 | |
|---|
| 57 | * messagemanager.py (MessageManager): Minor tests and corrections in methods. |
|---|
| 58 | |
|---|
| 59 | 2010-07-11 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 60 | |
|---|
| 61 | * messagemanager.py (MessageManager): Methods implemented. Needs to be tested. |
|---|
| 62 | |
|---|
| 63 | 2010-07-08 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 64 | |
|---|
| 65 | * messagemanager.py (MessageManager): Basic interface proposed. |
|---|
| 66 | |
|---|
| 67 | * yapsy: Added yapsy as the basic plugin manager for pyragua. |
|---|
| 68 | |
|---|
| 69 | 2010-06-12 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 70 | |
|---|
| 71 | * config.py: (ConfigManager): |
|---|
| 72 | |
|---|
| 73 | * iconfigmanager.py: (IPyraguaConfig): The api skeleton has been created. |
|---|
| 74 | |
|---|
| 75 | * ipyragua.py: (IPyraguaUI): This class has a relationship with main UI |
|---|
| 76 | |
|---|
| 77 | 2010-05-26 Jonathan Sandoval Cardona <jsandoval@utp.edu.co> |
|---|
| 78 | |
|---|
| 79 | * pyragua.py: (Pyragua): Main class for pyragua IDE added. |
|---|
| 80 | |
|---|
| 81 | * pyragua.py: Module containing pyragya main class. |
|---|
| 82 | |
|---|
| 83 | * mainwindow.py: (PyraguaMainFrame): Added class PyraguaMainFrame to this module with initial AUI support. |
|---|
| 84 | |
|---|
| 85 | * mainwindow.py: (MainWindow): Added class MainWindow to this module. |
|---|
| 86 | |
|---|
| 87 | * mainwindow.py: Added this new module to ui package. |
|---|
| 88 | |
|---|