-
Notifications
You must be signed in to change notification settings - Fork 34
Various chores #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Various chores #615
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c2be93e
project: limit Qt versions
loathingKernel f9f8e17
RareLauncher: try to emulate reaper if SteamGameId is in the environment
loathingKernel 4a63d44
GameDetails: Update form
loathingKernel 9ae8d47
StoreDetails: update form
loathingKernel a188975
RareCore: replace global logger with class member
loathingKernel 4cbc6a0
RareException: Use a messagebox with detailed descriptions for the ex…
loathingKernel 1441237
workflows: upload zsync for appimage
loathingKernel 674f592
pyproject: use vdf from https://github.com/solsticegamestudios/vdf
loathingKernel 3dc0467
freeze: exclude libqgtk3.so
loathingKernel 7887137
RareStyle: increase scrollbar width/height
loathingKernel f283a2b
chore: clean-up some code related to the library
loathingKernel a74b5d8
misc: update flatpak requirements
loathingKernel 2f57f35
ImageManager: use rotated tall image if wide image is missing
loathingKernel 309415e
RareAppException: reset excepthook to the default value on delete
loathingKernel 072c4ad
RareGameBase: promote to QObject again and move signals class out of it
loathingKernel 7c94b58
GlobalSignals: promote container to QObject
loathingKernel bfc6663
RareGameSignals: delete signals when cleaning up
loathingKernel 8f10bd9
RareCore: delete RareGames on exit
loathingKernel d9e6466
ImageManager: check for image updates in the same thread as the download
loathingKernel 9b05977
chore: ruff check
loathingKernel 91e040c
RarAppException: properly capture the exception dialog choice
loathingKernel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,9 @@ | ||
| build | ||
| installer | ||
| setuptools-scm | ||
| requests < 3.0 | ||
| QtAwesome | ||
| legendary-gl @ https://github.com/RareDevs/legendary/archive/4074375b789a4c2c87f72307bc9581900e34fa50.zip | ||
| legendary-gl @ git+https://github.com/RareDevs/legendary@4074375b789a4c2c87f72307bc9581900e34fa50 | ||
| orjson | ||
| vdf | ||
| vdf @ git+https://github.com/solsticegamestudios/vdf@be1f7220238022f8b29fe747f0b643f280bfdb6e | ||
| pypresence |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.