Commit Graph

394 Commits

Author SHA1 Message Date
reinelt 53b2c04468 [lcd4linux @ 2004-03-12 13:58:14 by reinelt]
removed imon.c (has been replaced by plugin_imon.c)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@394 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-12 13:58:14 +00:00
reinelt 7d5c275cb8 [lcd4linux @ 2004-03-11 06:39:58 by reinelt]
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

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@393 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-11 06:39:59 +00:00
reinelt a3501369a9 [lcd4linux @ 2004-03-10 07:16:15 by reinelt]
MySQL plugin from Javier added

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@392 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-10 07:16:15 +00:00
hejl 06ad633f01 [lcd4linux @ 2004-03-08 18:46:21 by hejl]
Fixed bug introduced with "caching" the loadavg values

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@391 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-08 18:46:21 +00:00
hejl f54facba61 [lcd4linux @ 2004-03-08 18:45:52 by hejl]
fixed segfault when using string concatenation

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@390 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-08 18:45:52 +00:00
reinelt 96f97ca496 [lcd4linux @ 2004-03-08 16:26:26 by reinelt]
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)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@389 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-08 16:26:26 +00:00
reinelt 82c5b76636 [lcd4linux @ 2004-03-08 04:33:08 by reinelt]
string concatenation fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@388 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-08 04:33:08 +00:00
reinelt c008748638 [lcd4linux @ 2004-03-06 20:31:16 by reinelt]
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...

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@387 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-06 20:31:16 +00:00
hejl 2f4f59ba2e [lcd4linux @ 2004-03-03 08:40:07 by hejl]
Fixed memory leak in hash_get_regex

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@386 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-03 08:40:07 +00:00
reinelt b9a217e0dc [lcd4linux @ 2004-03-03 04:44:16 by reinelt]
changes (cosmetics?) to the big patch from Martin
hash patch un-applied

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@385 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-03 04:44:16 +00:00
reinelt 9ef4282e9e [lcd4linux @ 2004-03-03 03:47:04 by reinelt]
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

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@384 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-03 03:47:04 +00:00
reinelt d0b39b590e [lcd4linux @ 2004-03-03 03:41:02 by reinelt]
Crystalfontz Contrast issue fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@383 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-03 03:41:02 +00:00
reinelt bfd7907def [lcd4linux @ 2004-03-01 04:29:51 by reinelt]
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

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@382 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-01 04:29:51 +00:00
reinelt 79fa81a94d [lcd4linux @ 2004-02-29 17:09:53 by reinelt]
ChangeLog updated
Version number bumped to 0.10.0

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@381 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-29 17:09:54 +00:00
reinelt e6ee931ee5 [lcd4linux @ 2004-02-29 14:30:59 by reinelt]
icon visibility fix for generic graphics from Xavier

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@380 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-29 14:30:59 +00:00
reinelt 485a26f6e3 [lcd4linux @ 2004-02-27 07:06:24 by reinelt]
new function 'qprintf()' (simple but quick snprintf() replacement)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@379 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-27 07:06:26 +00:00
reinelt af9193af58 [lcd4linux @ 2004-02-27 06:07:55 by reinelt]
hash improvements from Martin

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@378 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-27 06:07:55 +00:00
reinelt 3037be8a1e [lcd4linux @ 2004-02-26 21:42:45 by reinelt]
memory leak fixes from Martin

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@377 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-26 21:42:45 +00:00
reinelt afc7c3f170 [lcd4linux @ 2004-02-24 06:00:22 by reinelt]
Status and Todo list from Xavier

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@376 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-24 06:00:22 +00:00
reinelt 410645dbea [lcd4linux @ 2004-02-24 05:54:57 by reinelt]
X11 driver ported

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@375 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-24 05:55:04 +00:00
reinelt 6c9b3154be [lcd4linux @ 2004-02-23 06:44:27 by reinelt]
"Lightning" widget from Xavier (lcd4linux.conf.sample)
removed obsolete Docs.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@374 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-23 06:44:28 +00:00
reinelt 403de86b76 [lcd4linux @ 2004-02-22 17:35:41 by reinelt]
some fixes for generic graphic driver and T6963
removed ^M from plugin_imon (Nico, are you editing under Windows?)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@373 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-22 17:35:41 +00:00
nicowallmeier 3d5c57c9a5 [lcd4linux @ 2004-02-18 14:45:42 by nicowallmeier]
Imon/Telmon plugin ported

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@372 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-18 14:45:43 +00:00
reinelt 347ac211c9 [lcd4linux @ 2004-02-18 06:39:20 by reinelt]
T6963 driver for graphic displays finished

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@371 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-18 06:39:20 +00:00
reinelt b909b6b463 [lcd4linux @ 2004-02-17 05:37:20 by reinelt]
Namespace clash between Curses driver and general text driver resolved
(thanks to Martin Hejl)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@370 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-17 05:37:20 +00:00
reinelt e824693d64 [lcd4linux @ 2004-02-16 13:03:37 by reinelt]
compile problem with missing frontend.h fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@369 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-16 13:03:37 +00:00
reinelt 48303aa075 [lcd4linux @ 2004-02-16 08:19:44 by reinelt]
i2c_sensors patch from Xavier

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@368 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-16 08:19:44 +00:00
reinelt bef230cf73 [lcd4linux @ 2004-02-15 21:43:43 by reinelt]
T6963 driver nearly finished
framework for graphic displays done
i2c_sensors patch from Xavier
some more old generation files removed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@367 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-15 21:43:43 +00:00
reinelt 0dc4d2093b [lcd4linux @ 2004-02-15 08:22:47 by reinelt]
ported USBLCD driver to NextGeneration
added drv_M50530.c (I forgot yesterday, sorry)
removed old drivers M50530.c and USBLCD.c

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@366 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-15 08:22:47 +00:00
reinelt 512838d178 [lcd4linux @ 2004-02-15 07:23:04 by reinelt]
bug in netdev parsing fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@365 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-15 07:23:04 +00:00
nicowallmeier 4b5daaaefb [lcd4linux @ 2004-02-14 12:07:27 by nicowallmeier]
minor bugfix

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@364 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-14 12:07:27 +00:00
reinelt 02f87e08e6 [lcd4linux @ 2004-02-14 11:56:11 by reinelt]
M50530 driver ported
changed lots of 'char' to 'unsigned char'

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@363 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-14 11:56:17 +00:00
reinelt 4c40b4065b [lcd4linux @ 2004-02-14 10:09:50 by reinelt]
I2C Sensors for 2.4 kernels (/proc instead of /sysfs)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@362 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-14 10:09:50 +00:00
reinelt 771a0c20aa [lcd4linux @ 2004-02-10 07:42:35 by reinelt]
cut off all old-style files which are no longer used with NextGeneration

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@361 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-10 07:42:36 +00:00
reinelt 39552d1c54 [lcd4linux @ 2004-02-10 06:54:38 by reinelt]
DVB plugin ported

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@360 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-10 06:54:39 +00:00
nicowallmeier d70e873199 [lcd4linux @ 2004-02-09 19:49:38 by nicowallmeier]
Minor bugfix

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@359 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-09 19:49:38 +00:00
reinelt 638d38bae1 [lcd4linux @ 2004-02-07 13:45:23 by reinelt]
icon visibility patch #2 from Xavier

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@358 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-07 13:45:23 +00:00
mkeil 7cf5b8818b [lcd4linux @ 2004-02-05 23:58:18 by mkeil]
Fixed/Optimized Hashage-timings

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@357 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-05 23:58:18 +00:00
reinelt 2e458ba41b [lcd4linux @ 2004-02-05 07:10:23 by reinelt]
evaluator function names are no longer case-sensitive
Crystalfontz Fan PWM control, Fan RPM monitoring, temperature monitoring

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@356 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-05 07:10:23 +00:00
reinelt d865c30bd2 [lcd4linux @ 2004-02-04 19:11:44 by reinelt]
icon visibility patch from Xavier

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@355 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-04 19:11:44 +00:00
reinelt add433dc14 [lcd4linux @ 2004-02-04 19:10:51 by reinelt]
Crystalfontz driver nearly finished

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@354 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-04 19:10:51 +00:00
reinelt ca0e71b488 [lcd4linux @ 2004-02-02 05:22:16 by reinelt]
Brightness fpr Noritake Displays avaliable as a plugin

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@353 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-02 05:22:16 +00:00
reinelt bd18f40ab4 [lcd4linux @ 2004-02-01 19:37:40 by reinelt]
got rid of every strtok() incarnation.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@352 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-01 19:37:40 +00:00
reinelt 92b42b9fa4 [lcd4linux @ 2004-02-01 18:08:50 by reinelt]
removed strtok() from layout processing (took me hours to find this bug)
further strtok() removind should be done!

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@351 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-01 18:08:50 +00:00
hejl b115ee6dd9 [lcd4linux @ 2004-02-01 11:51:22 by hejl]
Fixes for busy flag

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@350 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-01 11:51:22 +00:00
reinelt e6a453e7bf [lcd4linux @ 2004-02-01 08:05:12 by reinelt]
Crystalfontz 633 extensions (CRC checking and stuff)
Models table for HD44780
Noritake VFD BVrightness patch from Bill Paxton

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@349 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-01 08:05:12 +00:00
reinelt f040b60270 [lcd4linux @ 2004-01-30 20:57:55 by reinelt]
HD44780 patch from Martin Hejl
dmalloc integrated

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@348 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-01-30 20:57:56 +00:00
reinelt 59a314fd82 [lcd4linux @ 2004-01-30 07:12:35 by reinelt]
HD44780 busy-flag support from Martin Hejl
loadavg() uClibc replacement from Martin Heyl
round() uClibc replacement from Martin Hejl
warning in i2c_sensors fixed
[

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@347 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-01-30 07:12:35 +00:00
reinelt 34f02389e3 [lcd4linux @ 2004-01-29 05:55:30 by reinelt]
check for /sys mounted

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@346 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-01-29 05:55:30 +00:00
reinelt 319c510478 [lcd4linux @ 2004-01-29 05:53:47 by reinelt]
uClibc compatibility issues from Martin Hejl

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@345 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-01-29 05:53:48 +00:00