summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.Bustle.appdata.xml.in
blob: 8fbf7733733a230f728ad13a274a3c4065e6096c (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Philip Withnall <philip@tecnocode.co.uk> -->
<component type="desktop-application">
	<id>org.freedesktop.Bustle.desktop</id>
	<metadata_license>CC-BY-SA-3.0</metadata_license>
	<name>Bustle</name>
	<summary>Draw sequence diagrams of D-Bus activity</summary>
	<description>
		<!-- Translators: These are the application description paragraphs in the AppData file. -->
		<p>Bustle draws sequence diagrams of D-Bus activity.
		    It shows signal emissions, method calls and their
		    corresponding returns, with time stamps for each individual
		    event and the duration of each method call. This can help
		    you check for unwanted D-Bus traffic, and pinpoint why your
		    D-Bus-based application is not performing as well as you
		    like. It also provides statistics like signal frequencies
		    and average method call times.</p>
	</description>
	<project_license>LGPL-2.1+ AND GPL-3.0</project_license>
	<screenshots>
		<screenshot type="default">
			<!-- Translators: This should be the URI of a 2400×1350, pixel screenshot of Bustle in your language. If you cannot take a screenshot, leave the string as the English screenshot. -->
			<image type="source">https://wiki.freedesktop.org/www/Software/Bustle/bustle-0.5.2-1.png</image>
		</screenshot>
		<screenshot>
			<!-- Translators: This should be the URI of a 2400×1350, pixel screenshot of Bustle in your language. If you cannot take a screenshot, leave the string as the English screenshot. -->
			<image type="source">https://wiki.freedesktop.org/www/Software/Bustle/bustle-0.5.2-2.png</image>
		</screenshot>
	</screenshots>
	<url type="homepage">https://www.freedesktop.org/wiki/Software/Bustle/</url>
	<update_contact>will_at_willthompson.co.uk</update_contact>
	<translation type="gettext">bustle</translation>
	<provides>
		<id>bustle.desktop</id>
	</provides>
</component>