]>
git.webhop.me Git - lcd4linux.git/log 
michael  [Sun, 14 Feb 2010 02:47:49 +0000  (02:47  +0000)] 
indent.sh run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1112 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 14 Feb 2010 02:46:43 +0000  (02:46  +0000)] 
plugin_huawei-fix-interval-check_V2.patch from Jar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1111 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Fri, 12 Feb 2010 13:18:16 +0000  (13:18 +0000)] 
Improved config behavior.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1110 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Fri, 12 Feb 2010 13:16:27 +0000  (13:16 +0000)] 
Fixed a segmentation fault bug in cfg_get().
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1109 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Thu, 11 Feb 2010 16:48:56 +0000  (16:48 +0000)] 
All static memory allocations were turned into dynamical ones.
Improved configuration parameters:
- FifoPath	to specify the fifo path (if absent, a built in replacement is used)
- FifoBufSize	to specify the size of the internal buffer (this parameter is optional as
		the plugin will try to match the number of display columns; if it fails and
		no FifoBufSize parameter is supplied then a built in replacement is used)
Simplified and rationalized init and exit functions:
most global variables have been localized.
Fixed several off-by-one overflows memory bugs.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1108 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 7 Feb 2010 20:45:51 +0000  (20:45 +0000)] 
timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1107 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 7 Feb 2010 14:03:46 +0000  (14:03 +0000)] 
added grouping of widgets by update interval (new file "timer_group.c")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1106 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 7 Feb 2010 02:52:59 +0000  (02:52  +0000)] 
BUG: handle negative delays in timer_process() (timer.c)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1105 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 6 Feb 2010 23:51:27 +0000  (23:51 +0000)] 
timer.c: I had forgotten how to initialize a "struct" :)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1104 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 6 Feb 2010 21:42:05 +0000  (21:42 +0000)] 
BUG: compensate timers for processing delay ("timer.c")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1103 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 6 Feb 2010 11:29:12 +0000  (11:29 +0000)] 
timer.c: exchanged "proprietary code" with timeradd() and timersub() functions
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1102 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Thu, 4 Feb 2010 13:48:59 +0000  (13:48 +0000)] 
timer.c: removed fruitless changes to variable "flag" from timer_process()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1101 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Thu, 4 Feb 2010 13:18:13 +0000  (13:18 +0000)] 
According to its man page, timercmp() is broken on some systems -- applied the recommended (and equivalent) change.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1100 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 4 Feb 2010 09:37:37 +0000  (09:37 +0000)] 
small warning removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 4 Feb 2010 09:37:12 +0000  (09:37 +0000)] 
clear errno after creating the FIFO by Claas Hilbrecht
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1098 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sat, 30 Jan 2010 08:15:04 +0000  (08:15 +0000)] 
plugin_huawei from Jar (forgot to add it last time)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1097 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 28 Jan 2010 17:19:58 +0000  (17:19 +0000)] 
plugin_huawei from Jar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1096 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 24 Jan 2010 20:14:33 +0000  (20:14 +0000)] 
picoLCDGraphic: updated example configuration files in "contrib/picoLCD"
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1095 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 24 Jan 2010 19:45:27 +0000  (19:45 +0000)] 
picoLCDGraphic: update display regularly using a timer (*much* faster than redrawing the whole display after each changed widget; you may get the old behaviour by setting "Update 0")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1094 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sun, 24 Jan 2010 15:33:13 +0000  (15:33 +0000)] 
additional debugging output
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1093 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sat, 23 Jan 2010 12:04:55 +0000  (12:04 +0000)] 
fixed compile error on systems without strndup()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1092 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 21 Jan 2010 04:26:24 +0000  (04:26  +0000)] 
include config.h in *every* source file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1091 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Wed, 20 Jan 2010 14:53:56 +0000  (14:53 +0000)] 
X11 driver: do not display key strokes that do not map to a button
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1090 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Wed, 20 Jan 2010 11:06:21 +0000  (11:06 +0000)] 
indent.sh: ignore indentation profiles, so things are not messed up accidentally
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1089 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Wed, 20 Jan 2010 10:59:43 +0000  (10:59 +0000)] 
X11 driver: handle key presses (arrows, RET and ESC) in addition to clicks on the GUI buttons
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1088 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Tue, 19 Jan 2010 22:59:24 +0000  (22:59 +0000)] 
included "config.h" in "plugin.h" and changed "plugin.c" and "plugin_sample.c" accordingly
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1087 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Tue, 19 Jan 2010 14:26:33 +0000  (14:26 +0000)] 
plugin_python.c: print tracebacks also for Python scripts that do not "compile"
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1086 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Tue, 19 Jan 2010 14:15:53 +0000  (14:15 +0000)] 
plugin_python.c: print Python tracebacks on stderr (yay!)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1085 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Tue, 19 Jan 2010 12:21:43 +0000  (12:21 +0000)] 
fixed compile error by including "config.h" in "plugin_python.c"
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1084 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 18 Jan 2010 13:12:25 +0000  (13:12 +0000)] 
support for 'aligned pingpong' by Martin Zuther
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1083 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sun, 17 Jan 2010 14:40:03 +0000  (14:40 +0000)] 
use own strndup() from evaluator if not available on system
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1082 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sun, 17 Jan 2010 12:26:23 +0000  (12:26 +0000)] 
fixed typo
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1081 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sun, 17 Jan 2010 12:25:17 +0000  (12:25 +0000)] 
fixed memory leak in using strdup() instead of strdupa()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1080 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Fri, 15 Jan 2010 21:44:04 +0000  (21:44 +0000)] 
Ticket 182
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1079 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Fri, 15 Jan 2010 21:36:33 +0000  (21:36 +0000)] 
strdupa uses alloca which is not available everywhere. strdup is used instead
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1078 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Tue, 5 Jan 2010 22:29:16 +0000  (22:29 +0000)] 
plugins work on MacOS X: proc_stat, cpuinfo
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1077 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 3 Jan 2010 14:53:21 +0000  (14:53 +0000)] 
linker error with LW_ABP corrected
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1076 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 3 Jan 2010 14:20:10 +0000  (14:20 +0000)] 
update to autoconf 2.65
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1075 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 22 Nov 2009 05:29:33 +0000  (05:29  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1074 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 22 Nov 2009 05:29:04 +0000  (05:29  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1073 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 22 Nov 2009 05:28:45 +0000  (05:28  +0000)] 
add event.h to extra sources
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1072 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 22 Nov 2009 05:27:53 +0000  (05:27  +0000)] 
Logic Way ABP08 ABP09 enhancements by Arndt Kritzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1071 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Sat, 21 Nov 2009 18:31:45 +0000  (18:31 +0000)] 
Remove warnings from mpris plugin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1070 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Sat, 21 Nov 2009 18:19:09 +0000  (18:19 +0000)] 
Fix the dbus/pkg-config confgure (Now the configure script will probably require pkg-config to be installed)
Defines to compile the dbus plugin are now properly set
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1069 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Sat, 21 Nov 2009 14:49:34 +0000  (14:49 +0000)] 
* Fix segfault on shutdown in drv_picoLCDGraphic.c
* Prevent dbus from exiting the program when compiled with -DDEBUG
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1068 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Fri, 20 Nov 2009 14:49:34 +0000  (14:49 +0000)] 
special commandline parameters for X11
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1067 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Thu, 19 Nov 2009 04:32:13 +0000  (04:32  +0000)] 
Make the dbus plugin shutdown without showing dbus leaks when compiled with -DDEBUG
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1066 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Thu, 19 Nov 2009 04:28:49 +0000  (04:28  +0000)] 
drv_PICGraphic.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1065 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Wed, 18 Nov 2009 23:23:25 +0000  (23:23 +0000)] 
the DBus plugin is now disabled when dbus is not installed instead of stopping the build
Fix a few warnings in drv_PICGraphic.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1064 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Wed, 18 Nov 2009 23:21:32 +0000  (23:21 +0000)] 
Prevent HD44780 and HD44780_I2C from building at the same time
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1063 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 18 Nov 2009 17:19:16 +0000  (17:19 +0000)] 
disabling some driver if no parport available
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1062 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Wed, 18 Nov 2009 01:59:59 +0000  (01:59  +0000)] 
Removed warning for the mpris dbus plugin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1061 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 18 Nov 2009 00:19:40 +0000  (00:19  +0000)] 
MatrixOrbitalGX
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1060 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 18 Nov 2009 00:11:32 +0000  (00:11  +0000)] 
ppoll() is not available in glibc before 2.4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1059 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Tue, 17 Nov 2009 04:01:50 +0000  (04:01  +0000)] 
Fixed a few more leaks,
Valgrind no longers reports any leaks in plugin_dbus.c
(though there are still a few in the dbus libs)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1058 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
edman007  [Tue, 17 Nov 2009 01:47:43 +0000  (01:47  +0000)] 
plugin_dbus.c:
 * Remove a few info() messages from the dbus plugin that were too verbose
 * Fix a few leaks in the dbus plugin
event.c
 * Fix a  heap corruption bug
layout.c
 * Fix a leak
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1057 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Mon, 16 Nov 2009 16:10:03 +0000  (16:10 +0000)] 
dbus_watch_get_unix_fd() only exists in libdbus >= 1.1.1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1056 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 16 Nov 2009 04:31:58 +0000  (04:31  +0000)] 
small memory leak fixed (Thnaks to Ed and Valgrind)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1055 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 15 Nov 2009 06:51:31 +0000  (06:51 +0000)] 
event plugin and dbus interface by Ed Martin (forgot to add new files)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1054 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 15 Nov 2009 06:49:13 +0000  (06:49 +0000)] 
event plugin and dbus interface by Ed Martin
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1053 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 10 Nov 2009 07:28:45 +0000  (07:28 +0000)] 
Logic Way patch from Arndt Kritzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1052 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
peterbailey  [Thu, 5 Nov 2009 08:02:32 +0000  (08:02 +0000)] 
added protocol details to PICGraphic driver, fixed typos is generic headers
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1051 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
peterbailey  [Tue, 3 Nov 2009 05:13:09 +0000  (05:13  +0000)] 
updating Makefile.am for PICGraphic driver, reverting mistaken commit of aclocal.m4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1050 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
peterbailey  [Tue, 3 Nov 2009 04:59:04 +0000  (04:59  +0000)] 
adding PICGraphic driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1049 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 2 Nov 2009 01:55:23 +0000  (01:55  +0000)] 
svn_version bumped up
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1048 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 1 Nov 2009 05:01:17 +0000  (05:01  +0000)] 
Logic Way GmbH ABP08 ABP09 enhancements by Arndt Kritzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1047 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 19 Oct 2009 03:03:57 +0000  (03:03  +0000)] 
driver for Logic Way GmbH ABP08 (serial) and ABP09 (USB) appliance control panels by Arndt Kritzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1046 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Fri, 25 Sep 2009 12:57:51 +0000  (12:57 +0000)] 
additional debug output
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1045 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 23 Sep 2009 04:34:38 +0000  (04:34  +0000)] 
autoconf patches from PT M.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 23 Sep 2009 04:23:00 +0000  (04:23  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1043 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 23 Sep 2009 04:22:38 +0000  (04:22  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1042 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 23 Sep 2009 04:14:55 +0000  (04:14  +0000)] 
suppress compiler warning
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1041 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 23 Sep 2009 04:14:17 +0000  (04:14  +0000)] 
warn() => info()
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1040 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Tue, 22 Sep 2009 23:59:41 +0000  (23:59 +0000)] 
added support for Z-10 speaker to G-15 driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1039 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Fri, 21 Aug 2009 03:33:16 +0000  (03:33  +0000)] 
evaluator bug fixed (thanks to lleo19)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1038 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sat, 18 Jul 2009 03:11:04 +0000  (03:11  +0000)] 
indent run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1037 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sat, 18 Jul 2009 03:10:52 +0000  (03:10  +0000)] 
asterix extensions by gabrielortizlour@gmail.com
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1036 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 19 May 2009 10:42:01 +0000  (10:42 +0000)] 
icon frame patch by Marcus Brown
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1035 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 11 May 2009 19:43:20 +0000  (19:43 +0000)] 
update autoconf
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1034 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 11 May 2009 19:41:37 +0000  (19:41 +0000)] 
add qnap log plugin, thanks to rolf tralow
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1033 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 21:36:03 +0000  (21:36 +0000)] 
indent
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1032 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 21:34:51 +0000  (21:34 +0000)] 
timer fix for vnc driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1031 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 21:32:24 +0000  (21:32 +0000)] 
more timer fixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1030 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 19:37:30 +0000  (19:37 +0000)] 
make the code more sexy...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1029 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 19:34:41 +0000  (19:34 +0000)] 
update make files
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1028 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Wed, 15 Apr 2009 19:28:30 +0000  (19:28 +0000)] 
fix timestamp loop issue
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1027 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Tue, 14 Apr 2009 21:09:39 +0000  (21:09 +0000)] 
add widget sample
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1026 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Tue, 14 Apr 2009 21:07:47 +0000  (21:07 +0000)] 
add mpris dbus plugin, untested!
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1025 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 6 Apr 2009 20:30:42 +0000  (20:30 +0000)] 
indent
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1024 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 6 Apr 2009 20:20:50 +0000  (20:20 +0000)] 
update autoconf scripts
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1023 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 6 Apr 2009 20:03:37 +0000  (20:03 +0000)] 
add shuttle VFD driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1022 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Tue, 31 Mar 2009 06:47:53 +0000  (06:47 +0000)] 
update option file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1021 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Tue, 31 Mar 2009 06:46:57 +0000  (06:46 +0000)] 
drv_vnc: http port as option
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1020 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Tue, 31 Mar 2009 06:35:35 +0000  (06:35 +0000)] 
drv_vnc: run as http daemon
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1019 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 30 Mar 2009 21:10:07 +0000  (21:10 +0000)] 
fix fps delay error
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1018 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 30 Mar 2009 20:45:23 +0000  (20:45 +0000)] 
add fps limiter
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1017 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Mon, 30 Mar 2009 18:44:28 +0000  (18:44 +0000)] 
add UNSECURE password option to drv_vnc - SSH would be the better choice.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1016 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Sat, 28 Mar 2009 17:51:55 +0000  (17:51 +0000)] 
add keypadframe color as parameter, some minor fixups
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1015 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Sat, 28 Mar 2009 13:49:30 +0000  (13:49 +0000)] 
update keypad handling, add more options, remove compiler waarnings
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1014 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michux  [Fri, 27 Mar 2009 21:52:50 +0000  (21:52 +0000)] 
update lcd4linux sample config
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1013 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f