-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathorg.sigrok.PulseView.appdata.xml
More file actions
49 lines (49 loc) · 1.81 KB
/
org.sigrok.PulseView.appdata.xml
File metadata and controls
49 lines (49 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!-- Creative Commons CC0 1.0 Universal (CC0-1.0, Public Domain Dedication). -->
<component type="desktop">
<id>org.sigrok.PulseView.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>PulseView</name>
<summary>Logic analyzer, oscilloscope and MSO GUI</summary>
<icon type="remote" width="48" height="48">https://github.com/sigrokproject/pulseview/tree/master/icons/pulseview.png</icon>
<description>
<p>PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok supporting various features:</p>
<ul>
<li>Fast O(log N) signal rendering at all zoom levels</li>
<li>Protocol decoder support</li>
<li>Trace groups support</li>
</ul>
</description>
<categories>
<category>Development</category>
</categories>
<url type="homepage">https://sigrok.org/wiki/PulseView</url>
<url type="bugtracker">https://sigrok.org/bugzilla/enter_bug.cgi?format=guided&product=PulseView</url>
<url type="faq">https://sigrok.org/wiki/FAQ</url>
<screenshots>
<screenshot type="default">
<caption>Main screen</caption>
<image>https://sigrok.org/wimg/e/ee/PulseView_I2C_DS1307_Decode.png</image>
</screenshot>
</screenshots>
<provides>
<binary>pulseview</binary>
</provides>
<suggests>
<id>org.sigrok.sigrok-firmware</id>
<id>org.sigrok.sigrok-firmware-fx2lafw</id>
</suggests>
<releases>
<release version="0.4.2-4" date="2024-08-13" urgency="medium">
<description>
<p>Fix warnings</p>
</description>
</release>
</releases>
<launchable type="desktop-id">org.sigrok.PulseView.desktop</launchable>
<mimetypes>
<mimetype>application/vnd.sigrok.session</mimetype>
</mimetypes>
<content_rating type="oars-1.1" />
</component>