ANNOUNCE: pygtkmvc-1.0.1 has been released

Roberto Cavada cavada at irst.itc.it
Tue May 22 13:16:14 EDT 2007


Version 1.0.1 of pygtkmvc has been released.

pygtkmvc can be download from the project homepage:
<http://pygtkmvc.sourceforge.net>

==============
About pygtkmvc
==============

pygtkmvc is a fully Python-based implementation of the
Model-View-Controller (MVC) 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 semantics and data of the
application, from their representation.

The Observer pattern helps to weaken dependencies among parts that
should be separated, but need to be connected each other.

pygtkmvc provides a powerful and still simple infrastructure to
help designing and implement GUI applications based on the MVC and
Observer patterns. Features

The framework has been designed to be:

* Essential and small, it does only what it was designed for.
* Not an external dependency for your application: it fits in
80KB and can be released along with it.
* Easy to understand and to use; fully documented.
* Portable: straightly runs under many platforms.


===================
About release 1.0.1
===================

This is a minor release that mainly features a few bug fixes.

* New features:
- Custom widgets into glade file are now supported by views.

* Bug fixes:
- Fixed access to properties in multi-threading models.
- Fixed a bug in the observable properties registration mechanism.

* Many thanks to:
- Guillaume Libersat <glibersat AT linux62.org> for providing a
patch that enable reading custom widgets from glade files.
- Phillip Calvin <phillipc AT toasterlogic.com> and Andreas
Poisel <ap AT automatisch.cc> for reporting bugs.
- Jeffrey Barish <jeff_barish AT earthlink.net> for providing
feedback.
- Kartik Mistry <kartik.mistry AT gmail.com> for his work on
Debian package.

-- 
Roberto Cavada <cavada AT irst.itc.it>


<P><A HREF="http://pygtkmvc.sourceforge.net">pygtkmvc 1.0.1</A> - 
Pygtk MVC is a thin, multiplatform framework that helps to design 
and develop GUI applications based on the PyGTK toolkit. (22-May-07)

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------



More information about the Python-list mailing list