2004-01-06  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Decreased the size of the array back to 5. I am so LAME!!
		   (do_spu): Added a plotter.

2003-12-24  Christian Meyer  <chrisime@gnome-de.org>

     * __init__.py (do_sys): Added arch, kernel, name, os to display.
		   (do_mem): Fixed total, used, free.
		   (do_net): Removed speed_in_percent/speed_out_percent.
		   (update_config): The first key isn't anymore. The value is
			            quite descriptive.
		   Amount of items is now 10 instead of 5.

2003-12-24  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Removed checkboxes from config dialog, because we now have
                   a cool expander widget which is much nicer.
                   Cleaned up code.
                   TODO: SysInfo should store the state of an expander.

2003-12-23  Christian Meyer  <chrisime@gnome-de.org>

    *  __init__.py: Major performance improvements. Basically the labels are
                    now just updated when necessary. (do_ram): now also shows
                    the type.
		    (human_readable): Removed. It's now in libdesklets.
		    Modified other functions accordingly.

2003-12-22  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: SysInfo now only draws the icons when needed. Also cleaned
                   up the code quite a bit. It's looking much nicer now!

2003-11-01  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (do_sys) Removed startup time in favor of users.

2003-10-25  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (do_hdd) fixed hdd_perc.

2003-09-14  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (do_ram) Fixed division by 0 error.

2003-09-12  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (do_sys) Fixed Sysstart and idle-percent.

2003-09-10  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Use the new libdesklets package.
    * CPU.py: Removed.
    * Disk.py: Likewise.
    * Memory.py: Likewise.
    * Network.py: Likewise.
    * Sys.py: Likewise.

2003-09-07  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (__do_net): Added ip address.
    * Network.py: (get_ipaddr): New function to receive the IP address.

2003-09-05  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (__do_net) Added a nice plotter for in and out rate.
    * Network.py: (get_net_in_out): Casted speed_in/speed_out to int.

2003-09-05  Christian Meyer  <chrisime@gnome-de.org>

    * gfx/SysInfo.png: Added missing png.

2003-09-05  Sebastien Bacher  <seb128@debian.org>

    * __init__.py: (__do_net) Fixed a bug with network in/out infos.

2003-09-03  Sebastien Bacher  <seb128@debian.org>

    * locale/*, po/*: Added i18n files.

2003-09-03  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (human_readable): Use correct numbers. (power of 2).
    (do_cpu): show load gauge, (do_sys): likewise

2003-09-01  Christian Meyer  <chrisime@gnome-de.org>

    * gfx/*: Introduced Waldgeist' ICONS. Thanks!
    * __init__.py: Modified to use new icons.

2003-09-01  Christian Meyer  <chrisime@gnome-de.org>

    * Network.py: Fixed order in assignment; it caused the packets_out being
    interpreted as bytes_out.
    * __init__.py: Likewise.

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Made eth0 the default network device. Fixed default for
    memory configuration.
    * Disk.py: Fixed bug, when a disk has been changed in the configuration
    dialog, self.__total wasn't updated. Need to think about a better solution.

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Network devices can now be chosen from the configuration
    dialog. Cleaned up __do_ram().
    * Memory.py: Patch from seb128 to make it work on 2.6 kernels.
      Added exception handling. Overall improvements.

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Applied patch from seb128 which now allows us to choose the
    partition and network interfaces in the configuration dialog.
    * CPU.py: Added exception handling.
    * Disk.py: Likewise.
    * Memory.py: Fixed used/free memory.
    * Network.py: Removed get_ip_addr() which didn't get the correct IP
    address. Have to think of a better solution. Added exception handling.
    * Sys.py: Added exception handling.

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Fixed config dialog.
    * Sys.py: Fixed typo in ctor. (get_sys) found a better format for
    sysstart output.

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Removed get_sys_data() in favor of the Sys class.
    * Sys.py: (__timeperiod) fixed

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: dopted to use the class Sys functions.
    * Sys.py: When I open a file, I really should close it again...

2003-08-31  Christian Meyer  <chrisime@gnome-de.org>

    * Sys.py: Fixes. Should work now.

2003-08-28  Christian Meyer  <chrisime@gnome-de.org>

    * Sys.py: Added. Hot, untested!!

2003-08-27  Christian Meyer  <chrisime@gnome-de.org>

    * CPU.py: Added powerpc support.

2003-08-24  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Moved out functionality which reads system information
    in separate classes (CPU, Disk, Memory, Network)

2003-08-22  Christian Meyer  <chrisime@gnome-de.org>

    * Applied 2 patches; thanx to "moose" <kluks@iq.pl> who simplified
    __get_hdd_data() and Kevin Knepshield <kevknep@adelphia.net> who fixed
    __get_net_data() for wireless LAN.

2003-08-17  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Font, color can be chosen in the dialog
    now. Put some code in extra function, fixed some bugs.

2003-08-13  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: font, width, height can now be
    dynamically set.

2003-08-12  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (_do_sysinfo) fixed Users
    (__do_hdd) replaced awk code with native python code.

2003-08-11  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: (__do_sys_info) Beautified uptime output.

2003-08-10  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Close file after it's been opened.

2003-08-10  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Mostly removed cat/awk calls. Replaced them with native
    python functions. Improved SysInfo array.

2003-08-09  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Removed some code comments, fixed text in dialog to be
    HIG compliant.

2003-08-09  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Added tooltips. SysInfo's now thread based which means
    less load. Fixed __do_cpu() where a variable wasn't assigned (for
    powerpc architecture). Fixed/Improved various other things.

2003-08-08  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Mark strings for translation.

2003-08-07  Christian Meyer  <chrisime@gnome-de.org>

    * __init__.py: Further improved the sensor. It's now fully configurable.
