1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/lgndr
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 Lgndr: Create argument models for consistent function arguments and cleaner implementation. 2022-08-02 10:42:38 +03:00
api_arguments.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +03:00
api_exception.py Lgndr: Add re-implemented uinstall_game 2022-08-02 10:42:38 +03:00
api_monkeys.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +03:00
cli.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +03:00
core.py Implement LgndrIndirectLogger to return the last logged message from LegendaryAPI 2022-08-02 10:42:38 +03:00
downloading.py Update shim UIUpdate and DLManager to the cleanup changes from the submodule 2022-08-02 10:42:38 +03:00
manager.py Lgndr: Add logger monkey class 2022-08-02 10:42:38 +03:00