1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 01:00:42 +03:00

321 Commits

Author SHA1 Message Date
Jonathan Harris
b7ff8a2324 Also collect commodity IDs. 2016-01-28 12:32:26 +00:00
Jonathan Harris
7ef0447232 Add Czech translation courtesy of Cmdrs CatfoodCZ,
Mike Stix & DaraCZ.
2016-01-28 12:32:26 +00:00
Jonathan Harris
c5b2c4b34c Add mass and range to E:D Shipyard and Coriolis.
Means that these files can be directly loaded into ETN.
2016-01-28 12:32:26 +00:00
Jonathan Harris
2cd52e8377 Consolidate handling of data resource path. 2016-01-28 12:32:25 +00:00
Jonathan Harris
4d37889bbd Tidy login handling. 2016-01-28 12:32:25 +00:00
Jonathan Harris
7cedb01b19 Tidy verification handling. 2016-01-28 12:32:25 +00:00
Jonathan Harris
4eefbd4ca9 Close WinSparkle nicely on exit. 2016-01-28 12:32:25 +00:00
Jonathan Harris
49cc2e1f2a Don't send the Training system to EDSM.
Fixes #81.
2016-01-19 20:06:18 +00:00
Jonathan Harris
3534e89840 Delay logfile monitoring until it is required.
So that command-line app doesn't start monitoring for no purpose.
2016-01-13 20:16:09 +00:00
Jonathan Harris
cd2fc824f0 Save settings immediately after verification.
For use by the command-line app.
2016-01-13 14:23:36 +00:00
Jonathan Harris
31d1f02043 Don't auto update System while in CQC. 2016-01-11 18:59:29 +00:00
Jonathan Harris
5a63f3172c Typos. 2016-01-10 23:34:02 +00:00
Jonathan Harris
f16ac49618 Release 2.05 rel-205 2016-01-10 18:50:02 +00:00
Jonathan Harris
2fa300d6b1 Update stations database from eddb.
But override eddb to always send market and outfitting data for
planetary and "suspended" stations -
https://community.elitedangerous.com/galnet/uid/568a999f9657ba5e0986a8de
2016-01-10 18:41:26 +00:00
Jonathan Harris
62a786955d Update EDSM autoopen translations.
For consistency move it into its own setting.
2016-01-10 05:46:45 +00:00
Jonathan Harris
04cb1d7345 Log monitored folder.
Appears in Mac Console or Windows temp log file.
2016-01-09 19:37:23 +00:00
Jonathan Harris
5b6c110872 Remove "Always on top" option for other platforms. 2016-01-09 18:48:49 +00:00
Jonathan Harris
a5665552aa Doc correction. 2016-01-09 18:27:03 +00:00
Jonathan Harris
7b38c9e637 Document packaging and installing plugins. 2016-01-09 18:27:03 +00:00
Jonathan Harris
d9203191af Document storing and retrieving plugin settings. 2016-01-09 18:27:03 +00:00
Jonathan Harris
9e42b5b25f Doc tweak. 2016-01-09 18:27:03 +00:00
Jonathan Harris
a337319475 Update plugin docs and exmaple.
Use nb or ttk widgets as appropriate for correct look-and-feel.
Print messages to stderr so they appear when the plugin is loaded by the
packaged Windows exe.
Do something with the example's main window widget.
2016-01-09 18:27:03 +00:00
Jonathan Harris
b3d585693e Load plugins from outside the source tree.
So that plugins work with the packaged app on Windows and Mac.
2016-01-09 18:27:02 +00:00
Jonathan Harris
4f16215720 Perform basic update before invoking plugins.
Update display and fixup commodities.
2016-01-09 18:27:02 +00:00
Jonathan Harris
4e9f875567 Tidy plugin widget creation.
So that widgets are created in logical tab-traversal order.
2016-01-09 18:27:02 +00:00
Ian Norton
c8e7d42b00 typo 2016-01-09 18:27:02 +00:00
Ian Norton
b0f73b8390 fix ordering of plugin supplied app widgets 2016-01-09 18:27:02 +00:00
Ian Norton
827e08d1fe typo in PLUGINS readme 2016-01-09 18:27:02 +00:00
Ian Norton
477e60a64f plugin support for EDMC 2016-01-09 18:27:01 +00:00
Jonathan Harris
12da74d413 Update Ukranian translation. 2016-01-09 02:16:08 +00:00
Jonathan Harris
2ec21209d8 "Always on top" option in system menu on Windows. 2016-01-09 02:16:08 +00:00
Jonathan Harris
2ddf72cd31 More Log folder fixes. 2016-01-08 18:23:07 +00:00
Jonathan Harris
0ff5c515f7 Change Log folder search order.
So Steam is searched before custom install, to match documentation.
2016-01-08 18:03:19 +00:00
Jonathan Harris
7ff02567ef Detect log folder under additional Steam libraries
On Windows.
2016-01-08 17:39:33 +00:00
Jonathan Harris
a101eae9d2 Fix EDSM autoopen. 2016-01-05 18:26:42 +00:00
Jonathan Harris
fa1ad07e90 Tweak wording. 2016-01-05 18:02:41 +00:00
Jonathan Harris
c964b310c1 Merge branch 'edsm_autoopen' 2016-01-05 17:59:05 +00:00
Jonathan Harris
571d1c1e39 Add Roons Haven and Obsidian Orbital. 2016-01-05 17:43:55 +00:00
Jonathan Harris
0e57b26031 'Pedlar' -> 'Peddler' 2016-01-05 15:40:07 +00:00
Jonathan Harris
a3d2ddf6b0 Open system page after flight log has been sent.
Avoids potential race condition of opening the system page for a new
system before EDSM has created it.
2016-01-05 02:26:15 +00:00
Jonathan Harris
6cda9a067e Enable autoopen only when flight log is selected. 2016-01-05 02:20:15 +00:00
Jonathan Harris
eca4da57e0 Pass hotkey on if not used on Windows.
Fixes "Only when Elite: Dangerous is the active app" setting.
2016-01-05 01:06:37 +00:00
James Tandy
ea31458305 Merge branch 'Marginal-master' 2016-01-04 01:24:18 +00:00
James Tandy
406c7ac04c Merge branch 'master' of https://github.com/Marginal/EDMarketConnector into Marginal-master
# Conflicts:
#	prefs.py
2016-01-04 01:23:30 +00:00
Jonathan Harris
0b65beee0d Release 2.04 rel-204 2016-01-03 23:00:44 +00:00
Jonathan Harris
e7a727acde Fix main window system & station alignment on OSX.
Broken by 84a66c5.
2016-01-03 22:59:43 +00:00
Jonathan Harris
d451d11ca9 Fix file location setting.
Broken in f96dc0e. Fixes #73.
2016-01-03 22:51:26 +00:00
James Tandy
8da38ad5f2 Update prefs.py 2016-01-03 03:31:36 +00:00
James Tandy
33fa28c7ae Update config.py 2016-01-03 03:30:15 +00:00
James Tandy
19aa5dc9f8 Update edsm.py 2016-01-03 03:29:42 +00:00