Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-15 Thread Ionutz Borcoman
Hi, I think it would be nice if: 1. Put somewhere a 'road-map' of the project. This way it will be easier for the end-user (me) to know if the framework is almost-useable or it is far from that (to me it looks useable enough, so I wonder why is the version 0.3.0). What will it take for this

Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-15 Thread Roberto Cavada
Hi all, thanks for the feedback. Links should be working now. On Thu, 2004-01-15 at 09:29, Ionutz Borcoman wrote: 1. Put somewhere a 'road-map' of the project. Yes, I agree. Project is tagged 0.3.0 just for missing stuff like this. Let me make it clearer. As for our project's needs,

Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-15 Thread Roberto Cavada
On Thu, 2004-01-15 at 09:49, Roberto Cavada wrote: Thanks you very much for the code you supplied. I will integrate it in the next coming release. I released version 0.9.0. What's new: - changed the module name from 'mvc' to 'gtkmvc' - integrated setup.py for installation - restructured the

Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-15 Thread Christian Robottom Reis
On Thu, Jan 15, 2004 at 04:35:27PM +0100, Roberto Cavada wrote: Furthermore, what still misses to make it a final release is: 1. some feedback from other real testbeds 2. complete doc of source code I documented Kiwi using epydoc (http://epydoc.sf.net/) and it proved to be quite nice -- the

[pygtk] [ANN] MVC-0.3.0 released

2004-01-14 Thread Roberto Cavada
MVC Framework version 0.3.0 released. MVC is an implementation of the Model-View-Controller and Observer patterns for the Pygtk2 toolkit. MVC is a pattern that can be successfully used to design and develop well structured GUI applications. The MVC pattern basically helps in separating

Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-14 Thread Tom Cato Amundsen
On Wed, Jan 14, 2004 at 05:35:03PM +0100, Roberto Cavada wrote: MVC Framework version 0.3.0 released. MVC is an implementation of the Model-View-Controller and Observer patterns for the Pygtk2 toolkit. MVC is a pattern that can be successfully used to design and develop well structured GUI

Re: [pygtk] [ANN] MVC-0.3.0 released

2004-01-14 Thread Christian Robottom Reis
On Wed, Jan 14, 2004 at 11:31:49PM +0100, Tom Cato Amundsen wrote: On Wed, Jan 14, 2004 at 05:35:03PM +0100, Roberto Cavada wrote: MVC Framework version 0.3.0 released. MVC is an implementation of the Model-View-Controller and Observer patterns for the Pygtk2 toolkit. MVC is a pattern