Changes since version 0.22 - Added CHILD tag for managing child theme with mouse. Parameters are: SRC: the path of child theme EMBED: if true, child is embed in parent MOUSE: mouse event for showing/hiding the child, value can be "over, click, ofocus, cfocus" X,Y,W,H: coords of mouse sensitive area. - Karamba windows are now embedable (in theme: CHILD tag with parameter EMBED=true, or in any QWidget using libkaramba). - Solved bug with loading icons (don't load icon at correct size). - Now you can load the Karamba configuration dialog with command line: #karamba --setup. - Added FADE parameter to KARAMBA tag to fade background with a color choose in configuration dialog (you can also choose the fading level). - XMMSsensor now save song tags also with OGG (only if tags don't exists). - XMMS sensor: Added %pref (show the XMMS preferences dialog) and %onoff (launch/quit XMMS). - First step of wysiwyg in KarthemeCreator(version 0.13): current theme is embeded in a tab so you can preview theme directly in creator (all changes are immediatly updated). Changes since version 0.21 - Added an ICON tag for loading default KDE's icons. - Added LIMIT parameter to KARAMBA tag (limit in pixel of autohiding). - Added tooltip on CLICKAREA. - Improved memory and cpu usage. - Added "insert at cursor position" ability to all KarthemeCreator dialogs (exept for THEME). - Move all tags and cover functions from XMMSsensor class to Tags class. Changes since version 0.17 - Make karamba as a shared library. - Added center image ability. - XMMS sensor: Added %play, %pause, %stop, %next, %prev, %list, %cover, %rcover, %runquit. - CLICKAREA sensor: Added %viewer. - Added Karamba configuration module. - Added default theme loading. - Added KarthemeCreator for easy theme building. - Added autohiding in KARAMBA with parameter HIDE=(TOP|LEFT|RIGHT|BOTTOM). - Added MOVE and MAXMOVE parameter to the TEXT sensor. - Added french translation. - Seek and DL cover from http://www.darktown.com. Changes since version 0.16 - Karamba: Added topbar, bottombar, and ontop options. - CPU sensor: Added %user, %system, %nice, %idle and %load to format Thanks to Bruno Dufour: - Disk sensor: Added %fp (free space, percentage) and %up (used space, percentage) to format Changes since version 0.15 - Memory sensor: added %fmb, %umb. Changed behaviour of %fm,%um. - Better Noatun support, support for noatun-xxxx dcop names. The dcop name can be returned with format="%id" - Added a THEME tag to enable loading of themes inside a theme. It is possible to have a theme with only THEME tags. - Themes must have a KARAMBA tag to open a window. - %fmb and %umb added to the memory sensor - Added a CPU parameter to the CPU sensor Thanks to Ralph Churchill: - Added a DEFAULTFONT tag - The image meter can show images from the web directly Changes since version 0.14 - Added a DEVICE parameter to the network sensor - Disk sensor support for mounted network filesystems Changes since version 0.13 - Improved wallpaper handling - Changed index.docbook to reduce compile problems Changes since version 0.12 - Noatun sensor added - Changed an if in karamba.cpp that caused compile problems - The problem with overlapping Karamba windows is reduced. Thanks to Vova Kuznetsov: - Added support for character encoding in XMMS, textfile, and program sensors. The parameter ENCODING is used. - Replaced QString::replace( QString, QString ) and QString::replace( char, char) with QString::replace( QRegExp, QString ) - Replaced QValueVector::count with QValueVector::size Changes since version 0.11 - added XMMS configuration Changes since version 0.1 - removed #include from karamba.h