ANNOUNCE: pygtkmvc-1.0.1 has been released

R

Roberto Cavada

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top