1
0
Fork 0
mirror of synced 2024-10-03 19:53:26 +13:00
Rare/rare/ui/components/tabs/games/game_info
Stelios Tsampas 1c296474c5 Add a bunch of accumulated fixes.
Shared: Require an argument to initialize the each singleton, if it is called uninitialized, raise a RuntimeError
InstallDialog: Use QCheckBox label for the information text and remove the layout
LaunchDialog: Minor code clarity improvements
Console: add a Dialog with the process's environment variables
GameUtils: Inherit the system's environment and not a clean one
ImportGroup: Add the ability to automatically import all games in a folder
RareStyle: Use rgb values, remove hex codes and rgba values
IndicatorLineEdit/PathEdit: Infer object names from class name, don't override layout method
Models: Type fields as Optional (`Union[<something>, None]`)
Paths: Use pathlib for everything

Signed-off-by: Stelios Tsampas <loathingkernel@gmail.com>
2022-05-05 13:27:39 +03:00
..
__init__.py Add __init__.py in ui folder for setuptools.find_packages() 2021-05-21 16:48:33 +02:00
game_dlc.py SideTabWidget: Add container widget with a title and a scrollarea as the master widget for each tab 2022-03-18 18:03:14 +02:00
game_dlc.ui SideTabWidget: Add container widget with a title and a scrollarea as the master widget for each tab 2022-03-18 18:03:14 +02:00
game_dlc_widget.py GameDlcWidget: Make the image label adjust to the widget size 2021-12-05 02:34:17 +02:00
game_dlc_widget.ui GameDlcWidget: Make the image label adjust to the widget size 2021-12-05 02:34:17 +02:00
game_info.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
game_info.ui Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
game_settings.py A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00
game_settings.ui A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00