Wykres commitów

21 Commity (619dfe52a178fcba780bb95979274b9aaab9ca0a)

Autor SHA1 Wiadomość Data
John Tsiombikas 619dfe52a1 - forgot to update the spnavd_ctl script to use the new pid location, this will
require a new release
- removed unnecessary bits from the makefiles



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@75 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-02-02 02:11:10 +00:00
John Tsiombikas 19d6532630 actually make that spacenavd 0.3.1
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@69 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 03:01:59 +00:00
John Tsiombikas 25f330e6fa preparing for spacenavd 0.4
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@66 ef983eb1-d774-4af8-acfd-baaf7b16a646
2009-01-30 02:59:39 +00:00
John Tsiombikas 23c52605e3 - removed init script installation from spacenavd's install target, added
message to the user instead.

Applied Hans Meine's patches:
- allow build dir != source dir
- install into /lib64 if /lib64 exists
  (modified that one to use uname -m in the configure script, debian seems to
  have a lib64 even on 32bit systems)
- display X11 connection closing in verbose mode, too (not only init)



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@47 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-08-14 02:10:34 +00:00
John Tsiombikas d406e77ebc partial commit, led disabling should work, can't test right now... can't vouch for cfggui
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@46 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-05-12 06:03:19 +00:00
John Tsiombikas b91b2cdf15 added a configure script
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@30 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 07:25:15 +00:00
John Tsiombikas 6b8ca7ea98 moved spacenavd to trunk
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@27 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 07:00:01 +00:00
John Tsiombikas d8f197d7e0 - advisory file locking in the cfgfile read/write code
- changes in the init script to use the pidfile for killing
- changed the spnavcfg program, added functionality to start/stop the X11
  magellan interface, and to "ping" the server and see if it's running.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@23 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 04:27:12 +00:00
John Tsiombikas 27d0aab0ea forgot to add copyright statements on the new files
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@21 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-07 08:36:05 +00:00
John Tsiombikas 4aff43b6da - added a script to setup init ... scripts.
- now the daemon writes a file on /tmp with its pid.
- added axis inversions as a config option.
- wrote installation and usage instractions in the README file.
- renamed spnavd_x11 to spnavd_ctl and modified it a bit in an effort to
  expand its functionality in the future.
- modified the HUP signal usage to reread config files without
  restarting the daemon. that works fine with the new interactive config tool.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@20 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-07 08:31:27 +00:00
John Tsiombikas dcaac5cd37 - Now taking heed of the DISPLAY variable if it's set.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@19 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-05 03:48:37 +00:00
John Tsiombikas a0fe5c1101 - added alternative device detection process, in case the
/proc/bus/input/devices isn't there, or its parsing fails.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@18 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-05 01:26:39 +00:00
John Tsiombikas f491b6ddb5 - Fixed a bug where spacenavd would open the wrong device file if there are two
"Handler"s in /proc/bus/input/devices for the device.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@17 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-02 01:15:23 +00:00
John Tsiombikas c94780c916 - minor changes and chkconfig compatibility header in the init script.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@16 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-02 00:44:58 +00:00
John Tsiombikas 3dc652084e - merged the LED code from absum's patch, it only works for recent linux kernel
versions though.
- fixed a crashing bug if the daemon can't connect to the X server on startup.
- added a SIGSEGV handler to try and exit gracefully on segfaults.



git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@11 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-01-18 23:21:31 +00:00
John Tsiombikas 85a83c59cf - added a missing continue, that led to crashes on disconnecting clients.
- removed the useless exception fds from the select/handle calls


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@10 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-01-16 15:02:51 +00:00
John Tsiombikas fede71cd94 minor fixes
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@9 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-11-08 00:40:33 +00:00
John Tsiombikas 14f1522aba added init script, plus install/uninstall rules in the makefile
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@8 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-11-08 00:37:14 +00:00
John Tsiombikas 16ac12f3ef - fixed the spnavd_x11 script to make error reporting more extensive, and the
messages more reasonable. (fix contributed by: Doug LaRue).


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@6 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-08-11 16:24:56 +00:00
John Tsiombikas c69abfbdd3 - Added UNIX-socket alternative communication method (not working correctly yet).
- Restructured the daemon code, broken up the huge main loop into two functions.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@5 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-06 07:16:13 +00:00
John Tsiombikas 6ae8785b9c initial import of the daemon
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/spacenavd@1 ef983eb1-d774-4af8-acfd-baaf7b16a646
2007-07-02 22:03:28 +00:00