Commit graph

6086 commits

Author SHA1 Message Date
SwimmingTiger 399116b3cb update po/README and meson.build that suggestions from #2947 2020-06-18 19:11:32 -07:00
SwimmingTiger 655d751a70 merge two try/except to one in bin/lutris 2020-06-18 19:11:32 -07:00
SwimmingTiger 40348f9fe0 i18n: find locale dir from the optional configuration file generated by meson 2020-06-18 19:11:32 -07:00
SwimmingTiger 00ee415eb8 i18n: remove the zh_CN translation to keep the commit clean 2020-06-18 19:11:32 -07:00
SwimmingTiger 9c2a0324d4 Revert "i18n: automatically generate POTFILES and LINGUAS"
This reverts commit cf147120db.
2020-06-18 19:11:32 -07:00
SwimmingTiger 479f6a51f6 Revert "i18n: update README"
This reverts commit 8d0f28f896.
2020-06-18 19:11:32 -07:00
SwimmingTiger 9f67e6e281 Fix Travis failure by sorting imports (same as #2943)
I accidentally modified this file in my previous submission, sorry.
2020-06-18 19:11:32 -07:00
SwimmingTiger 994cd0b25f i18n: update zh_CN translation "Browser" 2020-06-18 19:11:32 -07:00
SwimmingTiger 59507ec412 i18n: update README 2020-06-18 19:11:32 -07:00
SwimmingTiger 43f872555f remove ununsed import in application.py 2020-06-18 19:11:32 -07:00
SwimmingTiger ac86f99455 i18n: Translate default values correctly; Update zh_CN translation for default values 2020-06-18 19:11:32 -07:00
SwimmingTiger 81d7ac0baf Add complete Simplified Chinese translation 2020-06-18 19:11:32 -07:00
SwimmingTiger ab1614fbb9 i18n: add translatable content (Region) 2020-06-18 19:11:32 -07:00
SwimmingTiger f4c00780e4 i18n: fix missing numbers in plural processing; cancel wrong translatable content 2020-06-18 19:11:32 -07:00
SwimmingTiger 4644e53ad0 i18n: fix the issue that translation cannot be applied on setting dialogs. 2020-06-18 19:11:32 -07:00
SwimmingTiger 74b63ea12b i18n: automatically generate POTFILES and LINGUAS 2020-06-18 19:11:32 -07:00
SwimmingTiger e25d9f0005 Mark most of the translatable content in python code for i18n. 2020-06-18 19:11:32 -07:00
SwimmingTiger 5d0b77cbcd Translatable content in python code can now be translated 2020-06-18 19:11:32 -07:00
SwimmingTiger 4a5ed98d2c po/README.md: fix typo 2020-06-18 19:11:32 -07:00
SwimmingTiger 548cc466ed i18n: make translations of .ui file effective 2020-06-18 19:11:32 -07:00
SwimmingTiger 199e6b067f Load the gettext file in the actual installation prefix instead of the fixed /usr/share/locale 2020-06-18 19:11:32 -07:00
Stephan Lachnit 314bcabedd fix INSTALL.rst
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-06-18 19:08:01 -07:00
Jordan Christiansen 884c01a6af Fix Travis failure by sorting imports 2020-06-18 19:06:04 -07:00
Mathieu Comandon 6dc584f78b Add support for newer versions of gamemode (Closes #2917) 2020-06-13 21:18:06 -07:00
Jordan Christiansen ad50383e5e scummvm: Add custom data dir runner option
By default, the scummvm runner looks up the data directory relative to
the executable. It expects it to be at ../share/scummvm. That works for
a system-installed version of scummvm, where the binary is in /usr/bin
and the data is in /usr/share/scummvm. However, we shouldn't make
assumptions about the directory structure for a custom executable.

This allows setting a custom data directory in addition to the custom
executable.
2020-05-30 11:48:29 -07:00
Mathieu Heurtevin ff30fc25b6 Add a modal property to the about dialog window
Add a modal property to the about dialog window in order to respect the GTK and GNOME guidelines
2020-05-26 19:54:12 -07:00
AlexanderRavenheart 90b340e6a2 Fix commands.wine imports for wine and winesteam 2020-05-26 19:10:31 -07:00
FlyingWombat f4e8899687 User 'lutrisuser' as default for USER
If USER is unset, this error in lutris/util/wine/prefix.py:98:
    `TypeError: expected str, bytes or os.PathLike object, not NoneType`
appears when attempting to install or launch a Wine game.
2020-05-26 19:09:26 -07:00
Torge Matthies 4315ba26f5 Fix copy/paste mistake. 2020-05-21 17:33:09 -07:00
Torge Matthies 0553759d31 Rename the class DE to DesktopEnvironment. 2020-05-21 17:33:09 -07:00
Torge Matthies 70876b777f Convert lutris.util.display.DE to an Enum. 2020-05-21 17:33:09 -07:00
Torge Matthies 33d9d5a04e Improve compositor handling. 2020-05-21 17:33:09 -07:00
Mathieu Comandon 18651ef106 Return True to the update callback (Fixes #2773) 2020-05-17 15:56:39 -07:00
Mathieu Comandon 45eefcd428 Fix unfinshished string concatenations introduced by Black 2020-05-17 12:38:42 -07:00
Mathieu Comandon 3e95a2ed34
Merge pull request #2883 from lutris/dbus-import-error
Handle import errors for Dbus (Closes #2838)
2020-05-17 12:16:08 -07:00
Mathieu Comandon 05f3db8a16
Merge pull request #2766 from AngryUbuntuNerd/manual-button
Feature: Add game manually when installer exists
2020-05-17 11:37:12 -07:00
Mathieu Comandon b75dad862a
Merge branch 'master' into manual-button 2020-05-17 11:36:48 -07:00
Mathieu Comandon e5368b80ce Disable isort on display manager 2020-05-17 11:34:57 -07:00
Mathieu Comandon ffb5007bed Remove isort headers 2020-05-17 11:34:02 -07:00
Alan 4c404b41dc Remove extra trailing slash 2020-05-17 11:30:48 -07:00
Alan fe09ba28f8 ADD: system-wide steam dirs and env 2020-05-17 11:30:48 -07:00
Johannes Bauer a6da0ae4b9 Fix info message of missing runner
When checking the required runner prerequisites, the message that was
intended to show which runner is still missing did not actually show the
runner, but always showed "%s". Fixed by this commit.
2020-05-17 11:30:02 -07:00
Torge Matthies e8c66fade2 Fix compositor only being disabled once per game. 2020-05-17 11:29:39 -07:00
Viorel-Cătălin Răpițeanu 7f5f0af827 Fixed if order to fix flake8 E713 2020-05-17 11:29:15 -07:00
Viorel-Cătălin Răpițeanu af937da076 Renamed the first metaclass argument to fix Pylint - C0204 2020-05-17 11:29:15 -07:00
Viorel-Cătălin Răpițeanu 0c53adfa5d Enforce runner play method verification before runtime 2020-05-17 11:29:15 -07:00
Mathieu Comandon 306ee3015f Handle import errors for Dbus (Closes #2838) 2020-05-17 11:25:29 -07:00
Eric W. Brown da4e4a2907 Fix for bare PICO-8 invocation. 2020-05-16 10:57:08 -07:00
Daniel Llewellyn a0e2b18ce8 Snap progress
Signed-off-by: Daniel Llewellyn <daniel@bowlhat.net>
2020-05-16 09:44:06 -07:00
Mathieu Comandon fef2be2319 Revert to installing pipenv as user 2020-05-08 10:33:17 -07:00