Commit Graph

  • adaa4da6bb 'Fix the huawei e220 at commands' by Jar michael 2010-02-23 03:27:16 +00:00
  • 0bffa599cc drv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms mzuther 2010-02-15 21:44:43 +00:00
  • 3d85ed2b17 drv_picoLCDGraphic.c: added configuration for USB read timeout mzuther 2010-02-14 12:05:58 +00:00
  • 3c4915845f indent.sh run michael 2010-02-14 02:47:49 +00:00
  • 2f27e641ce plugin_huawei-fix-interval-check_V2.patch from Jar michael 2010-02-14 02:46:43 +00:00
  • 3a23df4023 Improved config behavior. mjona 2010-02-12 13:18:16 +00:00
  • 4f3ae24f7c Fixed a segmentation fault bug in cfg_get(). mjona 2010-02-12 13:16:27 +00:00
  • 555ed9099a 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. mjona 2010-02-11 16:48:56 +00:00
  • b35fc3f8cb timer.c: two small optimizations (removed "flag"; tv_usec can't be negative) mzuther 2010-02-07 20:45:51 +00:00
  • 7496af7c86 added grouping of widgets by update interval (new file "timer_group.c") mzuther 2010-02-07 14:03:46 +00:00
  • dcb29d2726 BUG: handle negative delays in timer_process() (timer.c) mzuther 2010-02-07 02:52:59 +00:00
  • 7a8ba6a113 timer.c: I had forgotten how to initialize a "struct" :) mzuther 2010-02-06 23:51:27 +00:00
  • fd89168c6b BUG: compensate timers for processing delay ("timer.c") mzuther 2010-02-06 21:42:05 +00:00
  • 43aef95679 timer.c: exchanged "proprietary code" with timeradd() and timersub() functions mzuther 2010-02-06 11:29:12 +00:00
  • 15d08f4e90 timer.c: removed fruitless changes to variable "flag" from timer_process() mzuther 2010-02-04 13:48:59 +00:00
  • 39494819fd According to its man page, timercmp() is broken on some systems -- applied the recommended (and equivalent) change. mzuther 2010-02-04 13:18:13 +00:00
  • 0dab110627 small warning removed michael 2010-02-04 09:37:37 +00:00
  • 88b4878241 clear errno after creating the FIFO by Claas Hilbrecht michael 2010-02-04 09:37:12 +00:00
  • 755c25c5c8 plugin_huawei from Jar (forgot to add it last time) michael 2010-01-30 08:15:04 +00:00
  • d0405cd2da plugin_huawei from Jar michael 2010-01-28 17:19:58 +00:00
  • 3e58b77fe1 picoLCDGraphic: updated example configuration files in "contrib/picoLCD" mzuther 2010-01-24 20:14:33 +00:00
  • 76db34b59e 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") mzuther 2010-01-24 19:45:27 +00:00
  • f622ea6ee2 additional debugging output volker 2010-01-24 15:33:13 +00:00
  • 6cb52cd106 fixed compile error on systems without strndup() volker 2010-01-23 12:04:55 +00:00
  • 9fdf04e659 include config.h in *every* source file michael 2010-01-21 04:26:24 +00:00
  • 28645bbb94 X11 driver: do not display key strokes that do not map to a button mzuther 2010-01-20 14:53:56 +00:00
  • 7f823fa243 indent.sh: ignore indentation profiles, so things are not messed up accidentally mzuther 2010-01-20 11:06:21 +00:00
  • 04562ff4b7 X11 driver: handle key presses (arrows, RET and ESC) in addition to clicks on the GUI buttons mzuther 2010-01-20 10:59:43 +00:00
  • eb67cb9dab included "config.h" in "plugin.h" and changed "plugin.c" and "plugin_sample.c" accordingly mzuther 2010-01-19 22:59:24 +00:00
  • 8b4d88284a plugin_python.c: print tracebacks also for Python scripts that do not "compile" mzuther 2010-01-19 14:26:33 +00:00
  • 2e2e535b2c plugin_python.c: print Python tracebacks on stderr (yay!) mzuther 2010-01-19 14:15:53 +00:00
  • ef55b42807 fixed compile error by including "config.h" in "plugin_python.c" mzuther 2010-01-19 12:21:43 +00:00
  • 9766d9e8b5 support for 'aligned pingpong' by Martin Zuther michael 2010-01-18 13:12:25 +00:00
  • 378970ea01 use own strndup() from evaluator if not available on system volker 2010-01-17 14:40:03 +00:00
  • 473fd2d3ee fixed typo volker 2010-01-17 12:26:23 +00:00
  • f1e14296a1 fixed memory leak in using strdup() instead of strdupa() volker 2010-01-17 12:25:17 +00:00
  • 69fecdd3d6 Ticket 182 volker 2010-01-15 21:44:04 +00:00
  • ac266e1877 strdupa uses alloca which is not available everywhere. strdup is used instead volker 2010-01-15 21:36:33 +00:00
  • 55e86007a4 plugins work on MacOS X: proc_stat, cpuinfo volker 2010-01-05 22:29:16 +00:00
  • da4098a3eb linker error with LW_ABP corrected michael 2010-01-03 14:53:21 +00:00
  • 0bf54016ab update to autoconf 2.65 michael 2010-01-03 14:20:10 +00:00
  • 8d70d26832 indentation michael 2009-11-22 05:29:33 +00:00
  • 012bbc9dd7 indentation michael 2009-11-22 05:29:04 +00:00
  • 0eda4085c4 add event.h to extra sources michael 2009-11-22 05:28:45 +00:00
  • 3379ecac26 Logic Way ABP08 ABP09 enhancements by Arndt Kritzner michael 2009-11-22 05:27:53 +00:00
  • 949791258d Remove warnings from mpris plugin edman007 2009-11-21 18:31:45 +00:00
  • 973fbdac91 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 edman007 2009-11-21 18:19:09 +00:00
  • 42d2deefb2 * Fix segfault on shutdown in drv_picoLCDGraphic.c * Prevent dbus from exiting the program when compiled with -DDEBUG edman007 2009-11-21 14:49:34 +00:00
  • cd705f8401 special commandline parameters for X11 volker 2009-11-20 14:49:34 +00:00
  • 82a0af2c30 Make the dbus plugin shutdown without showing dbus leaks when compiled with -DDEBUG edman007 2009-11-19 04:32:13 +00:00
  • a8d1a67890 drv_PICGraphic.c edman007 2009-11-19 04:28:49 +00:00
  • 42f17dd145 the DBus plugin is now disabled when dbus is not installed instead of stopping the build edman007 2009-11-18 23:23:25 +00:00
  • a1101ce4a4 Prevent HD44780 and HD44780_I2C from building at the same time edman007 2009-11-18 23:21:32 +00:00
  • 1622daf8d0 disabling some driver if no parport available volker 2009-11-18 17:19:16 +00:00
  • 7f3ada9b1b Removed warning for the mpris dbus plugin edman007 2009-11-18 01:59:59 +00:00
  • 9c93110c62 MatrixOrbitalGX volker 2009-11-18 00:19:40 +00:00
  • 3fa2bb9a9b ppoll() is not available in glibc before 2.4 volker 2009-11-18 00:11:32 +00:00
  • 6ae9438738 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) edman007 2009-11-17 04:01:50 +00:00
  • ca7f4df632 plugin_dbus.c: * Remove a few info() messages from the dbus plugin that were too verbose * Fix a few leaks in the dbus plugin edman007 2009-11-17 01:47:43 +00:00
  • f6d08113a6 dbus_watch_get_unix_fd() only exists in libdbus >= 1.1.1 volker 2009-11-16 16:10:03 +00:00
  • 5ef3e9233f small memory leak fixed (Thnaks to Ed and Valgrind) michael 2009-11-16 04:31:58 +00:00
  • 6bb47a6882 event plugin and dbus interface by Ed Martin (forgot to add new files) michael 2009-11-15 06:51:31 +00:00
  • 3f6579900c event plugin and dbus interface by Ed Martin michael 2009-11-15 06:49:13 +00:00
  • 11ebe1024f Logic Way patch from Arndt Kritzner michael 2009-11-10 07:28:45 +00:00
  • 5807492926 added protocol details to PICGraphic driver, fixed typos is generic headers peterbailey 2009-11-05 08:02:32 +00:00
  • b2f63e0f19 updating Makefile.am for PICGraphic driver, reverting mistaken commit of aclocal.m4 peterbailey 2009-11-03 05:13:09 +00:00
  • d08bf6d19c adding PICGraphic driver peterbailey 2009-11-03 04:59:04 +00:00
  • 318733a9fb svn_version bumped up michael 2009-11-02 01:55:23 +00:00
  • 5ed074b437 Logic Way GmbH ABP08 ABP09 enhancements by Arndt Kritzner michael 2009-11-01 05:01:17 +00:00
  • 34fd00e7b7 driver for Logic Way GmbH ABP08 (serial) and ABP09 (USB) appliance control panels by Arndt Kritzner michael 2009-10-19 03:03:57 +00:00
  • f848e286bd additional debug output volker 2009-09-25 12:57:51 +00:00
  • a50e7c8b4e autoconf patches from PT M. michael 2009-09-23 04:34:38 +00:00
  • f105fd58e8 indentation michael 2009-09-23 04:23:00 +00:00
  • caa4c4d386 indentation michael 2009-09-23 04:22:38 +00:00
  • 3db70d1ff0 suppress compiler warning michael 2009-09-23 04:14:55 +00:00
  • a1c9da8138 warn() => info() michael 2009-09-23 04:14:17 +00:00
  • 7ea8aec480 added support for Z-10 speaker to G-15 driver volker 2009-09-22 23:59:41 +00:00
  • e3dbb3fc1d evaluator bug fixed (thanks to lleo19) michael 2009-08-21 03:33:16 +00:00
  • 1be5ce2c6d indent run michael 2009-07-18 03:11:04 +00:00
  • 8501fae399 asterix extensions by gabrielortizlour@gmail.com michael 2009-07-18 03:10:52 +00:00
  • 37ccff837c icon frame patch by Marcus Brown michael 2009-05-19 10:42:01 +00:00
  • fe4afbe9b0 update autoconf michux 2009-05-11 19:43:20 +00:00
  • ccffe4802c add qnap log plugin, thanks to rolf tralow michux 2009-05-11 19:41:37 +00:00
  • ac822f3769 indent michux 2009-04-15 21:36:03 +00:00
  • 6322058d1e timer fix for vnc driver michux 2009-04-15 21:34:51 +00:00
  • 2fc3bb1ea3 more timer fixes michux 2009-04-15 21:32:24 +00:00
  • 0d2efa950d make the code more sexy... michux 2009-04-15 19:37:30 +00:00
  • 67ed497fcb update make files michux 2009-04-15 19:34:41 +00:00
  • 6454194b7c fix timestamp loop issue michux 2009-04-15 19:28:30 +00:00
  • 1701413855 add widget sample michux 2009-04-14 21:09:39 +00:00
  • 7abbec0f51 add mpris dbus plugin, untested! michux 2009-04-14 21:07:47 +00:00
  • 94cccadce1 indent michux 2009-04-06 20:30:42 +00:00
  • ae2f27dbb3 update autoconf scripts michux 2009-04-06 20:20:50 +00:00
  • 0aa04e3081 add shuttle VFD driver michux 2009-04-06 20:03:37 +00:00
  • 3d7cc4789d update option file michux 2009-03-31 06:47:53 +00:00
  • 3428f32c33 drv_vnc: http port as option michux 2009-03-31 06:46:57 +00:00
  • 27bba2d8c0 drv_vnc: run as http daemon michux 2009-03-31 06:35:35 +00:00
  • 7228a0e8c3 fix fps delay error michux 2009-03-30 21:10:07 +00:00
  • 485253143e add fps limiter michux 2009-03-30 20:45:23 +00:00
  • a4601a3a93 add UNSECURE password option to drv_vnc - SSH would be the better choice. michux 2009-03-30 18:44:28 +00:00