Using a Tk.DoubleVar() with a locale where a comma is used as the decimals separator leads to internal tk code recording values with the comma but then other tk code not accepting that back, so it always thinks the value is zero and the scale slider can't be moved. Ref: https://stackoverflow.com/questions/45289237/tkinter-scale-slider-with-float-values-doesnt-work-with-locale-of-language-that * Change to storing as a REG_DWORD under 'ui_scale' not 'ui_scaling'. * Change all the code, except the call to *set* the tk scaling to use an integer, with 100 = 100%, i.e. equivalent to the old 1.0. * Update strings slightly, so translations will need updating too. NB: The theme.default_ui_scale value for plugin authors to query is still the float that tk returns.
Any questions or offers of help can be directed to the EDCD Discord #edmc channel:
Elite: Dangerous Market Connector (EDMC)
This application is only of use to PC players of the game Elite Dangerous (and its expansions). It won't work with PS4 or Xbox accounts.
It utilises the Journal files written by the game on the user's computer, together with data from the API Frontier Developments supplies in order to feed this data to various third party sites that the user may find useful.
See the Wiki documentation for more details.
Installation & Uninstall
Please see the Installation & Setup wiki page.
Running from source
Please see the Running from source wiki page.
Plugins
Plugins extend the behaviour of this app. See the Plugins wiki page for more information.
If you would like to write a plugin please see PLUGINS.md.
Troubleshooting
Please see the Troubleshooting wiki page.
Reporting a problem
Please report a problem as a new GitHub issue. Please wait for the error to occur and zip up and attach this app's log file to the new issue:
Mac:
$TMPDIR/EDMarketConnector.log
Windows:
%TMP%\EDMarketConnector.log
Packaging for distribution
Please see docs/Releasing.md.
Disclaimer
This app uses the “Companion” web API that Frontier originally supplied for their Elite Dangerous iOS app and now support for third-party apps. If that API ceases to function in the future then much of this application's functionality will be curtailed (although it could still utilise Journal files).
Acknowledgements
Please see the Acknowledgements wiki page.
License
Copyright © 2015-2019 Jonathan Harris, 2020 EDCD
Licensed under the GNU Public License (GPL) version 2 or later.