2005-11-13 * updated for pygtk-2.2.6 * released 0.3.2 (there was a 0.3.1 beta - not sure if it was released) 2004-09-25 * changed installation: removed squeeze tool and implemented standard python module installation conventions (moosic.client.applet) * changed script name to moosic-applet 2004-07-15 * fixed minor bug in PerlPanel support * fixed a similar bug in XEMBED * released 0.3.0 2004-07-14 * use the moosic.client.factory module installed by moosic instead of a copy of moosic_factory.py * clean up option handling * add support for XEMBED and PerlPanel (patch by Daniel Pearson) * separated README into README/INSTALL/USAGE 2004-04-18 * Display a clock showing how long the current song has been playing * Updated moosic_factory.py from moosic-1.5.0 2004-04-07 * Released 0.0.6 * Updated for moosic-1.5.0 2004-02-03 * Released 0.0.5 * Use '-app' to run as application * Updated readme with the '-app' description 2004-02-02 * Code & Comment cleanups * Use 'MoosicApplet' as applet name when calling gnome.applet.bonobo_factory (not 'hello' ...) 2004-02-01 * Removed commented-out old code * Added and implemented the expand_playlist option based on suggestions and patch by Florian Ragwitz 2004-01-30 * Listed exact redhat/fedora package names of gtk/gnome dependencies in README 2004-01-16 * Fixed a bug with commas not being quoted correctly in the rc file * Initialise the prefs UI before connecting signals to functions 2004-01-15 * Released 0.0.4 2003-12-16 * Removed file operation buttons from the file selection dialog 2003-12-09 * the stop button was not changing to a plus when the last song in queue finished playing normally 2003-11-30 * Released 0.0.3 * added a Loop Mode indicator 2003-11-23 * change tooltip to first song in queue when nothing is being played 2003-11-16 * queue length now appears and disappears by actual creation and destruction of widgets rather than fiddling with the padding and/or size request * added tooltip to queue length label * if queue is empty and no song is being played, and queue length is not being displayed, display changes to '[queue empty]' * if queue is empty and no song is being played, the stop/play button changes to 'Add Items' * added 'add items' menu option * avoid unnecessary updates of GUI 2003-11-15 * Released 0.0.2 * added sys.exit() to run-as-application code * set qlen_label.padding to zero if display_qlength is false * prefix removal should affect filename only, not directory * 'display queue length' is now true by default * Removed 'stop queue' menu item * Clicking on the queue_running indicator starts/stops the queue * Replaced logo with 'queue_running' indicator * Made queue length display bold * Released 0.0.1 * Added README and LICENSE * Added 'display queue length' option * Added 'stop queue' menu item * Added TODO & Changelog 2003-11-14 * First version for public consumption