1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
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 <kactioncollection.h> from karamba.h
|