1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/resources
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
..
colors Update the RareStyle to handle radiobutton, disabled widgets, etc. 2021-06-24 20:08:04 +03:00
images Update Rare.icns, because it didn't work in .dmg 2021-12-05 20:11:46 +01:00
languages Add Russian + update translations 2022-03-14 17:23:52 +01:00
stylesheets/RareStyle Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
__init__.py Update to new QResource system 2021-12-09 21:59:07 +01:00
resources.py Add a bunch of accumulated fixes. 2022-05-05 13:27:39 +03:00
resources.qrc Remove languages from qresources 2021-12-10 20:05:51 +01:00