00182da130
SpanshRouter: fix missing imports, regression of 6ffe1d6190bf8f237a5e3d2c84aff9725aaaaf68 mostly
2023-01-24 02:20:01 +03:00
b62d4cb2dd
Replace usage of monitor.system with monitor.state['SystemName'] to work with latest EDMarketConnector version
2023-01-24 01:46:52 +03:00
92966570d8
Disable autoupdates system
2021-10-05 17:18:29 +03:00
6ffe1d6190
Imports optimize, some code style improvments
2021-08-02 13:26:37 +03:00
743d14212d
Introduce proper logging
...
Replace all print() and sys.stderr.write() with logger.info() and logger.warning() respectively
2021-07-01 14:22:31 +03:00
Lukáš 'Radar' Kubíček
19a85934ed
add support for Spansh galaxy plotter
2021-04-12 00:07:32 +02:00
Steve Towner
7b31b57622
Exporting flight plans for TCE now prompts for a file location rather than saving in the default location.
2021-01-24 10:05:00 -06:00
Steve Towner
60ca12742a
Added Fleet Carrier CSV with display for jumps and refuel system.
2021-01-18 20:38:57 -06:00
Steve Towner
808325ef8a
Removed temporary logging.
...
Added Road to Riches import from Spansh CSV.
Made next stop button 2 line to reduce the likelyhood of the GUI changing width.
2021-01-17 21:31:38 -06:00
Steve Towner
995c029ad8
Added export of route to TCE (Trade Computer Extension Mk.II) format.
2021-01-16 13:34:00 -06:00
Steve Towner
30193c93b2
Added logging per EDMC rexcommendation to help test changes.
2021-01-16 11:09:24 -06:00
caboose684
c698cf859e
Fix saving and loading previous route
...
`csv` expects to handle its own newlines. Opening a csv file without `newline=''` leads to duplicate, inconsistent line newlines in the resultant file.
`save_route` always saves the Jumps header, even when there was no data imported. On reload, `row.get` returns an empty string instead of `None`, throwing a ValueError on the first line.
2020-08-23 23:46:39 -04:00
CMDR-Kiel42
f9ab59d9a2
Skip duplicates in CSV files
...
See https://github.com/CMDR-Kiel42/EDMC_SpanshRouter/issues/17#issuecomment-671048305
2020-08-10 21:48:05 +02:00
CMDR-Kiel42
40f8cbcf30
Only show lists when the entry has focus
2020-07-18 23:56:17 +02:00
CMDR-Kiel42
7e119f6c90
Don't use the placeholder color when filling the Source entry with the current system
2020-07-18 23:33:06 +02:00
CMDR-Kiel42
257b0ed66e
Prevent suggestions from showing after cancelling a plot
2020-07-18 21:53:14 +02:00
CMDR-Kiel42
face54fc95
Prevent suggestions from showing after route is plotted
2020-07-18 21:47:03 +02:00
CMDR-Kiel42
4b557fbfbc
Fixed placeholders not properly reset when focusing out
2020-07-13 01:44:08 +02:00
CMDR-Kiel42
ee74bc44f0
Moved all PlaceHolderEntry into PlaceHolder
2020-07-13 01:11:36 +02:00
CMDR-Kiel42
653bba386b
Cleanup Python2/3 compatibility
2020-07-12 17:31:44 +02:00
Kiel
40d4393808
Allow selection in "Plot Route" with a single click
2020-06-23 12:07:17 +02:00
Kiel
2c5a4b11d5
Fixed exception on copy to clipboard when opening last route
2020-06-23 11:34:27 +02:00
Kiel
a14d00312a
Use response.text to avoid unnecessary conversion
2020-05-21 21:05:05 +02:00
Kiel
a35b348dd9
Fixed cannot update when using Python3
2020-05-21 20:56:04 +02:00
Kiel
79c7f98850
Fixed an issue where the update popup would crash EDMC
2020-05-21 19:49:27 +02:00
Kiel
34cfc3eef6
Fixed Python2 issues
2020-05-09 23:25:17 +02:00
Kiel
fdaafa8948
Fixed issue with files containing a BOM code
2020-05-09 15:25:22 +02:00
Elite-IGAU
62e55ee0be
Copied modules outside SpanshRouter folder.
...
Python 3 seems to be having issues importing some modules.
2020-02-09 12:38:12 -07:00
Elite-IGAU
70e28aa9a7
Python 3 updates
2020-02-09 11:44:48 -07:00
CMDR-Kiel42
cee1a15193
Download and install the update according to what the user chose
2019-10-29 21:47:04 +01:00
Kiel42
24e15111b8
Fetch the changelogs and display them in a popup asking if we should install
2019-10-29 00:23:20 +01:00
Kiel42
79271aa607
Add header in the route save file
2019-10-28 19:30:40 +01:00
Kiel42
9aca2d1535
Use CSV header when importing a file
...
Make Jumps count optional
2019-10-28 19:30:40 +01:00
Kiel42
2a4deb87b6
Support only EDTS txt files
2019-10-28 15:48:12 +01:00
CMDR-Kiel42
bf4d5c0f23
Set current syste as default source system value
2019-08-18 11:59:23 +02:00
CMDR-Kiel42
12b21a45f8
Support text files
2019-08-18 00:33:37 +02:00
CMDR-Kiel42
333855af0d
Better integration with themes
2019-08-15 00:49:52 +02:00
CMDR-Kiel42
04971e8bba
Save route and offset more often
2019-08-15 00:26:37 +02:00
CMDR-Kiel42
435506a0a2
Keep previous systems in plotting entries
2019-08-11 20:22:58 +02:00
CMDR-Kiel42
d301d6fcb6
Make route start at next waypoint when already in first system on route
2019-08-11 20:06:03 +02:00
CMDR-Kiel42
ee72e6655f
Show Spansh errors on entry fields
2019-08-10 18:09:17 +02:00
CMDR-Kiel42
0ba4cf18a7
Check range errors on the fly and make them more visible
2019-08-10 17:35:37 +02:00
CMDR-Kiel42
c707021bee
Check range is valid before plotting a route
2019-08-10 16:55:14 +02:00
CMDR-Kiel42
d99a85d279
Trim system names when plotting a route
2019-08-10 16:39:27 +02:00
CMDR-Kiel42
baf3645d14
make sure older versions are cleaned up after the next update
2019-08-08 15:12:52 +02:00
CMDR-Kiel42
13eeb1689d
Show Spansh errors inside the GUI
2019-08-08 11:08:19 +02:00
CMDR-Kiel42
ed942e18f5
actually recover from exceptions
2019-08-06 11:07:47 +02:00
CMDR-Kiel42
5dd123d6e7
fix a few remnants from previous refacto
2019-08-04 11:18:52 +02:00
CMDR-Kiel42
e1752f7794
First pass on rewriting everything as a single package
2019-08-04 11:10:56 +02:00
CMDR-Kiel42
62d808b08a
intermediary commit because I have to switch branch because I'm an idiot.
2019-08-04 09:59:00 +02:00