Google Code Exporter
Google Code Exporter
``` I can reproduce on Iphone 5s on Safari as well as Ipad 3 with Safari, the rotation event happens about 80% of the time when lifting fingers after a...
``` Thanks, Adam! I guess the unexpected rotation is trigered when one finger has leaved the touch device while the other still stays on it sliding. This has been fixed...
``` There's not an existing method for that. I'm afraid you have to rewrite the event handling routines to implement your own navigation control. ``` Original comment by `[email protected]` on...
``` Have you tried rotating the object for X, Y and Z axes separately? ``` Original comment by `[email protected]` on 25 Feb 2015 at 10:38
``` This might be a bug in checkinstall as it seems to include your /var/cache/apt/pkgcache.bin file. A .deb for odvr really should be only about 100 KiB or so. ```...
``` Here's another one, using DebianPackageMaker (I really need to learn real packaging). The only bug is that you need to manually reload udev (I'll figure out how to do...
``` Ok, we're much closer now. The binary should be placed in /usr/bin instead of /usr/local/bin, and there should be dependencies on libusb and libsndfile. I'm a little unsure of...
``` Really? The makefile told me to put it into /usr/local/bin: install: odvr install -o root -g root -m 755 odvr /usr/local/bin Here's the next version with dependencies (libsndfile1 and...
``` Normally the default prefix of freshly compiled source is /usr/local instead of /usr. That makefile needs a work-over anyway :P. Anyway, that deb looks good enough for now. I'll...
``` Definitely agree. I really need to try and learn some .deb skills... ``` Original comment by `[email protected]` on 16 Jan 2008 at 7:52