Age | Commit message (Collapse) | Author | Files | Lines |
9eb560df87ad2&follow=1'>[lcd4linux @ 2004-01-15 04:29:45 by reinelt]reinelt | 10 | -335/+719 |
|
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
|
|
evaluating the 'Variables' section in the config file
|
|
further widget and layout processing
|
|
layout starts to exist...
|
|
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
|
|
further matrixOrbital changes
widgets initialized
|
|
new MatrixOrbital changes
|
|
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)
|
|
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
|
|
allowed '.' in key names
allowed empty group keys (not only "group anything {", but "anything {")
|
|
Luk Claes added to AUTHORS
cfg: group handling ('{}') added
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
|
|
more copyright issues
|
|
Copyright statements cleaned up
|
|
more debianizing
|
|
debian updates
|
|
autotools update
|
|
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
added %y tokens to make the Evaluator useable
|
|
debianization added
|
|
Changelog, TODO updated
|
|
added XMMS plugin from Markus Keil
|