From de060a86f27bea5d459d4d2d1fc097815cefcd8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20Br=C3=BCns?= Date: Sun, 28 May 2017 21:31:00 +0200 Subject: [PATCH] Fix #859: Add Appdata definition for PulseView MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To be visible in KDE's Discover and GNOME Software, an appdata definition is required. Signed-off-by: Stefan Brüns --- contrib/org.sigrok.PulseView.appdata.xml | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 contrib/org.sigrok.PulseView.appdata.xml diff --git a/contrib/org.sigrok.PulseView.appdata.xml b/contrib/org.sigrok.PulseView.appdata.xml new file mode 100644 index 00000000..d2a592e0 --- /dev/null +++ b/contrib/org.sigrok.PulseView.appdata.xml @@ -0,0 +1,29 @@ + + + org.sigrok.PulseView.desktop + CC0-1.0 + GPL-3.0+ + PulseView + Logic analyzer, oscilloscope and MSO GUI + +

PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok.

+

Features:

+
    +
  • Fast O(log N) signal rendering at all zoom levels
  • +
  • Protocol decoder support
  • +
  • Trace groups support
  • +
+
+ http://sigrok.org/wiki/PulseView + http://sigrok.org/bugzilla/enter_bug.cgi?format=guided&product=PulseView + http://sigrok.org/wiki/FAQ + + + http://sigrok.org/wimg/e/ee/PulseView_I2C_DS1307_Decode.png + + + sigrok + + pulseview + +
-- 2.30.2