1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/utils
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 lowercase snake case 2021-04-07 22:39:23 +02:00
config_helper.py Fix bug with "%" in lineedits 2022-03-14 17:23:52 +01:00
extra_widgets.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
json_formatter.py Rare: pass through Black formatter 2021-12-27 00:37:13 +01:00
legendary_utils.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
meta.py Move appdata paths to utils/paths.py to avoid crashes, if PyQt5 does not exist (deb workflow) 2022-02-17 00:04:53 +01:00
models.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
paths.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
qt_requests.py Rare: pass through Black formatter 2021-12-27 00:37:13 +01:00
rpc.py Fix Discord RPC 2022-03-14 17:23:52 +01:00
singleton.py Unify strings formatting (#158) 2022-02-01 22:29:34 +01:00
steam_grades.py Optimize steam grades 2022-04-04 21:02:01 +02:00
utils.py Do not run test workflow on every commit + fix small desktop link on windows 2022-04-26 21:13:37 +02:00