Skip to content

Commit

Permalink
Simplified ImportEmulatedGamesDialog (#103)
Browse files Browse the repository at this point in the history
Images and icon patterns for custom emulators
Added button to download all missing images for games
Added data providers page to settings
  • Loading branch information
tkashkin committed Jun 13, 2019
1 parent b100729 commit e4486e7
Show file tree
Hide file tree
Showing 38 changed files with 3,002 additions and 1,470 deletions.
61 changes: 60 additions & 1 deletion data/com.github.tkashkin.gamehub.changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,63 @@
<release type="development" version="0.14.0.master" date="2019-06-07" timestamp="1559926982" />
<release type="development" version="0.14.0.dev.local.b100729" date="2019-06-12" timestamp="1560353729" />
<release type="development" version="0.14.0.8.dev" date="2019-06-12" timestamp="1560353729">
<description>
<ul>
<li>Translated using Weblate (Norwegian Bokmål) [b100729]</li>
<li>Translated using Weblate (Norwegian Bokmål) [a535e9d]</li>
<li>Translated using Weblate (Norwegian Bokmål) [bfa122c]</li>
</ul>
</description>
</release>
<release type="development" version="0.14.0.6.dev" date="2019-06-12" timestamp="1560297126">
<description>
<ul>
<li>Add game images providers [66e085e]</li>
</ul>
</description>
</release>
<release type="development" version="0.14.0.5.dev" date="2019-06-10" timestamp="1560184838">
<description>
<ul>
<li>`ImportEmulatedGamesDialog` tweaks (#103) [843d4d2]</li>
</ul>
</description>
</release>
<release type="development" version="0.14.0.4.dev" date="2019-06-10" timestamp="1560176270">
<description>
<ul>
<li>Translated using Weblate (Dutch) [52186ff]</li>
</ul>
</description>
</release>
<release type="development" version="0.14.0.3.dev" date="2019-06-09" timestamp="1560067849">
<description>
<ul>
<li>Add emulated games scanning (#103) [f5b3ad0]</li>
<li>Translated using Weblate (German) [9e366e0]</li>
</ul>
</description>
</release>
<release type="stable" version="0.14.0.2.master" date="2019-06-08" timestamp="1559954564">
<description>
<ul>
<li>Fix Utils.get_language_name [96029f0]</li>
</ul>
</description>
</release>
<release type="stable" version="0.14.0.1.master" date="2019-06-08" timestamp="1559951882">
<description>
<ul>
<li>Release 0.14.0 [6343d16]</li>
<li>[ci skip] Update AppStream data [72d1b55]</li>
<li>[ci skip] Bump version to 0.14.0 Update README.md Update screenshots [ff8ed17]</li>
<li>Merge branch 'master' of github.com:tkashkin/GameHub [1f713f3]</li>
<li>[ci skip] Merge pull request #172 from friday/issue-templates [fab595b]</li>
<li>Create git issue templates [600652a]</li>
<li>[ci skip] Update README.md [a242568]</li>
<li>Merge `dev` into `master` [cd4ff2c]</li>
</ul>
</description>
</release>
<release type="development" version="0.13.1.115.dev" date="2019-06-07" timestamp="1559926982">
<description>
<ul>
Expand Down
15 changes: 15 additions & 0 deletions data/com.github.tkashkin.gamehub.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,19 @@
<default>[]</default>
</key>
</schema>

<schema path="/com/github/tkashkin/gamehub/providers/images/" id="com.github.tkashkin.gamehub.providers.images" gettext-domain="com.github.tkashkin.gamehub">
<key name="disabled" type="as">
<default>[]</default>
</key>
</schema>

<schema path="/com/github/tkashkin/gamehub/providers/data/igdb/" id="com.github.tkashkin.gamehub.providers.data.igdb" gettext-domain="com.github.tkashkin.gamehub">
<key name="enabled" type="b">
<default>true</default>
</key>
<key name="api-key" type="s">
<default>'e0a54818580e4085b596c5aa613b1c53'</default>
</key>
</schema>
</schemalist>
5 changes: 5 additions & 0 deletions data/css/themes/elementary.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ infobar.frame.compat-tool-warning
{
margin: -1px -3px -1px -7px;
}

infobar.frame.settings-info
{
margin: -1px -3px -1px -3px;
}
Loading

0 comments on commit e4486e7

Please sign in to comment.