This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
br.com.jeanhertel.adriconf.appdata.xml
150 lines (150 loc) · 7.84 KB
/
br.com.jeanhertel.adriconf.appdata.xml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Veluri Mithun <[email protected]> -->
<component type="desktop-application">
<id>br.com.jeanhertel.adriconf</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0+ AND GPL-3.0+</project_license>
<name>adriconf</name>
<summary>Advanced DRI configurator</summary>
<description>
<p>adriconf (Advanced DRI CONFigurator) is a GUI tool used to configure open source graphics drivers. It works by setting options and writing them to the standard drirc file used by the Mesa drivers.</p>
<p>A GUI Tool used to configure OpenGL drivers. You can use it to optimize game settings or even workaround issues with them.</p>
</description>
<description xml:lang="pt_BR">
<p>adriconf (Advanced DRI CONFigurator) é uma ferramenta visual utilizada para configurar os drivers gráficos open source. Ele funciona definindo e escrevendo opções para o arquivo padrão drirc utilizado pelos drivers Mesa.</p>
<p>Uma ferramenta visual utilizada para configurar drivers OpenGL. Você pode utilizá-lo para otimizar as configurações de jogos ou até mesmo corrigir problemas conhecidos.</p>
</description>
<launchable type="desktop-id">br.com.jeanhertel.adriconf.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Performance Window</caption>
<image type="source">https://github.com/jlHertel/adriconf/blob/master/flatpak/br.com.jeanhertel.adriconf.screenshot-0.png?raw=true</image>
</screenshot>
<screenshot>
<caption>Debugging Window</caption>
<image type="source">https://github.com/jlHertel/adriconf/blob/master/flatpak/br.com.jeanhertel.adriconf.screenshot-1.png?raw=true</image>
</screenshot>
</screenshots>
<releases>
<release version="1.6.1" date="2020-01-27" urgency="low">
<description>
<p>This is a bug-fix release to address small issues with the latest release.</p>
<ul>
<li>Make EGL mandatory for building. @jlHertel</li>
<li>Update translation files with latest text. @jlHertel</li>
<li>Fix incorrect flag usage during GBM device creation. @jlHertel</li>
<li>Always build Wayland support. @jlHertel</li>
</ul>
</description>
</release>
<release version="1.6" date="2020-01-19" urgency="low">
<description>
<p>This release has some bug-fixes but mostly is a rework in the code structure to better handle future changes</p>
<ul>
<li>Make sure we don't crash in case the new system-wide xml path is not available. @jlHertel</li>
<li>Generate version in about dialog at compile time. @jlHertel</li>
<li>Create EGL displays using GBM during gpu listing to avoid kernel driver names. @jlHertel</li>
<li>Rework code for easy unit testing. @jlHertel</li>
<li>Lower minimum desktop specification version for increased compatibility. @akien-mga</li>
<li>Improve documentation around releasing new versions. @jlHertel</li>
</ul>
</description>
</release>
<release version="1.5.1" date="2019-09-08" urgency="low">
<description>
<p>This release is just a small bug-fix to disable building unit tests on flatpak builds.</p>
</description>
</release>
<release version="1.5" date="2019-09-08" urgency="low">
<description>
<p>This release is mostly bug-fixes and improvements to the general stability of the program. The source code has also been re-organized to make maintenance easier.</p>
<ul>
<li>Improve error handling for missing configurations and extensions. @jlHertel</li>
<li>Restructure project to make it easier to maintain. @jlHertel</li>
<li>Add support to read new MESA system-wide configuration path. @jlHertel</li>
<li>Add initial Latvian translation. @Linards</li>
<li>Add simplified Chinese translation. @wsxy162</li>
<li>Improve unit tests. @jlHertel</li>
<li>Add new debug option. @jlHertel</li>
</ul>
</description>
</release>
<release version="1.4" date="2019-01-26" urgency="low">
<description>
<p>This release finally brings the Wayland support along with some other fixes.</p>
<ul>
<li>Fix for AppStream validation @har9862</li>
<li>Remove DEBIAN build instructions and any debian packaging related artifact as we now provide a flatpak package @jlHertel</li>
<li>Remove glXQueryRendererIntegerMESA usage @velurimithun</li>
<li>Update the translation files @velurimithun</li>
<li>Allow to build with LibXML++ 3.0 @City-busz</li>
<li>Add XWayland support to adriconf @velurimithun</li>
<li>Don't bind the textdomain, so that we can properly get translations inside flatpak @jlHertel</li>
<li>Add a AUTHORS and CONTRIBUTING file @jlHertel</li>
</ul>
</description>
</release>
<release version="1.3" date="2018-09-15" urgency="low">
<description>
<p>This is mostly a bug-fixing release.</p>
<ul>
<li>Make changes to packaging files @velurimithun</li>
<li>Add pt_BR translation to flatpak data. Fixes #40</li>
<li>Fixes incorrect image urls on flatpak metadata</li>
<li>Fix uncaught exception when no user defined config file exists</li>
</ul>
</description>
</release>
<release version="1.2" date="2018-09-06" urgency="low">
<description>
<p>This release has the following improvements.</p>
<ul>
<li>Improve README and use the oficial GPL notice by @Calinou</li>
<li>Fix minor issues with the debian package build</li>
<li>Add an icon and desktop entry file by @velurimithun</li>
<li>Add initial Flatpak support by @velurimithun</li>
</ul>
</description>
</release>
<release version="1.1" date="2018-08-05">
<description>
<ul>
<li>Add shorcuts for the common action in the menu (save, quit, new app, etc..)</li>
<li>Properly link against GLVND-enabled systems</li>
<li>Make GTKmm mandatory</li>
<li>Make Boost.locale mandatory</li>
<li>Explicitly declare dependencies of glib-compile-resources</li>
<li>Add various test cases</li>
<li>Properly handle closed-source drivers</li>
</ul>
</description>
</release>
<release version="1.0" date="2018-04-10">
<description>
<p>This is the first stable release.</p>
</description>
</release>
<release version="0.1-beta.1" date="2018-03-21">
<description>
<p>First oficial release of the software.</p>
<ul>
<li>This is still an alpha version and crashes are expected!</li>
</ul>
</description>
</release>
<release version="0.1-alpha" date="2018-04-04">
<description>
<ul>
<li>Don't build units tests by default</li>
<li>Fix installation of translations</li>
<li>Added more unit tests</li>
<li>Some cleanups to CMakeLists.txt to make it more readable</li>
</ul>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
<url type="homepage">https://github.com/jlHertel/adriconf</url>
<update_contact>[email protected]</update_contact>
<developer_name>Jean Hertel</developer_name>
</component>