1
0
Fork 0
mirror of synced 2024-10-01 17:57:00 +13:00
Rare/rare/components/tabs/games
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
..
game_info Implement moving game installations (#193) 2022-04-10 21:14:46 +02:00
game_widgets Fix Error, that origin games are not shown 2022-04-26 21:03:43 +02:00
import_sync Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
__init__.py Fix crash for Fortnite extension pack 2022-03-16 17:47:18 +01:00
cloud_save_utils.py Rare: Implement global objects as functions that return a single instance 2022-02-25 20:22:45 +02:00
game_utils.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
head_bar.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00