1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare/components
Stelios Tsampas dc2a99c2ee Terminate threads and handle cleanup.
* Set the `WA_DeleteOnClose` attribute for the MainWindow.
* Handle the case where `programdata_path` exists but is empty.
* Emit a signal from `LaunchDialog` instead of using `exit()`.
* Remove `LoginThread` as it was never deleted and caused a `SIGSEGV` on exit.
* Handle termination and deletion of `SteamThread` and `ImageThread`.
* Rename `finished` to `completed`, to not override the inherited `finished` signal.
* Emit a signal from Account widget to do cleanup instead of immediately quitting.
2021-06-24 20:08:22 +03:00
..
dialogs Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
tabs Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
tab_utils.py add button to open epic games store in web browser 2021-04-08 20:00:18 +01:00
tab_widget.py Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
tray_icon.py Update the RareStyle to handle radiobutton, disabled widgets, etc. 2021-06-24 20:08:04 +03:00