1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00
Rare/rare
loathingKernel c1a008dce1 MainWindow: Don't connect to the global exit signal
Instead of connecting to the global `exit_app` signal, pass the signals
through their respective widgets. Because signals are queued by
default, this ensures that slots are executed in the order they are
connected. Makes it cleaner to do cleanup procedures where they should
make sense, unlike the global signal, where it has to be inferred by
the widget instantiating order.
2022-10-23 16:08:27 +03:00
..
components MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00
game_launch_helper Fix --skip-update-check option for launch helper 2022-10-01 00:45:22 +02:00
lgndr DownloadThread: Don't mark prerequisites as installed if the user selected not to install them 2022-09-18 20:52:59 +03:00
models Lgndr: Adjust for d8af06c936 2022-09-01 11:49:42 +03:00
resources Add Ukrainian language 2022-10-17 20:00:46 +02:00
shared LaunchDialog: Add a middle-ground solution for concurrent image downloads 2022-09-11 14:51:37 +03:00
ui LaunchDialog: Use ElideLabel for progress information 2022-09-10 22:42:47 +03:00
utils Fix game launch on windows 2022-10-18 23:02:38 +02:00
widgets Initialize logging in RareApp and log both Rare and GameLaunchHelper 2022-09-08 15:33:36 +03:00
__init__.py bump version 2022-09-27 22:22:07 +02:00
__main__.py Fix --skip-update-check option for launch helper 2022-10-01 00:45:22 +02:00
app.py MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00