Infernio

Results 66 issues of Infernio

While we're reworking menus (#643), let's clean these up too. I honestly kind of forgot they exist, since I pretty much only use the global menu nowadays. And while we're...

C-enhancement
A-gui
A-usability
M-relnotes

Let's start this to keep track of the eventual upgrade. Blockers: - [ ] 3.11 needs to be released, duh. - [ ] Our dependencies need to upgrade and release...

C-goal
A-python

Needs `int`s instead of `float`s in these two places. Didn't notice any others, but there may be more. Fixes #2226

Moved here from https://github.com/PyCQA/pylint/issues/7290#issuecomment-1274885773. ### Steps to reproduce ```python from dataclasses import dataclass, field @dataclass class ClassA: kw_field: str = field(kw_only=True) @dataclass class ClassB(ClassA): normal_field: int print(ClassB(42, kw_field='Hello World')) ```...

Bug 🪳

*Literally only opening this right now because I want to snag #666 :P* We should have an 'About' popup that informs users of: - Who made this program - WB's...

C-enhancement
M-good-first-issue
A-usability

[This SKSE plugin](https://www.nexusmods.com/skyrimspecialedition/mods/106712) adds support for ESLs to Skyrim VR. Ideally we would detect its presence and only then enable ESLs, but I'm not sure how feasible that is, refactoring-wise....

C-enhancement
G-skyrimvr
A-load-order

- [x] Our translation files being `.txt` throws many gettext editors off (e.g. poedit). This seems to be a relic from the Wrye Mash days, when the translation format was...

C-enhancement
A-l10n
M-relnotes

We need to rethink app launchers. Shortcuts make no sense on non-Windows systems, plus they keep confusing users - remember how many people have trouble getting a shortcut for xEdit...

C-enhancement
A-usability

[Requested on AFKMods](https://www.afkmods.com/index.php?/topic/4966-wrye-bash-all-games/&do=findComment&comment=187734). Useful if you have a ton of packages and are wondering if you have to download a package providing a certain plugin or if it's sitting somewhere...

C-enhancement
A-bain
A-usability

Right now these only work for Skip Docs, but it would be useful to centralize the handling so we can use these to fix e.g. erroneous image skips too.

A-bain
C-refactoring