bustle-0.7.2: data/org.freedesktop.Bustle.appdata.xml.in
<?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 width="1548" height="848" type="default">
<image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-diagram.png</image>
<caption>Explore sequence diagrams of D-Bus activity</caption>
</screenshot>
<screenshot width="1548" height="848">
<image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-statistics.png</image>
<caption>See statistics summarizing the log</caption>
</screenshot>
<screenshot width="1548" height="848">
<image>https://gitlab.freedesktop.org/bustle/bustle/raw/master/data/appdata/bustle-welcome.png</image>
<caption>Relax with this soothing greyscale welcome page</caption>
</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>
<releases>
<release date="2018-07-24" version="0.7.2">
<description>
<p>You can now explore messages while they're being recorded. (Filtering, statistics and exporting are still only available once you stop recording.)</p>
<p>The raw sender and destination for each message is now shown in the details pane.</p>
<p>Bytestrings with embedded NULs which are otherwise ASCII are now shown as ASCII strings.</p>
</description>
</release>
<release date="2018-06-15" version="0.7.1">
<description>
<p>It's now possible to monitor the system bus (from the user interface and with the bustle-pcap command-line tool), with no need to reconfigure the system bus. It's also possible to monitor an arbitrary bus by address.</p>
<p>Bustle now requires that dbus-monitor (≥ 1.9.10) and pkexec are installed on your system.</p>
</description>
</release>
</releases>
</component>