Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata related patches #82

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions data/me.dusansimic.DynamicWallpaper.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<url type="homepage">https://github.com/dusansimic/dynamic-wallpaper</url>
<url type="bugtracker">https://github.com/dusansimic/dynamic-wallpaper/issues</url>
<url type="vcs-browser">https://github.com/dusansimic/dynamic-wallpaper</url>
<url type="translate">https://github.com/dusansimic/dynamic-wallpaper/tree/main/po</url>
<content_rating type="oars-1.1"/>
<description>
<p>
Expand Down Expand Up @@ -41,7 +44,7 @@
</recommends>
<releases>
<release version="0.1.0" date="2022-10-13">
<description>
<description translate="no">
<p>New stuff:</p>
<ul>
<li>New app design</li>
Expand All @@ -50,7 +53,7 @@
</description>
</release>
<release version="0.0.4" date="2022-09-22">
<description>
<description translate="no">
<p>Bug fixes:</p>
<ul>
<li>Fix quit keyboard shortcut</li>
Expand All @@ -66,7 +69,7 @@
</description>
</release>
<release version="0.0.3" date="2022-06-22">
<description>
<description translate="no">
<p>Window is now draggable from anywhere.</p>
<p>
Current icon is fixed to follow Gnome HIG (the one made by Rokwallaby
Expand All @@ -84,7 +87,7 @@
</description>
</release>
<release version="0.0.2" date="2022-05-04">
<description>
<description translate="no">
<p>New translations and additional information in about dialog.</p>
<p>Translated to:</p>
<ul>
Expand All @@ -97,7 +100,7 @@
</description>
</release>
<release version="0.0.1" date="2022-04-25">
<description>
<description translate="no">
<p>First release 🥳</p>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion data/ui/gdw-file-row.blp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ template GdwFileRow : Adw.ActionRow {
valign: center;
child: Adw.ButtonContent button_location_content {
icon-name: "document-open-symbolic";
label: _('(None)');
label: _("(None)");
};
}
}