1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/components/tabs/settings/widgets
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 Rename settings_widgets + fix pylint error 2022-03-14 17:23:54 +01:00
dxvk.py Rename settings_widgets + fix pylint error 2022-03-14 17:23:54 +01:00
env_vars.py Remove py files for the settings widgets from the old location 2022-03-30 01:51:23 +03:00
eos.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
linux.py Fix Wine Resolver, mangohud, pre launch, 2022-03-21 23:01:55 +01:00
mangohud.py Rename settings_widgets + fix pylint error 2022-03-14 17:23:54 +01:00
overlay_settings.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
pre_launch.py Replace IndicatorEdit with PathEdit for pre-launch 2022-03-22 21:55:49 +01:00
proton.py A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00
rpc.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
ubisoft_activation.py Align a bunch of stuff 2022-03-18 19:12:19 +02:00
wrapper.py Fix proton settings and bug in pre-launch 2022-03-22 21:48:20 +01:00