The third version of the IDE for the SX28/52 microcontrollers can now be downloaded. I added the texteditor/IDE part. It just needs to be polished a bit. The windows are not centered for example and there is not much errorchecking, but assembling the files with WINE and the XGS assembler works as well as the transfer to the SX chip.
The AnimalTracker Demo has been updated. I included the 3D viewer, a slightly updated PDF manual and drew new icons.
iChat in Tiger seems to have gotten a function to display songs in their status. This gave me the final motivation to look for a possiblility to implement that for GAIM and Amarok. I found a plugin for XMMS and used that to create this plugin. The plugin uses the dcop command line tool to get the song information because I didn’t manage to combine QT and GTk, to be able to use the DCOP functions in the KDE Library.
The song information gets set in an AIM Account in the Online status and in the Yahoo Away status.
I began writing this plugin yesterday, that means it has no configurable options and has not been tested very much (Automake looks for GTK+-2.0 if you have GTK+-1.2 change the version in Makefile.am). But it seems to be working so far. The plugin can be downloaded here.
You need the CVS version of Gaim (2.0).