Age | Commit message (Collapse) | Author | Files | Lines |
|
further widget and layout processing
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@306 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
layout starts to exist...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@305 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
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
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@304 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
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!
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@303 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
I2C Sensors plugin from Xavier added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@302 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
further matrixOrbital changes
widgets initialized
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@301 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
new MatrixOrbital changes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@300 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
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)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@299 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@298 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
allowed '.' in key names
allowed empty group keys (not only "group anything {", but "anything {")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@297 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Luk Claes added to AUTHORS
cfg: group handling ('{}') added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@296 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@295 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
more copyright issues
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@294 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Copyright statements cleaned up
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@293 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
more debianizing
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@292 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
debian updates
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@291 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
autotools update
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@290 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@289 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@288 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Evaluator rearrangements...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@287 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added %y tokens to make the Evaluator useable
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@286 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
debianization added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@285 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Changelog, TODO updated
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@284 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added XMMS plugin from Markus Keil
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@283 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added .cvsignore containing '*.lo'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@282 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added plugin_math.c and plugin_string.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@281 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
extracted plugin_math and plugin_string into extra files
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@280 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
renamed 'client' to 'plugin'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@279 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Patches from Xavier:
- WiFi: make interface configurable
- "quiet" as an option from the config file
- ignore missing "MemShared" on Linux 2.6
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@278 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Cwlinux: invalidate Framebuffer in case a char got redefined
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@277 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Minor bugfixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@276 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
'Fixed' Rows which do not scroll by Lars Kempe
temporary workaround for debian kernel-header bug
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@275 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Crystalfontz changes, small glitch in getopt() fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@274 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
added wifi.c wifi.h which have been forgotten at the last checkin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@273 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
small changes to the 16x4 handling
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@272 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
WIFI patch from Xavier Vello
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@271 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
very minor changes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@270 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
README.Rows, README.Tokens, lcd4linux.conf.sample from Thomas Siedentopf
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@269 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
fixed icon bug found by Rob van Nieuwkerk
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@268 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Makefile.in for imon.c/.h, some MatrixOrbital clients
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@267 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
imond/telmond support
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@266 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
first try to integrate the Evaluator into a display driver (MatrixOrbital here)
small warning in processor.c fixed (thanks to Zachary Giles)
workaround for udelay() on alpha (no msr.h avaliable) (thanks to Zachary Giles)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@265 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
renamed expression.{c,h} to client.{c,h}
added config file client
new functions 'AddNumericVariable()' and 'AddStringVariable()'
new parameter '-i' for interactive mode
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@264 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Changelog; small type in parport.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@263 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@262 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
special handling for 16x4 displays
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@261 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
Support of two displays of the same size
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@260 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
AM_PROG_LIBTOOL removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@259 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
functions: min(), max()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@258 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|
|
operators: ==, \!=, <=, >=
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@257 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
|