Changes in Version 0.2

- light uses bigger icons if panel is big (a quarter of its height is > 12px)

-"long" layout from small und very-small panels, where the
  textual-informations are right of the graphs and the lights

- icon-pixmaps in light are static now, saving some memory


Changes in Version 0.3

- commands are now startet in the background and no longer with
  system(3), so the applet is not halted during execution of the
  command.

- hint to "What's this"-help in devices tab

- derived class for RX- and Time-Display from QLabel, cleaning up code

- remember last widthForHeight result, because widthForHeight() is
  called around 8 times initialy and around 14 times on changig the
  panels size.

- moved modemcode to a class Modem (remove ISDN code)

- added vertical layout mechanism. (does not work for small panels, is
  complicated, vertical layout needs definiatly some work)

- horizontal layout changed, set labels fixed to the width of a string
  "88m88m" in the chosen font

- remembering last size doesn't work. removed

- redone layout: One need to set the ResizeMode of the (top) 
  layout to FreeResize, because the widget is a topLevelWidget.
  
- moved layouting to resizeEvent

- TRLabel clears label for (time_t)-1

- fixed background painting for panels with a pixmap-background

	
Changes in Version 0.4

- background color of graph is configurable
	
- checkback-requester if going on- or offline can be switched off

- fixed y-range mode for graph

- reworked settings-dialog


Changes in Version 0.5

- redone the light images (9px lights now have a real 1px frame)

- streamlined lights class (lights are now derived from QWidget, no
  longer from QLabel, so it does no longer copy QPixmaps evere time
  the status changes)

- corrected help for checkback-requester-checkbox

Changes in Version 0.6

- fixed layout for 3.3.2 

- fixed bug. replaced system_nowait with KProcess
