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).
There is a new KTagebuch version after two years. It now uses a single file for storage instead of a directory structure. The file is a SQLite database and its content can also accessed with the sqlite3 commandline utility for example to export certain entries. It is now also easier to backup or encrypt the entries because it is now just a single file.
Old entries will be imported at the start of the new version. You will see a warning dialog which asks you to backup your entries before the import starts because the old files will be deleted after the import.
Version 0.0.4 will be the last for some time if no further bugs show up. I only added a warning and an error dialog.
A feature I would have liked to include is to save the songs in the correct directory (artist/album) but I wasn’t able to figure out how to get to the “My Downloads” page.

