1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00
Rare/rare
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
..
components Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00
languages Upload german translation file 2021-05-21 15:47:52 +02:00
resources Adjust QFrame border-radius. Use html codes for all colors. 2021-06-24 20:08:22 +03:00
styles/qss Update the RareStyle to handle radiobutton, disabled widgets, etc. 2021-06-24 20:08:04 +03:00
ui Handle install and uninstall colors in qss. Make tab_bar more consistent 2021-06-24 20:08:22 +03:00
utils Update the RareStyle to handle radiobutton, disabled widgets, etc. 2021-06-24 20:08:04 +03:00
__init__.py Update the RareStyle to handle radiobutton, disabled widgets, etc. 2021-06-24 20:08:04 +03:00
__main__.py Add two options to create desktop and startmenu link 2021-05-22 17:49:01 +02:00
app.py Terminate threads and handle cleanup. 2021-06-24 20:08:22 +03:00