NEWS
February 11th, 2010

Status update: Shiboken QtCore done, QtGui almost there

I’ve been making PySide status updates on the mailing list but have managed to somewhat neglect the website. Here are links to a couple of previous recent status updates:

http://lists.openbossa.org/pipermail/pyside/2010-January/000375.html
http://lists.openbossa.org/pipermail/pyside/2010-January/000353.html

And here’s about last sprint’s results and the immediate future plans:
Last sprint’s main goal was to finish Shiboken QtCore and QtGui module bindings. QtCore got done [...]

January 19th, 2010

Shiboken Threading Support Done

Shiboken now has proper threading support putting QtCore in an “almost done” state.
Read the mailing list announcement for more details.

January 11th, 2010

Signals and Slots with Shiboken

The support for Qt’s signal/slot system in the Shiboken  fork of PySide has been completed! Happiness abound!
Read the mailing list announcement for more details.

December 22nd, 2009

PySide v0.2.3 – ‘Candy Mountain’ release

New Features:
– Support for Qt 4.6 release;
– Support for QtMultimedia;
– Support for Animation Framework;
– Support for State Machine Framework;
– New test-cases including QtMaemo5.
We hope you enjoy this new release! Feel free to contribute with comments,
bug reports and suggestions.

November 24th, 2009

Shiboken: Improved Support for Virtual Method Modification and Updated Documentation

As work on Shiboken, the CPython binding generator, goes on, updated documentation put online. After some work on improving support for virtual methods modifications, a new Type System variable was created and two others improved. This is intended to ease the work of binding developers writing custom code. Look for %PYTHON_ARGUMENTS and %PYARG_# on the [...]