1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare
loathingKernel c063f5f5b9
Library: Move image loading from RareCore to the GameWidget
Instead of loading images in the showEvent of the MainWindow,
load them in the showEvent of each widget. It seems to reduce
the startup stuttering this way. With some more work
we can only load the images for the widgets that are currently
visible and reduce the stutter even more.

At the same time, reduce the number of concurrent downloads
in the image manager and add a timeout so we won't halt.
The exception from the timeout is just logged at this point,
and the download is not requeued.
2023-11-29 12:50:02 +02:00
..
components Library: Move image loading from RareCore to the GameWidget 2023-11-29 12:50:02 +02:00
game_launch_helper Housekeeping: Remove some print remnants 2023-11-28 16:38:01 +02:00
lgndr Downloads: Code clarity 2023-11-28 16:38:02 +02:00
models InstallDialog: Expose platforms in RareGame and use it 2023-11-28 16:38:02 +02:00
resources LoadingWidget: Use @MultisampledNight 's animation 2023-11-28 16:48:13 +02:00
shared Library: Move image loading from RareCore to the GameWidget 2023-11-29 12:50:02 +02:00
ui Login: Remove spacer 2023-11-28 16:38:02 +02:00
utils Ubisoft: Update Ubisoft redemption widget to use RareCore 2023-11-28 17:15:45 +02:00
widgets IndicatorEdit: Set contents before connecting signals 2023-11-29 12:47:56 +02:00
__init__.py About: Update page 2023-11-28 15:12:56 +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