Wykres commitów

23 Commity (master)

Autor SHA1 Wiadomość Data
John Tsiombikas fd9aa10fb8 Make sure there are no duplicate object files. Closes issue #29 2023-01-08 21:49:12 +02:00
John Tsiombikas e14ef7cb56 Qt5 requires C++11, make it explicit for compilers where it's not the default 2022-11-30 21:37:41 +02:00
John Tsiombikas 3e33b46db8 rename incdir and libdir to incpath and libpath 2022-09-06 15:55:44 +03:00
John Tsiombikas 853efdc1b4 add $(PREFIX)/include and $(PREFIX)/lib to the search paths 2022-09-06 15:54:41 +03:00
John Tsiombikas a4523baec2 changed the window type to QMainWindow, added menubar, and about dialog 2022-03-27 02:57:07 +02:00
John Tsiombikas 8bf1e25e6e implemented keymapping, untested 2022-03-26 23:42:29 +02:00
John Tsiombikas cc9deb96a7 mostly done with the button mapping interface 2022-03-26 14:06:30 +02:00
John Tsiombikas 1082fedfc6 updated for the latest libspnav changes 2022-03-25 00:11:46 +02:00
John Tsiombikas 0c38320f1a Progress on the new Qt GUI 2022-03-20 19:57:22 +02:00
John Tsiombikas a44577892a ok let's try again with Qt 2022-03-19 16:18:25 +02:00
John Tsiombikas 2bce8dcbbb spnavcfg updated to work with the new protocol, everything except saving
the configuration file.
2022-03-01 01:18:47 +02:00
John Tsiombikas a3403e5ea2 started converting GUI to use the new protocol 2022-02-15 20:45:18 +02:00
John Tsiombikas 97673e7f9d Stop installing multiple-sized icons in $PREFIX/share/pixmaps. Which
according to github issue #9, goes against the convention. Install them
under $PREFIX/share/icons/hicolor/WxH/apps/ instead, where we previously
used to install links to the icons under pixmaps.
2020-11-29 23:35:22 +02:00
John Tsiombikas c9aa215c24 configure: pass CFLAGS and LDFLAGS as add_cflags and add_ldflags to the
makefile. Closes github issue #5.
2020-02-01 22:28:58 +02:00
Erich Ritz 2f36257442 Install spnavcfg.desktop 2018-11-02 17:25:26 -07:00
John Tsiombikas 44fa604aad Added DESTDIR to the makefile, see bug #3512087
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@143 ef983eb1-d774-4af8-acfd-baaf7b16a646
2012-05-10 19:38:23 +00:00
John Tsiombikas 8c16425c43 new and improved gui, thanks to Daniel Brandt.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@132 ef983eb1-d774-4af8-acfd-baaf7b16a646
2011-11-26 04:37:41 +00:00
John Tsiombikas 36a15c67b5 - install/uninstall spnavcfg icons.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@129 ef983eb1-d774-4af8-acfd-baaf7b16a646
2011-11-25 05:38:28 +00:00
John Tsiombikas dfad2e2a90 - added a better comment for serial devices in the generated config file
- added -lX11 to LDFLAGS. aparently it's not linked indirectly through gtk on some systems...


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@114 ef983eb1-d774-4af8-acfd-baaf7b16a646
2011-03-07 03:05:37 +00:00
John Tsiombikas 95c0f2a829 - added swap-yz and separate translation/rotation sensitivity
- removed start/stop/check X11 protocol.


git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@97 ef983eb1-d774-4af8-acfd-baaf7b16a646
2010-02-28 02:13:50 +00:00
John Tsiombikas 6e360817d4 - 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/spnavcfg@47 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-08-14 02:10:34 +00:00
John Tsiombikas d14c6e776e Oh well, I guess there is no other way than duplicating the cfgfile files...
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@43 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 08:41:05 +00:00
John Tsiombikas c45e418118 changed the spnavcfg build to configure-Makefile.in
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spnavcfg@37 ef983eb1-d774-4af8-acfd-baaf7b16a646
2008-04-09 07:48:10 +00:00