Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
Imon/Telmon plugin ported
|
|
cut off all old-style files which are no longer used with NextGeneration
|
|
DVB plugin ported
|
|
every .c file includes "config.h" now
|
|
ported PPP token to plugin_ppp
|
|
plugin_netdev for parsing /proc/net/dev added
|
|
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'
|
|
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
|
|
changed initialization order so cfg() gets initialized before plugins.
This way a plugin's init() can use cfg_get().
Thanks to Xavier for reporting this one!
|
|
I2C Sensors plugin from Xavier added
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
added XMMS plugin from Markus Keil
|
|
extracted plugin_math and plugin_string into extra files
|
|
renamed 'client' to 'plugin'
|