blob: 25b9aa432bf3399ce2cf05464b8c72c2989fd690 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Philip Withnall <philip@tecnocode.co.uk> -->
<application>
<id type="desktop">org.freedesktop.Bustle.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>LGPL-2.1+ and GPL-2.0+ and GPL-3.0</project_license>
<description>
<!-- Translators: These are the application description paragraphs in the AppData file. -->
<_p>Bustle draws sequence diagrams of D-Bus activity.</_p>
<_p>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 isn't performing as well as you
like. It also provides statistics like signal frequencies
and average method call times.</_p>
</description>
<screenshots>
<screenshot type="default">
<!-- Translators: This should be the URI of a 2400×1350, pixel screenshot of Bustle in your language. If you can't 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 can't 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">http://willthompson.co.uk/bustle/</url>
<updatecontact>philip_at_tecnocode.co.uk</updatecontact>
<provides>
<id>bustle.desktop</id>
</provides>
</application>
|