summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.Bustle.appdata.xml.in
blob: 6e2003fb4bb5d1fa1f3d3807d49d253d1f56dd60 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Philip Withnall <philip@tecnocode.co.uk> -->
<!-- Copyright 2016–2018 Will Thompson <will@willthompson.co.uk> -->
<component type="desktop-application">
  <id>org.freedesktop.Bustle</id>
  <launchable type="desktop-id">org.freedesktop.Bustle.desktop</launchable>
  <content_rating type="oars-1.1" />
  <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+</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://gitlab.freedesktop.org/bustle/bustle#readme</url>
  <update_contact>will_at_willthompson.co.uk</update_contact>
  <translation type="gettext">bustle</translation>
  <provides>
    <id>bustle.desktop</id>
  </provides>
  <releases>
    <release date="2019-03-08" version="0.7.5">
      <description>
        <p>As well as being able to filter out messages involving certain services, you can now also filter messages to only show certain services.</p>
      </description>
    </release>
    <release date="2018-12-07" version="0.7.4">
      <description>
        <p>In the details for an error reply, the error name is now shown, and the error message is formatted more legibly.</p>
        <p>The default file extension for log files is now ‘.pcap’, reflecting what they actually are.</p>
      </description>
    </release>
    <release date="2018-11-15" version="0.7.3">
      <description>
        <p>Bustle now handles the application/vnd.tcpdump.pcap MIME type, which in practice means that your file manager will offer to open pcap files with Bustle.</p>
      </description>
    </release>
    <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>