1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/rare/utils
loathingKernel 6c0663771c GameInfo: Make widgets react to changes from RareGame's widget.update signal
Note: the `__update_widget()` method, while it doesn't have any visible delay
has the potential for improvement. I didn't do it because it felt like
premature optimization.

MoveGamePopUp: update it to use RareGame and it's signals

RareGame: Add `install_path` attribute and change `needs_verification` setter
Now both setters will update the local `igame` attribute and save it too.

MoveWorker: Update it to use RareGame.
Other changes include moving "same-drive" moving into the worker and using
`os.path` methods instead of `PathLib`

SteamGrades: Remove worker, it is implemented in RareGame now.
2023-02-15 16:59:33 +02:00
..
__init__.py
config_helper.py
extra_widgets.py GameInfo: Fix list to boolean conversion 2023-02-04 17:38:07 +02:00
json_formatter.py
misc.py GameWidget: Implement reactive and interactive labels 2023-02-07 13:41:59 +02:00
paths.py Paths: Use common dictionary for suffixes 2023-02-08 16:47:46 +02:00
qt_requests.py
rpc.py
singleton.py
steam_grades.py GameInfo: Make widgets react to changes from RareGame's widget.update signal 2023-02-15 16:59:33 +02:00