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 75 76 77
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
<id>com.hughski.ColorHug.DisplayAnalysis.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<_name>ColorHug Display Analysis</_name>
<_summary>Sample the display over time to observe PWM, input latency and refresh artifacts</_summary>
<description>
<_p>
The ColorHug display analysis tool can be used to profile display and GPU devices.
It will measure various kinds of latency, e.g. black-to-white and input-lag as
well as reporting color information and colorspace gamut volume.
</_p>
<_p>
Results can be exported as standalone HTML files and shared.
</_p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/hughski/colorhug-client/master/data/appdata/colorhug-refresh1.png</image>
<_caption>Main application window</_caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/hughski/colorhug-client/master/data/appdata/colorhug-refresh2.png</image>
<_caption>Display analysis results</_caption>
</screenshot>
</screenshots>
<url type="bugtracker">https://github.com/hughski/colorhug-client/issues</url>
<releases>
<release version="0.2.8" timestamp="1453206094">
<description>
<p>This stable release adds the following features:</p>
<ul>
<li>Add modalias strings for autoinstallation support</li>
</ul>
</description>
</release>
<release version="0.2.7" timestamp="1429438376">
<description>
<p>This stable release fixes the following bug:</p>
<ul>
<li>Fix a typo to allow exporting results again</li>
</ul>
</description>
</release>
<release version="0.2.6" timestamp="1426014599"/>
<release version="0.2.5" timestamp="1418860800">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Add keywords to the various desktop files</li>
</ul>
</description>
</release>
<release version="0.2.4" timestamp="1417651200">
<description>
<p>This is the first release with experimental Windows support.</p>
<p>This release adds the following features:</p>
<ul>
<li>Add colorhug-refresh for measuring display latency and refresh rates</li>
</ul>
</description>
</release>
</releases>
<kudos>
<kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<provides>
<modalias>usb:v273Fp1002d*</modalias> <!-- CH+ -->
<modalias>usb:v273Fp1004d*</modalias> <!-- CH2 -->
</provides>
<developer_name>Hughski Limited</developer_name>
<update_contact>richard_at_hughsie.com</update_contact>
</component>
|