1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare
loathingKernel 6b0bf9621d
GameDlcWidget: Fix crash when installing or uninstalling a DLC
When the user navigates to a different game info page, the dlc widgets
get deleted. Because the signal was connected to a lambda, the connection
wasn't severed upon deletion and once the DLC would finish downloading,
Rare would crash because the object with the piggyback signal was already
deleted. By using a dedicated slot to emit the signal we ensure that the
connction is severed at Qt object deletion
2023-05-29 03:04:43 +03:00
..
components GameDlcWidget: Fix crash when installing or uninstalling a DLC 2023-05-29 03:04:43 +03:00
game_launch_helper Fix crash on launch helper exit 2023-05-08 18:58:49 +02:00
lgndr LgdnrCore: Add egstore_write and egstore_delete methods 2023-03-15 17:59:33 +02:00
models RareGame: Return app_title as folder name if FolderName is not in customAttributes 2023-05-04 17:45:51 +03:00
resources Update translations 2023-05-28 23:30:01 +02:00
shared RareCore: Handle exception when fetching non-asset games 2023-05-26 19:11:58 +02:00
ui ImportGroup: Add force import option. 2023-05-07 16:33:08 +03:00
utils ImageManager: Check if desktop icons are supported on current plaform 2023-05-14 22:13:12 +02:00
widgets Refactor: Move ImageSize to models 2023-05-03 17:27:35 +03:00
__init__.py Bump version to 1.10.2 2023-05-26 23:32:50 +02:00
__main__.py Main: Trust shebangs. Fixes launching games on NixOS 2023-03-12 15:38:18 +02:00
app.py Rare: Apply UTC timezone info on dates 2023-05-03 17:27:35 +03:00