ntrack 004 comes with python and qt4 support

Written for ntrack by Alexander Sack on 2010-01-11

Hi,

it took a few month longer than previously thought to get this one out, but here it is. The wait was definitly worth it. This release reaches out for even more potential applications, by shipping a python gobject module as well as a native qt4 API on top. Check it out, Play with the included test code for the various language/API bindings and enjoy!

Homepage: https://launchpad.net/ntrack
Release: https://launchpad.net/ntrack/main/004
Download: http://launchpad.net/ntrack/main/004/+download/ntrack-004.tar.gz
Support: https://answers.launchpad.net/ntrack
Bugs/TODO: https://bugs.launchpad.net/ntrack

New Stuff:
* make libntrack-qt4 library which ships a simple Qt4 wrapper for libntrack
* add "pyntrack" - a python binding for ntrack-gmonitor
* implement gobject API enums as GType's; this enables easy use in python
* move gobject/gtype API from libntrack-glib to it's own library
   called "libtrack-gobject"
* pkg-config files available
* libntrack-glib SONAME bumped to libntrac-glib.so.2 after glib/gobject
   library split
* add ntrack_util_* API with state and event to ascii inline funcs

Fixed Bugs:
* gobject: add python gobject bindings
   - lp:448404
* common: add ntrack_util_* API with state and event to ascii inline funcs
   - lp:466777
* qt: first stab at qt API; implement QNtrack and add QNTrackListener
   - lp:466779
* ship pkg-config (.pc) files for libntrack, libntrack-glib and libntrack-qt
   - lp:454735

Known Issues:
* API/ABI is approaching stability - but not yet.
* no Qt python wrappers yet - lp:505672

Read all announcements