1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/components
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
..
dialogs Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
extra Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
tabs Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py Add a check if qt found current screen. Fallback to primary screen 2022-05-03 23:08:22 +02:00
tray_icon.py Remove tray icon quick launch item, when game was uninstalled 2022-04-26 20:50:40 +02:00