1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/shared
loathingKernel 99eaf86507
AccountWidget: Add a Quit button in the widget in case the system tray
is unavailable (for example running in a gamescope session)

* Do not show the launch window while instantiating the application. This
probably was causing numerous issues because it was running outside of
the applications event loop. This also fixes the exit button on the login
dialog requiring `sys.exit()` to quit Rare. Now it goes through the
proper cleanup procedures.

* Make slot and signal names more uniform

* Fix a problem with RareCore connecting RareGames to the same signals
multiple times when the library was refreshed.
2023-12-10 14:21:39 +02:00
..
workers Wine,WineResolver: Add more logging 2023-12-10 14:21:37 +02:00
__init__.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00
game_process.py GameProcess: Don't spam with not found processes on startup 2023-12-07 19:39:07 +02:00
image_manager.py Library: Move image loading from RareCore to the GameWidget 2023-11-29 12:50:02 +02:00
rare_core.py AccountWidget: Add a Quit button in the widget in case the system tray 2023-12-10 14:21:39 +02:00