1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 09:57:40 +03:00

92 Commits

Author SHA1 Message Date
Jonathan Harris
d1756ebcf5
Move debug mode json dumps to subdirectory 2016-06-03 11:46:29 +01:00
Jonathan Harris
ee28daacc9
Add average prices to command-line output 2016-06-03 11:44:52 +01:00
Jonathan Harris
9559a7a700 Clear cookies on changing username
Hopefully fixes #108
2016-04-19 16:26:52 +01:00
Jonathan Harris
6281490cdc Fix for startup on Linux 2016-03-27 19:01:35 +01:00
Jonathan Harris
1f99f929e0 Ensure window is on-screen at startup on Windows
Fixes #96.
2016-02-24 14:36:30 +00:00
Jonathan Harris
7775b52802 Fix swapped menubar entries on OSX 2016-02-08 01:00:07 +00:00
Jonathan Harris
4945bee161 Support for changing language.
Fixes #61.
2016-02-07 18:50:02 +00:00
Jonathan Harris
db9d8c261a Reduce Default theme window width on OSX 2016-02-01 04:26:57 +00:00
Jonathan Harris
f0683926fd Dark theme
Fixes #84
2016-02-01 03:41:37 +00:00
Jonathan Harris
06006432a3 Add support for edproxy on same subnet.
Fixes #82.
2016-01-28 12:32:26 +00:00
Jonathan Harris
4eefbd4ca9 Close WinSparkle nicely on exit. 2016-01-28 12:32:25 +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
62a786955d Update EDSM autoopen translations.
For consistency move it into its own setting.
2016-01-10 05:46:45 +00:00
Jonathan Harris
5b6c110872 Remove "Always on top" option for other platforms. 2016-01-09 18:48:49 +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
b0f73b8390 fix ordering of plugin supplied app widgets 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
2ec21209d8 "Always on top" option in system menu on Windows. 2016-01-09 02:16:08 +00:00
Jonathan Harris
a101eae9d2 Fix EDSM autoopen. 2016-01-05 18:26:42 +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
b9257cead3 Unregister hotkey on app exit on Windows.
Hopefully fixes issues #68 and #69.
2016-01-02 01:59:15 +00:00
Jonathan Harris
75204f4c2d Don't send shipyard messages for unknown stations. 2015-12-30 17:08:19 +00:00
Jonathan Harris
75cf0d6c16 Don't lookup system in EDSM unless the option to send flight log is selected.
Use EDSM's show-system URL.
2015-12-22 15:06:36 +00:00
Jonathan Harris
259249bba8 Don't lookup system in EDSM unless the option to send flight log is
selected.
Addresses #56.
2015-12-21 23:20:55 +00:00
Jonathan Harris
2e1e5ad7d4 Save and/or transmit commodity, outfitting and shipyard data if present
at unknown stations.
2015-12-21 14:55:49 +00:00
Jonathan Harris
0a2019937f Also check for new versions when running from source. 2015-12-18 05:20:31 +00:00
Jonathan Harris
cc25e4da75 Build main scripts optimized on Windows.
Partially reverts c36ce2a.
2015-12-18 05:20:31 +00:00
Jonathan Harris
a967748d7c Handle non-ASCII Cmdr names.
Fixes #44.
2015-12-05 04:48:36 +00:00
Jonathan Harris
1868caab99 Show system co-ordinates indication despite not being able to connect to EDSM for logging. 2015-12-01 15:04:38 +00:00
Jonathan Harris
abc5100b39 Restore stats display with remaining info - i.e. balance, ranks and ships.
Also make this info available from the command-line.
2015-11-25 16:14:33 +00:00
Jonathan Harris
a94cf4cfd9 Use watchdog module instead of polling for new log files.
Notify user at startup if client restart required.
2015-11-25 16:03:32 +00:00
Jonathan Harris
393ade32af New specific error message for issue #6. 2015-11-25 16:03:31 +00:00
Jonathan Harris
62c85d5417 Carry on with station update after EDSM error. 2015-11-18 00:10:10 +00:00
Jonathan Harris
b0c88b59c7 Fix hang when using auto flight log on Windows.
Fixes #38
2015-11-08 17:47:23 +00:00
Jonathan Harris
de1b790d44 Automatically make a log entry on entering a system. 2015-11-01 14:14:23 +00:00
Jonathan Harris
d485a73243 Poll logs for current system. 2015-10-31 01:25:18 +00:00
Jonathan Harris
02d065dcb6 Fix for stations with shipyard or outfitting but not commodities. 2015-10-16 15:55:35 +01:00
Jonathan Harris
60caf24c8d Add support for sending flight log to EDSM. Export existing flight log to EDSM the first time this is enabled. 2015-10-15 17:02:52 +01:00
Jonathan Harris
a74a928764 Split out ttk HyperlinkLabel widget into a separate file and generalise. 2015-10-13 23:10:21 +01:00
Jonathan Harris
c4991d09ef Log spurious outfitting in debug.
Fixes up f6e6af6.
2015-10-13 17:00:12 +01:00
Jonathan Harris
6c9d997f24 Send outfitting and shipyard data even if the station has no market.
Broken in ac33861. Fixes #28.
2015-10-13 15:49:16 +01:00
Jonathan Harris
f6e6af63bd Only send outfitting data for stations that eddb thinks provide outfitting.
Update stations database from eddb.
2015-10-10 19:41:46 +01:00
Jonathan Harris
b47648885c Send outfitting data to EDDN. 2015-10-07 17:41:20 +01:00
Jonathan Harris
84167202d2 Retry on Companion server error.
Don't complain if errors occur during shipyard retry.
2015-10-07 16:40:07 +01:00
Jonathan Harris
0800781503 Correctly handle case where player undocks while we're waiting for shipyard retry. 2015-09-30 22:58:00 +01:00
Jonathan Harris
ac33861044 Only send shipyard data for stations that eddb thinks have a shipyard.
Fixes #16.
2015-09-22 16:37:28 +01:00
Jonathan Harris
6acf7fa18a Add Edit->Copy menu item. 2015-09-19 17:09:15 +01:00
Jonathan Harris
e9028ff7a6 Make System and Station names copyable with right-click. 2015-09-19 00:30:00 +01:00
Jonathan Harris
4a9d947e6b Clear status text on Update attempt during cooldown. 2015-09-15 18:14:22 +01:00