aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-01[lcd4linux @ 2004-06-01 06:04:25 by reinelt]reinelt2-25/+25
made README.Plugins and plugin_sample up to date.
2004-05-31[lcd4linux @ 2004-05-31 21:23:16 by reinelt]reinelt1-37/+49
some cleanups in the MatrixOrbital driver
2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt5-77/+111
fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error on the first retry made plugin_i2c_sensors a bit less 'chatty' moved init and exit functions to the bottom of plugin_pop3
2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt11-180/+535
added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux
2004-05-31[lcd4linux @ 2004-05-31 06:27:34 by reinelt]reinelt1-0/+40
ChangeLog update
2004-05-31[lcd4linux @ 2004-05-31 06:24:42 by reinelt]reinelt2-7/+29
fixed symlink security issue with the image driver
2004-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt8-42/+94
fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver!
2004-05-31[lcd4linux @ 2004-05-31 01:31:01 by andy-b]andy-b1-10/+12
fixed bug in Milford Instruments driver which drew extra graphics chars in odd places when drawing double bars. (the display doesn't like it if you put the escape character 0xfe inside a define char sequence).
2004-05-30[lcd4linux @ 2004-05-30 08:25:50 by reinelt]reinelt2-30/+92
Crystalfontz 631 driver finished
2004-05-29[lcd4linux @ 2004-05-29 23:30:20 by reinelt]reinelt1-1/+9
fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann)
2004-05-29[lcd4linux @ 2004-05-29 15:53:28 by reinelt]reinelt3-9/+25
M50530: reset parport signals on exit plugin_ppp: ppp() has two parameters, not three l
07:56 by reinelt]reinelt2-21/+25 bug in plugin_diskstats fixed 2004-05-29[lcd4linux @ 2004-05-29 00:27:14 by reinelt]reinelt8-11/+214 added plugin_diskstats.c 2004-05-28[lcd4linux @ 2004-05-28 14:38:10 by reinelt]reinelt2-1/+41 Status and Changelog Update 2004-05-28[lcd4linux @ 2004-05-28 14:36:10 by reinelt]reinelt1-0/+275 added drv_BeckmannEgle.c (forgotten at first check in :-) 2004-05-28[lcd4linux @ 2004-05-28 13:51:41 by reinelt]reinelt17-748/+127 ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init() 2004-05-27[lcd4linux @ 2004-05-27 06:29:29 by nicowallmeier]nicowallmeier1-7/+10 Moved variables to Plugin:imon / Plugin:telmon 2004-05-27[lcd4linux @ 2004-05-27 03:49:41 by reinelt]reinelt1-1/+1 Status update 2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt8-37/+70 changed function naming scheme to plugin::function 2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt21-361/+409 Curses driver ported. 2004-05-26[lcd4linux @ 2004-05-26 05:03:24 by reinelt]reinelt9-463/+333 MilfordInstruments driver ported 2004-05-25[lcd4linux @ 2004-05-25 19:54:11 by reinelt]reinelt7-53/+23 'make distcheck' bugs fixed release number changed to 0.10.0-RC1 2004-05-25[lcd4linux @ 2004-05-25 19:47:11 by reinelt]reinelt9-1670/+13 Status updated obsolete files removed 2004-05-25[lcd4linux @ 2004-05-25 14:28:46 by reinelt]reinelt1-0/+133 Changelog updated 2004-05-25[lcd4linux @ 2004-05-25 14:27:21 by reinelt]reinelt1-0/+506 added drv_Image.c (this time really!) 2004-05-25[lcd4linux @ 2004-05-25 14:26:28 by reinelt]reinelt9-716/+81 added "Image" driver (was: Raster.c) for PPM and PNG creation fixed some glitches in the X11 driver 2004-05-25[lcd4linux @ 2004-05-25 06:42:31 by reinelt]reinelt1-323/+0 removed old sample config lcd4linux.conf.sample.old from CVS 2004-05-23[lcd4linux @ 2004-05-23 08:58:30 by reinelt]reinelt2-7/+15 icon bug with USBLCD fixed 2004-05-22[lcd4linux @ 2004-05-22 18:30:01 by reinelt]reinelt8-9/+292 added plugin 'uptime' 2004-05-22[lcd4linux @ 2004-05-22 04:23:49 by reinelt]reinelt1-3/+7 removed 16*x fix again (next time think before commit :-) 2004-05-22[lcd4linux @ 2004-05-22 04:21:02 by reinelt]reinelt1-3/+7 fix for display RAM layout on 16x4 displays (thanks to toxicated101) 2004-05-20[lcd4linux @ 2004-05-20 07:47:51 by reinelt]reinelt4-14/+102 added plugin_time 2004-05-20[lcd4linux @ 2004-05-20 07:14:35 by reinelt]reinelt3-251/+253 made all local functions static 2004-05-19[lcd4linux @ 2004-05-19 05:38:25 by reinelt]reinelt3-818/+453 removed AC_PROG_CXX (C++-Compiler) from configure 2004-05-19[lcd4linux @ 2004-05-19 05:23:25 by reinelt]reinelt1-0/+248 plugin_isdn.c added (sorry, I forgot...) 2004-05-09[lcd4linux @ 2004-05-09 05:41:41 by reinelt]reinelt2-272/+302 i2c fix for kernel 2.6.5 (temp_input1 vs. temp1_input) from Xavier 2004-04-17[lcd4linux @ 2004-04-17 13:03:34 by nicowallmeier]nicowallmeier2-4/+11 minor bugfix 2004-04-12[lcd4linux @ 2004-04-12 11:12:24 by reinelt]reinelt10-302/+287 added plugin_isdn, removed old ISDN client fixed some real bad bugs in the evaluator 2004-04-12[lcd4linux @ 2004-04-12 05:59:24 by reinelt]reinelt1-7/+5 Status update 2004-04-12[lcd4linux @ 2004-04-12 05:14:42 by reinelt]reinelt2-8/+23 another BIG FAT WARNING on the use of raw ports instead of ppdev 2004-04-12[lcd4linux @ 2004-04-12 04:55:59 by reinelt]reinelt3-13/+24 emitted a BIG FAT WARNING if msr.h could not be found (and therefore the gettimeofday() delay loop would be used) 2004-04-11[lcd4linux @ 2004-04-11 17:37:09 by reinelt]reinelt2-0/+462 forgot these files at last checkin... sorry! 2004-04-09[lcd4linux @ 2004-04-09 06:23:28 by reinelt]reinelt2-250/+0 removed old exec stuff 2004-04-09[lcd4linux @ 2004-04-09 06:09:54 by reinelt]reinelt6-837/+1087 big configure rework from Xavier 2004-04-08[lcd4linux @ 2004-04-08 11:59:26 by reinelt]reinelt5-9/+362 added plugin_pop3 from Javi 2004-04-08[lcd4linux @ 2004-04-08 10:48:23 by reinelt]reinelt6-56/+272 finished plugin_exec modified thread handling added '%x' format to qprintf (hexadecimal) 2004-04-07[lcd4linux @ 2004-04-07 08:29:05 by hejl]hejl3-1/+645 New plugin for wireless info 2004-03-21[lcd4linux @ 2004-03-21 22:05:53 by reinelt]reinelt2-16/+19 MySQL plugin fixes from Javi 2004-03-20[lcd4linux @ 2004-03-20 23:09:01 by reinelt]reinelt2-71/+148 MySQL plugin fixes from Javi 2004-03-20[lcd4linux @ 2004-03-20 11:49:40 by reinelt]reinelt1-0/+127 forgot to add plugin_exec.c ...