. The USB driver linked from the gabotronics site (v2.0.1.162) wouldn't install under Win 8.1. I had to go to zadig.akeo.ie to get the vista-and-later driver (v2.1.2), then run the installer twice - once to install the WCID driver, then again to install the 'driver'. Until both were done, it. Created specifically for designers & developers, xScope is a powerful set of tools that are ideal for measuring, inspecting & testing on-screen graphics and layouts.
Xscope 4 4 16
I got Xscopes working on my Macs. A standalone app is here: http://s3.sdfeu.org/xscope.app.zip . It's working for me on Mavericks and Mountain Lion; I did by best to include all the necessary libraries into the app, but I may have missed something, so let me know if the app doesn't work.
If anyone wants to compile it themselves, here's what I did:
1) get homebrew http://brew.sh/ and Apple's developer tools (homebrew should give you instructions if you don't have them)
2) install qt and libusb: brew install qt libusb
3) get xscopes' sources: git clone https://github.com/ganzziani/xscopes-qt.git
4) change into the cloned dir: cd xscopes-qt
5) fix linking info: edit 'XprotolabInterface.pro', find the line which looks like 'unix:!macx:!symbian: LIBS += -lusb-1.0' (near the end) and delete ':!macx', so that it looks like 'unix:!symbian: LIBS += -lusb-1.0'
6) compile: qmake && make
7) now you should have a newly created 'xscope.app' in your directory. Note that it links to brew's qt and libusb, so it will only work on your computer. To make it really 'standalone', there's more fiddling required to get the libraries into the app itself.
Cheers!
If anyone wants to compile it themselves, here's what I did:
1) get homebrew http://brew.sh/ and Apple's developer tools (homebrew should give you instructions if you don't have them)
2) install qt and libusb: brew install qt libusb
3) get xscopes' sources: git clone https://github.com/ganzziani/xscopes-qt.git
4) change into the cloned dir: cd xscopes-qt
5) fix linking info: edit 'XprotolabInterface.pro', find the line which looks like 'unix:!macx:!symbian: LIBS += -lusb-1.0' (near the end) and delete ':!macx', so that it looks like 'unix:!symbian: LIBS += -lusb-1.0'
6) compile: qmake && make
7) now you should have a newly created 'xscope.app' in your directory. Note that it links to brew's qt and libusb, so it will only work on your computer. To make it really 'standalone', there's more fiddling required to get the libraries into the app itself.
Cheers!
Xscope 4 4 18
Xscope 4
Branch | Commit message | Author | Age | |
---|---|---|---|---|
keithp | Fix bugs in CompositeGlyphs decoding | Keith Packard | 11 years | |
master | Add support for process ID and names on Solarish systems | Alan Coopersmith | 20 months | |
Tag | Download | Author | Age | |
xscope-1.4.1 | commit d8267b3d67... | Alan Coopersmith | 6 years | |
xscope-1.4 | commit 4af727597d... | Alan Coopersmith | 8 years | |
xscope-1.3.99.901 | commit 747ecb19f8... | Alan Coopersmith | 8 years | |
xscope-1.3.1 | commit b5dd025ef0... | Alan Coopersmith | 9 years | |
xscope-1.3 | commit e1c92233d4... | Alan Coopersmith | 10 years | |
xscope-1.2 | commit 5f98e638ff... | Alan Coopersmith | 11 years | |
xscope-1.1 | commit 635b109d49... | Alan Coopersmith | 12 years | |
Age | Commit message | Author | Files | Lines |
2019-02-17 | Add support for process ID and names on Solarish systems | Alan Coopersmith | 2 | -1/+53 |
2019-02-17 | Add support for process ID and names | Peter Wu | 5 | -3/+131 |
2018-11-21 | Update configure.ac bug URL for gitlab migration | Alan Coopersmith | 1 | -1/+1 |
2018-11-16 | Update README for gitlab migration | Alan Coopersmith | 3 | -116/+112 |
2018-05-05 | Fix up documentation of NAS command line flags | Alan Coopersmith | 2 | -13/+14 |
2018-05-05 | Improve help and manpage. | Stéphane Aulery | 2 | -38/+84 |
2017-01-26 | autogen: add default patch prefix | Mihail Konev | 1 | -0/+3 |
2017-01-26 | autogen.sh: use quoted string variables | Emil Velikov | 1 | -4/+4 |
2017-01-26 | autogen.sh: use exec instead of waiting for configure to finish | Peter Hutterer | 1 | -1/+1 |
2014-06-06 | xscope 1.4.1xscope-1.4.1 | Alan Coopersmith | 1 | -1/+1 |
[...] | ||||
Clone | ||||
https://gitlab.freedesktop.org/xorg/app/xscope |