1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

219 Commits

Author SHA1 Message Date
Jonathan Harris
a67eb982d8 Multi-account support
Fixes #121
2017-01-22 20:16:32 +00:00
Jonathan Harris
9d59ef34c7 Ensure popup windows are on-screen on Windows 2017-01-22 00:54:20 +00:00
Jonathan Harris
4dcecc2989 Drop support for Slopey's BPC format 2016-12-19 15:31:28 +00:00
Jonathan Harris
1f6a5883b7 Support Coriolis as an option for Ship link
Also switch to common loadout format with E:D Shipyard.
2016-11-22 00:52:30 +00:00
Jonathan Harris
11b6178eb3 Fix crash on OSX if journal path doesn't exist 2016-11-18 12:06:00 -05:00
Jonathan Harris
3ad8322e70 Plugin enhancements
- New callback notify_prefs_changed
- Plugin can set settings tab name
- Plugin can return a pair of widgets for display in main window - typically (label, status)
2016-11-14 02:07:18 +00:00
Jonathan Harris
26f3f37788 Display localized paths on OSX and Windows 2016-10-29 01:09:46 +01:00
Jonathan Harris
b18589f7bf Disable API access if Journal says we're in beta 2016-09-24 00:12:20 +01:00
Jonathan Harris
7f2cf3a286 Rationalise startup sequence 2016-09-16 17:47:53 +01:00
Jonathan Harris
db543c2901 Option to delay sending body data until docked 2016-09-16 17:47:53 +01:00
Jonathan Harris
91b5d0a6ea Point to journal location in SavedGames folder 2016-09-16 17:47:53 +01:00
Jonathan Harris
4583f0e316 Monitor the journal file and send events to EDDN
Sends 'FSDJump', 'Docked' and 'Scan' events in draft
http://schemas.elite-markets.net/eddn/journal/1 format.
2016-09-16 17:47:53 +01:00
Jonathan Harris
d49a744b9e Detect validity of log dir 2016-07-28 16:31:27 +01:00
Jonathan Harris
dde347328b Fix for automatic logging on OSX 2016-07-27 22:56:03 +01:00
Jonathan Harris
bc42ff6f28 Allow monitoring of client log over network share
on windows and Linux.
2016-07-27 15:55:46 +01:00
Jonathan Harris
31364d29a2 Make EDSM log entry automatically on system entry
Don't make log entry at stations.
2016-07-25 20:21:08 +01:00
Jonathan Harris
a30d85990b Remove support for edproxy and for flight log file
Flight log to file is redundant and little-used. Suitable replacements
are EDSM integration and/or other apps such as Captain's Log.

edproxy since v2.1 supports sending flight log directly to EDSM, and
integration has no other purpose.
2016-07-25 20:11:49 +01:00
Jonathan Harris
6dfaf515bc Disable update on docking option if no netLog 2016-07-20 13:24:08 +01:00
Jonathan Harris
e9ef32598d Option to automatically update on docking
Fixes #83
2016-07-18 18:50:42 +01:00
Jonathan Harris
04ef8458fb Fix typo 2016-06-20 17:00:15 +01:00
Jonathan Harris
a85c290fa2 Upcase text entry in authentication dialog 2016-06-19 19:49:43 +01:00
Jonathan Harris
a3edf805bb
Remove code to enable VerboseLogging
No longer required
2016-06-04 04:39:54 +01:00
Jonathan Harris
ee8f4d8568
Access EDSM over SSL 2016-06-04 04:39:44 +01:00
Jonathan Harris
c5e50240b0
Get system coordinates from 1.6/2.1 netlog 2016-06-04 02:42:57 +01:00
Jonathan Harris
b8db9a814e Make dark theme background off-black 2016-02-21 04:15:39 +00:00
Jonathan Harris
2c3f230b2e Add EDSM "Commander Name" phrase
Split from Privacy "Cmdr name" phrase.
2016-02-09 14:57:35 +00:00
Jonathan Harris
4945bee161 Support for changing language.
Fixes #61.
2016-02-07 18:50:02 +00:00
Jonathan Harris
f0683926fd Dark theme
Fixes #84
2016-02-01 03:41:37 +00:00
Jonathan Harris
787af050ba Update translations. 2016-01-28 12:32:27 +00:00
Jonathan Harris
06006432a3 Add support for edproxy on same subnet.
Fixes #82.
2016-01-28 12:32: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
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
477e60a64f plugin support for EDMC 2016-01-09 18:27:01 +00:00
Jonathan Harris
fa1ad07e90 Tweak wording. 2016-01-05 18:02:41 +00:00
Jonathan Harris
6cda9a067e Enable autoopen only when flight log is selected. 2016-01-05 02:20:15 +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
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
9d8f97bd6f Update prefs.py 2016-01-03 02:47:13 +00:00
James Tandy
b6ac567711 Add Auto Open EDSM Option 2016-01-03 02:18:15 +00:00
Jonathan Harris
f96dc0ef6e Avoid os.path.expanduser on Windows.
expanduser() doesn't handle non-ASCII - http://bugs.python.org/issue13207
Fixes #70.
2016-01-02 20:35:08 +00:00
Jonathan Harris
84a66c5285 Split settings into tabbed notebook.
Fixes #53.
2016-01-02 01:59:16 +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
4a338b99ac Fix selecting auto flight log.
Fixes #38 (really).
2015-11-08 20:25:55 +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
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
33c88e5fbf Better handle user dismissing the verifaction dialog. 2015-09-15 12:51:52 +01:00
Jonathan Harris
ce02cd3538 Update translations. 2015-09-13 16:55:11 +01:00
Jonathan Harris
07455d8864 Add setting whether to activate hotkey when E:D is active.
Revert 536f4cc.
2015-09-13 14:32:21 +01:00