Commit graph

306 commits

Author SHA1 Message Date
Milan Nikolic 90093ce3b3
Merge pull request #228 from GuillaumeMZ/setuptools-69-fix
Fix import error when using setuptools 69 or newer
2023-12-27 00:01:25 +01:00
GuillaumeMZ 0c0d96fdcd Fix import error when using setuptools 69 or newer
fixes #227
2023-12-26 20:53:03 +01:00
Milan Nikolic e5d72e4681
Merge pull request #226 from ShimmerFairy/lrelease
Improve the search for lrelease in setup.py
2023-10-26 18:00:14 +02:00
Faye 9d73610ec6 Search for lrelease in the system's Qt binary directory.
This change to setup.py first searches for the lrelease binary in the
directory specified by the BinariesPath value retrieved from
QLibraryInfo. If such a file exists, it will be used; otherwise, the
existing PATH-based search is used to try to find lrelease.
2023-10-26 08:45:45 -04:00
Milan Nikolic 7b0d8a4f62
Merge pull request #223 from greisch/master
change ocurrences of ChangeLog to CHANGELOG
2023-09-16 03:04:41 +02:00
Guillermo Reisch 43bc6049c7 change ocurrences of ChangeLog to CHANGELOG
in commit 9b45103995 ChangeLog was renamed
to CHANGELOG ; but not all ocurrences of this file change in the code.
2023-09-15 09:18:29 -03:00
Milan Nikolic 40a17ec4ed
Merge pull request #214 from geajack/issue-213-aspect-ratio
Improve aspect ratio management
2023-03-16 13:45:02 +01:00
Jack 9b0daaa547 Update gitignore 2023-03-12 14:17:22 +00:00
Jack 3ffaa22d0c Size game properly even if user doesn't manually resize window 2023-03-12 14:16:26 +00:00
Jack a6d60b83e6 Resize game to keep aspect ratio, rather than resizing window itself 2023-03-12 14:15:15 +00:00
Milan Nikolic 2c27f94f4d
Merge pull request #206 from Erotemic/dev/better_deps_in_readme
Modify deps in README
2022-07-31 19:07:57 +02:00
Jon Crall 049a7be10e
Update README.rst 2022-07-30 18:14:31 -04:00
joncrall 96bb713b99
Reorganize commands to group python libs versus system libs. Add qttools5 2022-07-29 16:01:03 -04:00
Milan Nikolic f6a06ba901
Merge pull request #203 from caringi/fix_lrelease_issue
Show a useful message if Qt's Linguist lrelease/lrelease-qt5 tools are not found
2022-07-07 12:19:29 +02:00
Augusto Caringi aada9858c5 Show a useful message if Qt's Linguist lrelease/lrelease-qt5 tools are not found
Fixes #202
2022-07-06 19:21:18 -03:00
Milan Nikolic e24679436a
Remove version from requirements 2021-12-22 15:44:05 +01:00
Milan Nikolic ca86c7fcaa
Fix archive 2021-12-22 15:33:24 +01:00
Milan Nikolic 516e89102e
Use integer, issue #191 2021-12-22 14:15:33 +01:00
Milan Nikolic ebc1db7139
Allow other input plugins 2021-12-22 14:09:47 +01:00
Milan Nikolic 745965c62f
Add excepthook 2021-12-22 14:07:01 +01:00
Milan Nikolic ae94cf124c
Use integers for move(), issue #191 2021-12-22 14:05:53 +01:00
Milan Nikolic aef822508d
Merge pull request #187 from asiplas/master
Fixes #173 and #186: search for lrelease-qt5, ambiguous `python` invocation
2021-07-19 10:24:32 +02:00
Andrew Siplas 6f26875eba Change ambiguous python to python3
Fedora's RPM linting warns of ambiguous python shebang in
`/usr/bin/m64py`.

Changed to `#!/usr/bin/python3`.

Fixes #186
2021-07-18 14:09:58 -04:00
Andrew Siplas 658b8467a3 Use lrelease-qt5 if lrelease not present
Fedora names the QT Linquist binary `lrelease-qt5`; added logic to
setup.py to account for this and allow for compilation on Fedora.

Fixes #173
2021-07-18 13:49:43 -04:00
Milan Nikolic 0a08a32481
Merge pull request #169 from Zixiken/master
Fix UI action toggle if initialization after starting a ROM takes longer than 2 seconds
2020-06-02 09:35:29 +02:00
Zixiken 3e104f126f Fix UI action toggle if initialization after starting a ROM takes longer than 2 seconds 2020-06-01 14:09:40 -04:00
Milan Nikolic 97d694bfec
Compile translations 2020-05-06 19:41:38 +02:00
Milan Nikolic 576337bd36
Merge pull request #164 from JakobDev/germanlang
Add German translation
2020-05-06 19:35:59 +02:00
JakobDev 8a90d4f53f
Add German translation 2020-05-06 18:22:06 +02:00
Milan Nikolic eb0f01df91
Merge pull request #163 from JakobDev/setupwarning
Print warning, when not running setup.py build
2020-05-05 19:50:35 +02:00
JakobDev 91a6a99fb7
So suggested changes 2020-05-05 18:03:28 +02:00
JakobDev 88f9a50ffa
Print warning, when not running setup.py build 2020-05-05 15:33:00 +02:00
Milan Nikolic 9681d460d3
Merge pull request #159 from RanAwaySuccessfully/patch-1
Updating the command for modern Ubuntu versions (14.04 - 18.04 LTS)
2020-04-14 16:41:07 +02:00
RanAS 484ba95160
Use python3 (v3.6) instead of python (v2.7) 2020-04-14 10:14:16 -03:00
Milan Nikolic 948c4d5a7b
Workaround D-Bus assert checks #91 2020-04-11 19:51:07 +02:00
Milan Nikolic f3df5c41c0
Merge pull request #156 from gabrieldiasdeabreu/hotfix-No-module-named-PyQt5-QtOpenGL
Fix requirement of pyqt5 to one that works.
2020-04-11 19:36:07 +02:00
gabrieldiasdeabreu e767670092 set requirement pyqt5 version that works 2020-04-11 13:21:52 -03:00
Milan Nikolic 66432564f5
Update MANIFEST.in 2020-04-10 15:36:22 +02:00
Milan Nikolic 4d3e7c76a8
Update ChangeLog 2020-04-10 14:54:46 +02:00
Milan Nikolic aaac977cc0
Update build_dmg 2020-04-10 14:54:19 +02:00
Milan Nikolic 6ad95232eb
Allow to start from bin/ 2020-04-10 14:53:52 +02:00
Milan Nikolic ccea55430b
Check again for library_path 2020-04-10 14:53:19 +02:00
Milan Nikolic d4181b955c
Update build_exe 2020-04-06 17:16:40 +02:00
Milan Nikolic d384a74ba1
Change front image 2020-04-06 17:14:15 +02:00
Milan Nikolic a8a783d112
Fix settings layout 2020-04-06 14:31:13 +02:00
Milan Nikolic d33537c764
Add snapshots 2020-04-06 13:55:07 +02:00
Milan Nikolic 24638200e3
Fix screenshot 2020-04-06 13:19:35 +02:00
Milan Nikolic 8b3e4f033a
Handle case where key is not in keymap 2020-04-05 01:40:52 +02:00
Milan Nikolic fea7d24a70
Use get_parameter_help_safe 2020-04-05 00:23:49 +02:00
Milan Nikolic e2b149cc87
Update .gitignore 2020-04-04 23:12:30 +02:00