]> git.webhop.me Git - lcd4linux.git/log
lcd4linux.git
15 years agopicoLCDGraphic: update display regularly using a timer (*much* faster than redrawing...
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

15 years agoadditional debugging output
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

15 years agofixed compile error on systems without strndup()
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

15 years agoinclude config.h in *every* source file
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

15 years agoX11 driver: do not display key strokes that do not map to a button
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

15 years agoindent.sh: ignore indentation profiles, so things are not messed up accidentally
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

15 years agoX11 driver: handle key presses (arrows, RET and ESC) in addition to clicks on the...
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

15 years agoincluded "config.h" in "plugin.h" and changed "plugin.c" and "plugin_sample.c" accord...
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

15 years agoplugin_python.c: print tracebacks also for Python scripts that do not "compile"
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

15 years agoplugin_python.c: print Python tracebacks on stderr (yay!)
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

15 years agofixed compile error by including "config.h" in "plugin_python.c"
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

15 years agosupport for 'aligned pingpong' by Martin Zuther
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

15 years agouse own strndup() from evaluator if not available on system
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

15 years agofixed typo
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

15 years agofixed memory leak in using strdup() instead of strdupa()
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

15 years agoTicket 182
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

15 years agostrdupa uses alloca which is not available everywhere. strdup is used instead
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

15 years agoplugins work on MacOS X: proc_stat, cpuinfo
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

15 years agolinker error with LW_ABP corrected
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

15 years agoupdate to autoconf 2.65
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

15 years agoindentation
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

15 years agoindentation
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

15 years agoadd event.h to extra sources
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

15 years agoLogic Way ABP08 ABP09 enhancements by Arndt Kritzner
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

15 years agoRemove warnings from mpris plugin
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

15 years agoFix the dbus/pkg-config confgure (Now the configure script will probably require...
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

15 years ago* Fix segfault on shutdown in drv_picoLCDGraphic.c
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

15 years agospecial commandline parameters for X11
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

15 years agoMake the dbus plugin shutdown without showing dbus leaks when compiled with -DDEBUG
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

15 years agodrv_PICGraphic.c
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

15 years agothe DBus plugin is now disabled when dbus is not installed instead of stopping the...
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

15 years agoPrevent HD44780 and HD44780_I2C from building at the same time
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

15 years agodisabling some driver if no parport available
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

15 years agoRemoved warning for the mpris dbus plugin
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

15 years agoMatrixOrbitalGX
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

15 years agoppoll() is not available in glibc before 2.4
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

15 years agoFixed a few more leaks,
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

15 years agoplugin_dbus.c:
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

15 years agodbus_watch_get_unix_fd() only exists in libdbus >= 1.1.1
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

15 years agosmall memory leak fixed (Thnaks to Ed and Valgrind)
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

15 years agoevent plugin and dbus interface by Ed Martin (forgot to add new files)
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

15 years agoevent plugin and dbus interface by Ed Martin
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

15 years agoLogic Way patch from Arndt Kritzner
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

15 years agoadded protocol details to PICGraphic driver, fixed typos is generic headers
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

15 years agoupdating Makefile.am for PICGraphic driver, reverting mistaken commit of aclocal.m4
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

15 years agoadding PICGraphic driver
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

16 years agosvn_version bumped up
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

16 years agoLogic Way GmbH ABP08 ABP09 enhancements by Arndt Kritzner
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

16 years agodriver for Logic Way GmbH ABP08 (serial) and ABP09 (USB) appliance control panels...
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

16 years agoadditional debug output
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

16 years agoautoconf patches from PT M.
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

16 years agoindentation
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

16 years agoindentation
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

16 years agosuppress compiler warning
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

16 years agowarn() => info()
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

16 years agoadded support for Z-10 speaker to G-15 driver
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

16 years agoevaluator bug fixed (thanks to lleo19)
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

16 years agoindent run
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

16 years agoasterix extensions by gabrielortizlour@gmail.com
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

16 years agoicon frame patch by Marcus Brown
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

16 years agoupdate autoconf
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

16 years agoadd qnap log plugin, thanks to rolf tralow
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

16 years agoindent
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

16 years agotimer fix for vnc driver
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

16 years agomore timer fixes
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

16 years agomake the code more sexy...
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

16 years agoupdate make files
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

16 years agofix timestamp loop issue
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

16 years agoadd widget sample
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

16 years agoadd mpris dbus plugin, untested!
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

16 years agoindent
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

16 years agoupdate autoconf scripts
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

16 years agoadd shuttle VFD driver
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

16 years agoupdate option file
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

16 years agodrv_vnc: http port as option
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

16 years agodrv_vnc: run as http daemon
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

16 years agofix fps delay error
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

16 years agoadd fps limiter
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

16 years agoadd UNSECURE password option to drv_vnc - SSH would be the better choice.
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

16 years agoadd keypadframe color as parameter, some minor fixups
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

16 years agoupdate keypad handling, add more options, remove compiler waarnings
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

16 years agoupdate lcd4linux sample config
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

16 years agoadd server port as config option, rename options
michux [Fri, 27 Mar 2009 21:01:12 +0000 (21:01 +0000)]
add server port as config option, rename options

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1012 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agovnc driver: keypad works now
michux [Fri, 27 Mar 2009 20:27:48 +0000 (20:27 +0000)]
vnc driver: keypad works now

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1011 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agosome more keypad stuff for vnc driver...
michux [Fri, 27 Mar 2009 13:13:28 +0000 (13:13 +0000)]
some more keypad stuff for vnc driver...

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1010 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoupdate keypad function for vnc driver
michux [Fri, 27 Mar 2009 09:22:58 +0000 (09:22 +0000)]
update keypad function for vnc driver

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1009 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agovnc driver: add beta keypad support
michux [Thu, 26 Mar 2009 23:11:12 +0000 (23:11 +0000)]
vnc driver: add beta keypad support

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1008 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoremove unneeded libs
michux [Thu, 26 Mar 2009 20:50:28 +0000 (20:50 +0000)]
remove unneeded libs

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1007 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoadd sample cfg for vnc driver, indent
michux [Thu, 26 Mar 2009 13:07:17 +0000 (13:07 +0000)]
add sample cfg for vnc driver, indent

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1006 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoadd max client option
michux [Thu, 26 Mar 2009 12:55:55 +0000 (12:55 +0000)]
add max client option

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1005 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoignore security check for cygwin
michux [Thu, 26 Mar 2009 08:20:28 +0000 (08:20 +0000)]
ignore security check for cygwin

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1004 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agostring compare is not case sensitive anymore
michux [Thu, 26 Mar 2009 08:11:33 +0000 (08:11 +0000)]
string compare is not case sensitive anymore

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1003 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agomore cygwin fixes
michux [Thu, 26 Mar 2009 08:06:12 +0000 (08:06 +0000)]
more cygwin fixes

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1002 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agofix cygwin compile
michux [Thu, 26 Mar 2009 07:51:25 +0000 (07:51 +0000)]
fix cygwin compile

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1001 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoI just wanted to commit the 1000st change to lcd4linux ;)
michux [Wed, 25 Mar 2009 23:04:42 +0000 (23:04 +0000)]
I just wanted to commit the 1000st change to lcd4linux ;)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1000 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agominor fixup
michux [Wed, 25 Mar 2009 23:04:17 +0000 (23:04 +0000)]
minor fixup

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@999 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agomore vnc driver stuff...
michux [Wed, 25 Mar 2009 22:56:29 +0000 (22:56 +0000)]
more vnc driver stuff...

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@998 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoadd vnc driver
michux [Wed, 25 Mar 2009 21:45:06 +0000 (21:45 +0000)]
add vnc driver

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@997 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agotest intersection of (displayable) widgets
volker [Mon, 23 Mar 2009 17:22:24 +0000 (17:22 +0000)]
test intersection of (displayable) widgets

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@996 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

16 years agoFixed pot. buffer overflow in glcd2usb
harbaum [Mon, 16 Mar 2009 10:45:17 +0000 (10:45 +0000)]
Fixed pot. buffer overflow in glcd2usb

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@995 3ae390bd-cb1e-0410-b409-cd5a39f66f1f