EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
988 stars 155 forks source link

UI rewrite in wxPython #2239

Closed ElSaico closed 4 months ago

ElSaico commented 4 months ago

Description

This rips off the current Tkinter UI and replaces it with a wxPython implementation. Some points on its favor:

Example Images

TBA

Type of Change

A rather large rewrite.

How Tested

TBA

Notes

wxPython's Config is remarkably similar to ours, down to the use of registry on Windows and INI files on Linux. This could mean even less code to maintain on EDMC's side, but its lack of a get_list equivalent impedes a direct port.

ElSaico commented 4 months ago

Closing this as a practical approach to ttk themes was found on #2241.