Return to site

Xscope 4 4 1

broken image


  1. Xscope 4 4 16
  2. Xscope 4 4 18
  3. Xscope 4

. 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!

Xscope 4 4 18

Xscope 4 4 1

Xscope 4

BranchCommit messageAuthorAge
keithpFix bugs in CompositeGlyphs decodingKeith Packard11 years
masterAdd support for process ID and names on Solarish systemsAlan Coopersmith20 months
TagDownloadAuthorAge
xscope-1.4.1commit d8267b3d67...Alan Coopersmith6 years
xscope-1.4commit 4af727597d...Alan Coopersmith8 years
xscope-1.3.99.901commit 747ecb19f8...Alan Coopersmith8 years
xscope-1.3.1commit b5dd025ef0...Alan Coopersmith9 years
xscope-1.3commit e1c92233d4...Alan Coopersmith10 years
xscope-1.2commit 5f98e638ff...Alan Coopersmith11 years
xscope-1.1commit 635b109d49...Alan Coopersmith12 years
AgeCommit messageAuthorFilesLines
2019-02-17Add support for process ID and names on Solarish systemsAlan Coopersmith2-1/+53
2019-02-17Add support for process ID and namesPeter Wu5-3/+131
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-116/+112
2018-05-05Fix up documentation of NAS command line flagsAlan Coopersmith2-13/+14
2018-05-05Improve help and manpage.Stéphane Aulery2-38/+84
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2014-06-06xscope 1.4.1xscope-1.4.1Alan Coopersmith1-1/+1
[...]
Clone
https://gitlab.freedesktop.org/xorg/app/xscope




broken image