-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unneeded game sources now can be disabled
Bug fixes Former-commit-id: 7b8a735
- Loading branch information
Showing
20 changed files
with
211 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ debian/* | |
!debian/rules | ||
|
||
*~ | ||
|
||
.buildconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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), | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 "" | ||
|
||
|
@@ -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 "" | ||
|
||
|
Oops, something went wrong.