1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/utils
loathingKernel ee5adce18b Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI
The indirect return is stored in a `LgndrIndirectStatus` object that provides checking and unpacking features

Lgndr: `LgndrInstallGameArgs.install_tag` default to None
Lgndr: add default `move` method.
Lgndr: monkeypatch `dlm.status_queue` after preparing a download to reduce `InstallQueueItemModel`
InstallOptionsModel: implement `as_install_kwargs` to pass only relevant arguments to `LgndrInstallGameArgs` in InstallDialog
InstallOptionsModel: rename `sdl_list` to `install_tag` as they were the same thing
LegendaryUtils: Update to use `LgndrIndirectStatus`
UninstallDialog: Add option to keep configuration decoupled from keeping game data
GameUtils: Add messagebox to show error messages from legendary after uninstalling a game
InstallDialog: Update to use `LgndrIndirectStatus`
InstallDialog: Update selectable download handling to match legendary's
DownloadThread: Remove multiple instance variables, instead reference them directly from `InstallQueueItemModel` instance
ImportGroup: Replace `info_label` with an `ElideLabel` for displaying long messages
ImportGroup: Don't translate message strings in the `ImportWorker`
GameInfo: Call `repair()` if needed after verification instead of handling it locally
GamesTab: Fix string matching for capitalized strings and scroll to top on when searching
2022-08-02 10:42:38 +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 GamesTab: Create methods for repeated widget removal and deletion code segments 2022-06-22 20:00:00 +03:00
json_formatter.py Rare: pass through Black formatter 2021-12-27 00:37:13 +01:00
legendary_utils.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +03:00
meta.py Fix eos overlay bug not showing installed correct 2022-06-13 21:37:26 +02:00
models.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +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 Fix get_rare_executable func for macOS 2022-06-27 16:53:19 +02:00