NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
99 stars 4 forks source link

Refactor #30

Closed NathanVaughn closed 3 years ago

NathanVaughn commented 3 years ago

Refactor main table to use native Qt components

NathanVaughn commented 3 years ago

This really needs to be fixed creating a new TableWidgetItem, so that a QProxyFilter can put in for searching, and ordering better implemented than this hacked-in version.

NathanVaughn commented 3 years ago

The codebase is getting a bit unwieldy with some large files (especially main_widget.py). I want to refactor a lot of the dialogs to their own files, and have more getters and setters for the config file.

NathanVaughn commented 3 years ago

Fixed in d209954 and 7c234e8