Milan Nikolic
7e2d14c702
Update README.rst
2024-10-20 13:45:48 +02:00
Milan Nikolic
88a22dc3d7
Update metadata
2024-10-20 12:37:40 +02:00
Milan Nikolic
caba742784
Add back wrapper
2024-10-19 14:39:56 +02:00
Milan Nikolic
ba6ce6b68c
Rename binaries
2024-10-19 13:27:14 +02:00
Milan Nikolic
6fae3e4e3a
Fix joystick timer
2024-10-19 12:58:15 +02:00
Milan Nikolic
e0e9a1967f
Exclude package data
2024-10-19 09:55:56 +02:00
Milan Nikolic
2264a06ec2
Add metainfo
2024-10-19 08:17:11 +02:00
Milan Nikolic
8b8bf3b498
Update CHANGELOG
2024-10-19 08:16:14 +02:00
Milan Nikolic
5b9dc305e0
Add /app to plugin search dirs
2024-10-19 08:14:25 +02:00
Milan Nikolic
b7fcc10a1c
ActivateWindow on resize
2024-10-19 08:12:59 +02:00
Milan Nikolic
47ddad0f4c
Add pyproject.toml
2024-10-17 19:19:31 +02:00
Milan Nikolic
aaa49ef421
Rename desktop file
2024-10-17 19:15:59 +02:00
Milan Nikolic
c96d16b6d6
ActivateWindow to gain input focus
2024-10-16 14:47:44 +02:00
Milan Nikolic
76ebf56666
Check if user manually paused
2024-10-16 14:26:23 +02:00
Milan Nikolic
dd01405ce6
Add option to pause emulator when focus is lost
2024-10-16 13:55:56 +02:00
Milan Nikolic
8e7ca311f2
Update spec files
2024-10-16 11:32:47 +02:00
Milan Nikolic
6ecfa980b3
Add platform info
2024-10-15 17:20:37 +02:00
Milan Nikolic
af48a94d7c
Fix darwin config dir
2024-10-15 14:49:12 +02:00
Milan Nikolic
974a82a573
Use ini format on all platforms
2024-10-15 14:43:29 +02:00
Milan Nikolic
e9cbbb099f
Update Windows build
2024-10-15 11:25:25 +02:00
Milan Nikolic
e4d2fe5946
Add VKWidget
2024-10-12 15:45:47 +02:00
Milan Nikolic
b4a6f2c3e1
Add plugins fallback and change defaults
2024-10-12 09:07:06 +02:00
Milan Nikolic
bb9b3ee4f9
Add event filter, accept drop events
2024-10-12 00:22:02 +02:00
Milan Nikolic
6e3b052ba1
Remove aspect option, which and titles/snapshots bindings
2024-10-11 19:12:38 +02:00
Milan Nikolic
f235b519e9
Use default format on Wayland
2024-10-11 11:59:26 +02:00
Milan Nikolic
61747b5969
Change url
2024-10-11 11:30:11 +02:00
Milan Nikolic
d8876e2eb1
Add find_executable, vidext checks
2024-10-11 10:39:53 +02:00
Milan Nikolic
ba610283d2
Update images
2024-10-11 01:32:14 +02:00
Milan Nikolic
aea48bf8e5
Migrate to Qt6
2024-10-10 23:33:51 +02:00
Milan Nikolic
2a9bba7adb
Use QOpenGLContext
2024-10-10 12:08:36 +02:00
Milan Nikolic
234b811bd2
Update for v2.6.0
2024-10-09 16:39:46 +02:00
Milan Nikolic
101b504fdd
Use raw strings
2024-10-07 19:58:53 +02:00
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