| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | LCDTerm driver added | 
|  | new driver for the BWCT USB LCD interface board. | 
|  | added RouterBoard driver | 
|  | added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes | 
|  | added test plugin from Andy Baxter | 
|  | added NULL display driver (for debugging/profiling purposes)
added backlight/contrast initialisation for matrixOrbital
added Backlight initialisation for Cwlinux | 
|  | added plugin_diskstats.c | 
|  | ported driver for Beckmann+Egle Mini-Terminals
added 'flags' parameter to serial_init() | 
|  | Curses driver ported. | 
|  | MilfordInstruments driver ported | 
|  | 'make distcheck' bugs fixed
release number changed to 0.10.0-RC1 | 
|  | added "Image" driver (was: Raster.c) for PPM and PNG creation
fixed some glitches in the X11 driver | 
|  | added plugin 'uptime' | 
|  | added plugin_time | 
|  | added plugin_isdn, removed old ISDN client
fixed some real bad bugs in the evaluator | 
|  | big configure rework from Xavier | 
|  | added plugin_pop3 from Javi | 
|  | New plugin for wireless info | 
|  | asynchronous thread handling started | 
|  | parameter count fixed for plugin_dvb()
plugin_APM (battery status) ported | 
|  | seti@home plugin ported to NextGeneration | 
|  | MySQL plugin from Javier added | 
|  | 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) | 
|  | new function 'qprintf()' (simple but quick snprintf() replacement) | 
|  | X11 driver ported | 
|  | Imon/Telmon plugin ported | 
|  | T6963 driver nearly finished
framework for graphic displays done
i2c_sensors patch from Xavier
some more old generation files removed | 
|  | ported USBLCD driver to NextGeneration
added drv_M50530.c (I forgot yesterday, sorry)
removed old drivers M50530.c and USBLCD.c | 
|  | M50530 driver ported
changed lots of 'char' to 'unsigned char' | 
|  | cut off all old-style files which are no longer used with NextGeneration | 
|  | DVB plugin ported | 
|  | ported PPP token to plugin_ppp | 
|  | Cwlinux driver portet to NextGeneration (compiles, but not tested!) | 
|  | plugin_netdev for parsing /proc/net/dev added | 
|  | icon widget added (not finished yet!) | 
|  | Crystalfontz NextGeneration driver added | 
|  | drv_generic_parport added, code from parport.c | 
|  | some reorganization
moved drv_generic to drv_generic_serial
moved port locking stuff to drv_generic_serial | 
|  | moved text-display-specific stuff to drv_generic_text
moved all the bar stuff from drv_generic_bar to generic_text | 
|  | moved generic stuff from drv_MatrixOrbital to drv_generic
implemented new-stylish bars which are nearly finished | 
|  | Framework for bar widget opened | 
|  | started plugin proc_stat which should parse /proc/stat
which again is a paint in the a**
thinking over implementation methods of delta functions
(CPU load, ...) | 
|  | moved lcd4linux.conf.sample to *.old
lcd4linux.conf.sample with new layout
new plugins 'loadavg' and 'meminfo'
text widget have pre- and postfix | 
|  | new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital | 
|  | new util 'hash' for associative arrays
new plugin 'cpuinfo' | 
|  | timer queues added
liblcd4linux deactivated turing transformation to new layout | 
|  | further widget and layout processing | 
|  | added new function 'cfg_list()' (not finished yet)
added layout.c (will replace processor.c someday)
added widget_text.c (will be the first and most important widget)
modified lcd4linux.c so that old-style configs should work, too | 
|  | I2C Sensors plugin from Xavier added | 
|  | initiated transfer to new driver architecture
new file 'drv.c' will someday replace 'display.c'
new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
due to this 'soft' transfer lcd4linux should stay usable during the switch
(at least I hope so) |