ToDo-List / Wishlist for lcd4linux // 2000-04-04 Michael Reinelt // implement some sort of 'graphs', similar to bars, but with a time axis // can be filled (made up of bars) or not (needs raster graphics) // done 2001-03-16 -lt. // 2000-04-04 Michael Reinelt // write a driver for PNG. This should be the first step towards a WWW-driver. // Done 2001-03-01 -lt. 2000-04-15 Thomas Skyt Jessen show partition information (used, free, ...) 2000-04-25 Michael Mueller show process information // 2000-12-03 Ghassan Matar // show other sensors than temperature // we have to use libsensors instead of parsing the proc files directly // Refused 2003-08-01 -mr // 2000-12-03 Ghassan Matar // show contents of any text file // the file should only contain one line, with a fixed format // there are two possibilities: text and numbers // numbers can be used for bars, too // Done 2000-03-08, look at %x -lt // 2000-12-03 Ghassan Matar // accept data from external sources (fifo?) // Done 2000-03-08, look at %x -lt // 2001-02-11 Carsten Nau // connect a LED to a spare pin of the parallel port and show if ISDN // is online // Done with GPO's -mr // 2001-01-27 Axel Ehnert // - display numer of emails in a mailbox // - display seti@home values // done. 2001-03-05 Leo Tötsch rename some tokens: %o->%os, %v->%ov, %r->%or, %p->%op, will be done with the big config-rework // 2001-03-05 Leo Tötsch // replace T_EXTENDED with a Flag similar to 'bar' // rejected, T_EXTENDED does a good job -mr // 2001-03-07 Michael Reinelt // use ppdev instead of ugly outb() // done 2001-03-14 -mr // 2001-03-09 Michael Reinelt // replace udelay() assembly loop with rdtsc (read time stamp counter) // at least try to.... // done 2001-03-14 -mr 2001-03-09 Leo Tötsch read configuration file earlier (before forking) so that specific drivers (especially 'Text') would not fork. There's a reason for forking that early, but I forgot... 2001-03-12 Michael Reinelt remove USE_OLD_UDELAY after wide testing of new udelay code // 2001-03-12 Michael Reinelt // create a NEWS file with changes/enhancements of every release // done 2001-03-13 -mr 2001-03-14 Leopold Toetsch improve unseen for mbox (check Status:) 2001-03-14 Michael Reinelt add a new Token 'nc' for 'network collisions' 2001-03-14 Michael Reinelt add translation tables ('german umlauts' don't follow any scheme on most displays) // 2001-03-15 Leopold Toetsch // Text display has troubles with '\r' // done 2001-03-16, replace \r,\n with '_' -lt 2001-03-24 Carsten Nau change network clients to support different devices at the moment the sum of all eth* devices is calculated %n* should be extended tokens 2001-03-24 Brian Cleven support 40x4 displays with two HD44780 chips on it we need another 'Enable' line for this this way one could connect two displays to one parallel port, too // 2001-05-25 Jens Garthe // detect wether curses.h and libncurses is installed, and // don't include the 'Text'-driver if not. // _should_ work now 2001-05-31 -lt 2001-09-11 Michael Reinelt use new extended tokens to split up several data sources (CPU, Net, Disk, ISDN, ...) e.g. '%nw' is 'network transmit' for _all_ devices '%n0w' is 'network transmit' for eth0 '%n1w' for eth1 // 2001-09-11 Michael Reinelt // remove bar code from drivers and create a common bar library // done somewhere in 2003 -mr 2001-09-12 Carsten Nau make the output for emails shorter (at the moment up to 9999 emails) 2001-09-13 Michael Reinelt combine mail.c and mail2.c if there's an error getting mail info, display "?" instead of "0" 2001-09-14 Michael Reinelt do not disable mail check in first error instead use a number of retries errors can occur in case of short disconnects, but normal operation should resume 2002-02-15 Udo Altmann (udo.altmann@web.de) support for inversed/blinking text don't know if displays support this feature... class='deletions'>-5/+22 P: libconfig source: source-contains-prebuilt-binary contrib/cmake/CMakeFiles/CompilerIdCXX/a.out P: libconfig source: source-contains-prebuilt-binary contrib/cmake/CMakeFiles/CompilerIdC/a.out P: libconfig source: unneeded-build-dep-on-quilt W: libconfig source: out-of-date-standards-version 3.9.2 (current is 3.9.3) P: libconfig9: copyright-with-old-dh-make-debian-copyright P: libconfig++9: copyright-with-old-dh-make-debian-copyright P: libconfig++-dbg: copyright-with-old-dh-make-debian-copyright I: libconfig++-dbg: extended-description-is-probably-too-short P: libconfig-dev: copyright-with-old-dh-make-debian-copyright P: libconfig-dbg: copyright-with-old-dh-make-debian-copyright I: libconfig-dbg: extended-description-is-probably-too-short P: libconfig++-dev: copyright-with-old-dh-make-debian-copyright 2012-02-26Add Conflicts to -dev packagesJonathan McCrohan2-1/+4 2012-02-26Clean up rules file.Jonathan McCrohan2-25/+12 2012-02-26Revert "Clean up debian/rules"Jonathan McCrohan2-14/+24 This reverts commit c6ac7aec24ec3a425e012031d94fea837758850e. 2012-02-26Use inheritance in package descriptions in debian/controlJonathan McCrohan1-2/+0 2012-02-22Clean up debian/rulesJonathan McCrohan2-24/+14 Enable hardened buildflags. 2012-02-15Upload to experimental.debian/1.4.8-1_exp1Jonathan McCrohan1-1/+1 2012-02-12Nitpicky typos.Jonathan McCrohan2-3/+3 2012-02-12Make changes as per JCristau's advice.Jonathan McCrohan1-9/+3 2012-02-11Remove unused entries from debian/rulesJonathan McCrohan1-2/+0 2012-02-11Fix typo in bugclose changelogJonathan McCrohan1-1/+1 2012-02-11Fix typo in libconfig++dev.examplesJonathan McCrohan1-3/+3 2012-02-11Update changelog.Jonathan McCrohan1-2/+5 2012-02-11Remove forced install of examples in rules.Jonathan McCrohan1-2/+2 2012-02-11Fix Examples.Jonathan McCrohan6-34/+17 2012-02-11Remove makefile.Jonathan McCrohan1-7/+0 2012-02-11Move *.docs, *.install and *.examples to -dev.Jonathan McCrohan7-2/+2 2012-02-11Move to single -dev package.Jonathan McCrohan2-14/+12 2012-02-08Update package changelog.Jonathan McCrohan1-1/+1 Bump release date. 2012-02-08Partial manual revert of move to libconfig*8.Jonathan McCrohan4-12/+12 Move back to libconfig*9, with libconfig*8-dev remaining. 2012-02-08Add my name to debian copyright.Jonathan McCrohan1-2/+3 2012-02-08Atomic commit. Rollback to libconfig8 packaging names.Jonathan McCrohan10-8/+8 2012-02-07Rename libconfig9 to libconfig8 to aid release teamJonathan McCrohan1-14/+14 2012-02-07Fix "closes typo"Jonathan McCrohan1-1/+1 2012-02-07Revert "Add symbols"Jonathan McCrohan3-739/+1 This reverts commit 5184275a78a65864e1c7c0c609f945fdb0dd2d26. 2012-02-07Revert "Fix b0rked symbol file."Jonathan McCrohan1-1/+1 This reverts commit da589e0b2ee111a61807c057cd4608b7bb278cca. 2012-02-07Revert "Second attempt"Jonathan McCrohan2-0/+194 This reverts commit 1c5de5f3d1287cdf6994bb3451b8a8e18a62b8ec. 2012-01-29Second attemptJonathan McCrohan2-194/+0 2012-01-29Fix b0rked symbol file.Jonathan McCrohan1-1/+1 2012-01-29Add symbolsJonathan McCrohan3-1/+739 2012-01-26add examples properlyJonathan McCrohan1-0/+2 2012-01-26Update changelogJonathan McCrohan1-3/+6 2012-01-26fix typoJonathan McCrohan1-1/+1 2012-01-26fix accidental description changesJonathan McCrohan1-2/+2 2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2 2012-01-25Linitan fixesJonathan McCrohan2-3/+2 2012-01-25Split out debug packagesJonathan McCrohan2-1/+6 2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1 2011-12-31Remove shlibsJonathan McCrohan1-2/+0 2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1