1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare/components/tabs/settings
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
..
widgets Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
__init__.py A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00
about.py Unify strings formatting (#158) 2022-02-01 22:29:34 +01:00
debug.py Rename debug and RPC files for less verbosity 2021-10-10 20:47:26 +03:00
default_game_settings.py A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00
legendary.py Add load meta settings for 32 bit and macos 2022-03-21 23:00:32 +01:00
rare.py Use QStandardPaths everywhere needed 2022-03-31 21:58:18 +02:00