From 45c9c1ff954be62280e7d5c8a38059da8350bdfa Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 13 Mar 2004 19:06:01 +0000 Subject: [lcd4linux @ 2004-03-13 19:06:01 by reinelt] ChangeLog and Status update; small glitch in plugin_seti fixed. --- ChangeLog | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Status | 6 ++-- plugin_seti.c | 7 +++-- 3 files changed, 96 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6158238..0a34f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,93 @@ +2004-03-13 nicowallmeier + + * plugin_imon.c: + Added clean termination of imond-connection (now correctly) + + * plugin_imon.c: Added clean termination of imond-connection + +2004-03-13 Michael Reinelt + + * imon.h: (unnecessary) imon.h removed + + * Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, plugin_seti.c, seti.c, seti.h: + seti@home plugin ported to NextGeneration + +2004-03-12 Michael Reinelt + + * imon.c: removed imon.c (has been replaced by plugin_imon.c) + +2004-03-11 Michael Reinelt + + * evaluator.h, hash.c, hash.h, lcd4linux.c, plugin_cfg.c, plugin_cpuinfo.c, plugin_loadavg.c, plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c, widget_bar.c, widget_icon.c, widget_text.c, cfg.c, drv_HD44780.c, evaluator.c: + big patch from Martin: + - reuse filehandles + - memory leaks fixed + - earlier busy-flag checking with HD44780 + - reuse memory for strings in RESULT and hash + - netdev_fast to wavid time-consuming regex + +2004-03-10 Michael Reinelt + + * Makefile.am, Makefile.in, config.h.in, configure, configure.in, plugin.c, plugin_mysql.c: + MySQL plugin from Javier added + +2004-03-08 hejl + + * plugin_loadavg.c: + Fixed bug introduced with "caching" the loadavg values + + * evaluator.c: fixed segfault when using string concatenation + +2004-03-08 Michael Reinelt + + * Makefile.am, Makefile.in, cfg.c, lcd4linux.conf.sample, widget_text.c: + re-introduced \nnn (octal) characters in strings + text widgets can have a 'update' speed of 0 which means 'never' + (may be used for static content) + + * evaluator.c: string concatenation fixed + +2004-03-06 Michael Reinelt + + * cfg.c, evaluator.c, evaluator.h, lcd4linux.c, plugin_cfg.c, plugin_math.c, widget_bar.c, widget_bar.h, widget_icon.c, widget_icon.h, widget_text.c, widget_text.h: + Complete rewrite of the evaluator to get rid of the code + from mark Morley (because of license issues). + The new Evaluator does a pre-compile of expressions, and + stores them in trees. Therefore it should be reasonable faster... + +2004-03-03 hejl + + * hash.c: Fixed memory leak in hash_get_regex + +2004-03-03 Michael Reinelt + + * drv_generic_parport.c, drv_generic_serial.c, hash.c, hash.h, lcd4linux.c, pid.c, plugin_imon.c, plugin_netdev.c, plugin_ppp.c, plugin_proc_stat.c, qprintf.h, timer.c, widget_icon.c: + changes (cosmetics?) to the big patch from Martin + hash patch un-applied + + * Raster.c, Text.c, cfg.c, drv_HD44780.c, drv_generic_graphic.c, drv_generic_parport.c, drv_generic_serial.c, drv_generic_text.c, evaluator.c, evaluator.h, exec.c, hash.c, hash.h, imon.c, layout.c, lcd4linux.c, lock.c, mail.c, mail2.c, pid.c, plugin.c, plugin.h, plugin_cfg.c, plugin_cpuinfo.c, plugin_dvb.c, plugin_i2c_sensors.c, plugin_imon.c, plugin_loadavg.c, plugin_math.c, plugin_meminfo.c, plugin_netdev.c, plugin_ppp.c, plugin_proc_stat.c, plugin_sample.c, plugin_string.c, plugin_uname.c, plugin_xmms.c, seti.c, timer.c, timer.h, widget.c, widget.h, widget_bar.c, widget_icon.c, widget_text.c, wifi.c: + big patch from Martin Hejl: + - use qprintf() where appropriate + - save CPU cycles on gettimeofday() + - add quit() functions to free allocated memory + - fixed lots of memory leaks + + * drv_Crystalfontz.c: Crystalfontz Contrast issue fixed + +2004-03-01 Michael Reinelt + + * cfg.c, drv_Crystalfontz.c, drv_HD44780.c, lcd4linux.conf.sample: + cfg_number() returns -1 on error, 0 if value not found (but default val used), + and 1 if value was used from the configuration. + HD44780 driver adopted to new cfg_number() + Crystalfontz 631 driver nearly finished + 2004-02-29 Michael Reinelt + * libtool, ChangeLog, configure, configure.in, lcd4linux.conf.sample: + ChangeLog updated + Version number bumped to 0.10.0 + * drv_generic_graphic.c: icon visibility fix for generic graphics from Xavier diff --git a/Status b/Status index 4388060..d233dba 100644 --- a/Status +++ b/Status @@ -9,6 +9,7 @@ Lcd4Linux NextGeneration porting status MatrixOrbital -> Ported (Text,Bar,Icon) + blacklight,contrast,gpo,pwm,rpm [?] T6963* -> Ported (Text,Bar,Icon) [?] USBLCD -> Ported (Text,Bar,Icon) [?] + XWindow* -> Ported (Text,Bar,Icon) [gnome applet ?] BeckmannEgle -> Curses -> @@ -16,7 +17,7 @@ Lcd4Linux NextGeneration porting status PalmPilot -> Raster* -> SIN* -> - XWindow* -> + * graphic displays @@ -28,6 +29,7 @@ Lcd4Linux NextGeneration porting status plugin_imon -> Finished (imon, version, rates) [hazardous function names] plugin_loadavg -> Finished (loadavg) {L l1 l2 l3} plugin_meminfo -> Finished (meminfo) {ma mb mc mf ms mt mu r} + plugin_mysql -> In progress (mySQLquery, mySQLstatus) NEW plugin_netdev -> Finished (netdev) {nm nr nt nw} plugin_ppp -> Finished (ppp) {ti tm to tt} plugin_proc_stat -> Finished (proc_stat, cpu, disk) {cb ci cn cs cu dm dr dt dw} @@ -51,7 +53,7 @@ wifi {ws wl wn} * namespace support for plugins (with ::) {Michael} - support visible attribute for widgets other than icons - time-based bars for graphic displays -- dynamic loading of plugins/displays/input +- dynamic loading of plugins/displays/input (after 0.10.0) - add support for input (display keypads, gamepads, socket, ...) * finish debian package {Xavier, Luk, Samuel} diff --git a/plugin_seti.c b/plugin_seti.c index c1d2d6a..9d3a82e 100644 --- a/plugin_seti.c +++ b/plugin_seti.c @@ -1,4 +1,4 @@ -/* $Id: plugin_seti.c,v 1.1 2004/03/13 06:49:20 reinelt Exp $ +/* $Id: plugin_seti.c,v 1.2 2004/03/13 19:06:01 reinelt Exp $ * * plugin for seti@home status reporting * @@ -27,6 +27,9 @@ * * * $Log: plugin_seti.c,v $ + * Revision 1.2 2004/03/13 19:06:01 reinelt + * ChangeLog and Status update; small glitch in plugin_seti fixed. + * * Revision 1.1 2004/03/13 06:49:20 reinelt * seti@home plugin ported to NextGeneration * @@ -60,8 +63,6 @@ static HASH SETI = { 0, }; static int fatal = 0; -static char *dir = NULL; - static int parse_seti (void) { -- cgit v1.2.3