1
0
Fork 0
mirror of synced 2024-10-01 09:47:29 +13:00
Rare/rare/shared
loathingKernel 2ef70b8eb4 InstallQueueItemModel: Refactor to add an expiration date to the download
While not sure if it is required, add an expiration date to the prepared
download 30 minutes after it was prepared. If a download has been in the
queue for more than 30 minutes, the download will be prepared again silently
before starting.

Return only the `InstallOptionsModel` in the result of the download thread
to avoid the potential mistake of re-using it. This required for the tray
notification signal to operate on the `app_name` instead of the `app_title`.
As a result, the notification slot was moved into the TrayIcon class for
better encapsulation.
2023-02-04 17:38:07 +02:00
..
workers InstallQueueItemModel: Refactor to add an expiration date to the download 2023-02-04 17:38:07 +02:00
__init__.py Introduce a very basic RareCore to handle signletons and their cleanup. 2022-09-04 20:39:03 +03:00
cloud_save_utils.py CloudSaveUtils: Transition to RareGame 2023-02-04 17:38:06 +02:00
game_process.py GameLaunchHelper: Enumerate valid actions and states from 1 instead of 0 2023-02-04 17:38:07 +02:00
game_utils.py UninstallDialog: Implement it to work similarly to InstallDialog 2023-02-04 17:38:07 +02:00
image_manager.py LaunchDialog: Add a middle-ground solution for concurrent image downloads 2022-09-11 14:51:37 +03:00
rare_core.py RareGame: Add enqueue and dequeue signals 2023-02-04 17:38:07 +02:00