Skip to content

Commit

Permalink
Unneeded game sources now can be disabled
Browse files Browse the repository at this point in the history
Bug fixes


Former-commit-id: 7b8a735
  • Loading branch information
tkashkin committed Jul 3, 2018
1 parent d08c9f1 commit 12fb5ed
Show file tree
Hide file tree
Showing 20 changed files with 211 additions and 84 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ debian/*
!debian/rules

*~

.buildconfig
6 changes: 6 additions & 0 deletions data/com.github.tkashkin.gamehub.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
</screenshots>

<releases>
<release version="0.4.0" date="2018-07-03">
<description>
<p>Unneeded game sources now can be disabled</p>
<p>Bug fixes</p>
</description>
</release>
<release version="0.3.1" date="2018-06-22">
<description>
<p>Humble Bundle authentication fix</p>
Expand Down
9 changes: 9 additions & 0 deletions data/com.github.tkashkin.gamehub.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
</schema>

<schema path="/com/github/tkashkin/gamehub/auth/steam/" id="com.github.tkashkin.gamehub.auth.steam" gettext-domain="com.github.tkashkin.gamehub">
<key name="enabled" type="b">
<default>true</default>
</key>
<key name="authenticated" type="b">
<default>false</default>
</key>
Expand All @@ -40,6 +43,9 @@
</schema>

<schema path="/com/github/tkashkin/gamehub/auth/gog/" id="com.github.tkashkin.gamehub.auth.gog" gettext-domain="com.github.tkashkin.gamehub">
<key name="enabled" type="b">
<default>true</default>
</key>
<key name="authenticated" type="b">
<default>false</default>
</key>
Expand All @@ -52,6 +58,9 @@
</schema>

<schema path="/com/github/tkashkin/gamehub/auth/humble/" id="com.github.tkashkin.gamehub.auth.humble" gettext-domain="com.github.tkashkin.gamehub">
<key name="enabled" type="b">
<default>true</default>
</key>
<key name="authenticated" type="b">
<default>false</default>
</key>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.tkashkin.gamehub (0.4.0) xenial; urgency=low

* Unneeded game sources now can be disabled
* Bug fixes

-- tkashkin <[email protected]> Tue, 03 Jul 2018 04:51:10 +0300

com.github.tkashkin.gamehub (0.3.1) xenial; urgency=low

* Humble Bundle authentication fix
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: com.github.tkashkin.gamehub
Section: x11
Priority: extra
Priority: optional
Maintainer: tkashkin <[email protected]>
Build-Depends: meson (>= 0.40),
valac (>= 0.16),
Expand All @@ -13,7 +13,7 @@ Build-Depends: meson (>= 0.40),
libgee-0.8-dev,
libsoup2.4-dev,
libsqlite3-dev
Standards-Version: 3.9.3
Standards-Version: 4.1.4

Package: com.github.tkashkin.gamehub
Architecture: any
Expand Down
8 changes: 4 additions & 4 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ License: WTFPL
License: WTFPL
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

.
Copyright (C) 2004 Sam Hocevar <[email protected]>

.
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
0. You just DO WHAT THE FUCK YOU WANT TO.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.3.1')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.4.0')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
72 changes: 37 additions & 35 deletions po/com.github.tkashkin.gamehub.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.gamehub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-17 04:53+0300\n"
"POT-Creation-Date: 2018-07-03 04:35+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -26,72 +26,66 @@ msgstr ""

#: data/com.github.tkashkin.gamehub.appdata.xml.in:9
#: data/com.github.tkashkin.gamehub.desktop.in:5
#: src/ui/views/WelcomeView.vala:32
#: src/ui/views/WelcomeView.vala:38
msgid "All your games in one place"
msgstr ""

#: data/com.github.tkashkin.gamehub.appdata.xml.in:12
msgid "Manage your Steam and GOG games in one place."
msgstr ""

#: data/com.github.tkashkin.gamehub.appdata.xml.in:15
msgid "Anatoliy Kashkin"
msgstr ""

#: data/com.github.tkashkin.gamehub.desktop.in:7
msgid "Game;Hub;Steam;GOG;"
msgstr ""

#: data/com.github.tkashkin.gamehub.desktop.in:10
msgid "com.github.tkashkin.gamehub"
#: src/data/sources/steam/Steam.vala:17
msgid "Your SteamID will be read from Steam configuration file"
msgstr ""

#: src/data/sources/steam/Steam.vala:13
msgid "Your SteamID will be read from Steam configuration file"
#: src/data/sources/steam/Steam.vala:20
msgid ""
"Steam config file not found.\n"
"Login into your account in Steam client and return to GameHub"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:163
#: src/data/sources/humble/HumbleGame.vala:166
msgid "Select main executable of the game"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:164
#: src/data/sources/humble/HumbleGame.vala:167
#: src/ui/dialogs/GameInstallDialog.vala:75
msgid "Cancel"
msgstr ""

#: src/data/sources/humble/HumbleGame.vala:164
#: src/data/sources/humble/HumbleGame.vala:167
msgid "Select"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:27
#: src/ui/dialogs/SettingsDialog.vala:30
msgid "Use dark theme"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:31
#: src/ui/dialogs/SettingsDialog.vala:34
msgid "Steam API keys have limited number of uses per day"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:31
#: src/ui/dialogs/SettingsDialog.vala:34
msgid "Generate key"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:32
#: src/ui/dialogs/SettingsDialog.vala:35
msgid "Steam API key"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:33
#: src/ui/dialogs/SettingsDialog.vala:36
msgid "Steam installation directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:37
#: src/ui/dialogs/SettingsDialog.vala:40
msgid "GOG games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:41
#: src/ui/dialogs/SettingsDialog.vala:44
msgid "Humble Bundle games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:54
#: src/ui/dialogs/SettingsDialog.vala:57
msgid "Close"
msgstr ""

Expand All @@ -103,37 +97,45 @@ msgstr ""
msgid "Install"
msgstr ""

#: src/ui/views/WelcomeView.vala:32
msgid "Let's get started"
#: src/ui/views/WelcomeView.vala:33
msgid "No enabled game sources"
msgstr ""

#: src/ui/views/WelcomeView.vala:42
msgid "Skip"
#: src/ui/views/WelcomeView.vala:33
msgid "Enable some game sources in settings"
msgstr ""

#: src/ui/views/WelcomeView.vala:49
#: src/ui/views/WelcomeView.vala:34 src/ui/views/WelcomeView.vala:59
#: src/ui/views/GamesGridView/GamesGridView.vala:92
msgid "Settings"
msgstr ""

#: src/ui/views/WelcomeView.vala:101
#: src/ui/views/WelcomeView.vala:38
msgid "Let's get started"
msgstr ""

#: src/ui/views/WelcomeView.vala:52
msgid "Skip"
msgstr ""

#: src/ui/views/WelcomeView.vala:121
msgid "Ready"
msgstr ""

#: src/ui/views/WelcomeView.vala:107
#: src/ui/views/WelcomeView.vala:127
msgid "Authentication required"
msgstr ""

#: src/ui/views/WelcomeView.vala:112
#: src/ui/views/WelcomeView.vala:132
msgid "Authenticating..."
msgstr ""

#: src/ui/views/WelcomeView.vala:123
#: src/ui/views/WelcomeView.vala:143
#, c-format
msgid "Install %s"
msgstr ""

#: src/ui/views/WelcomeView.vala:124
#: src/ui/views/WelcomeView.vala:144
msgid "Return to GameHub after installing"
msgstr ""

Expand Down
Loading

0 comments on commit 12fb5ed

Please sign in to comment.