156 Commits

Author SHA1 Message Date
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
CMDR-Kiel42
07d1e7f9d2
Merge pull request #28 from Stumpii/master
New feature: Import Spansh Road to Riches CSV file
2021-03-09 22:19:42 +01: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
74f3fa3331 Updated ignore file for PyCharm editor. 2021-01-16 11:32:40 -06:00
Steve Towner
30193c93b2 Added logging per EDMC rexcommendation to help test changes. 2021-01-16 11:09:24 -06:00
Steve Towner
a8b7fbed39 Changed app name returned by plugin_start() to match the folder name suggested by EMDC to enable logging (for testing changes). 2021-01-16 11:08:23 -06:00
CMDR-Kiel42
a6ae30e8cd
Merge pull request #24 from caboose684/patch-1
Fix saving and loading previous route
2020-09-07 14:49:30 +02: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
5b5e411958 Typo in changelog v3.1.0 2020-08-10 21:05:40 +02:00
CMDR-Kiel42
0dbd0c7536 update changelog and version 2020-08-10 21:03:03 +02:00
CMDR-Kiel42
167d1b0b14 Fixed bug with uppercase system names 2020-08-10 20:58:33 +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
d4bd41155d Updated changelog v3.0.4 2020-07-13 14:36:27 +02:00
CMDR-Kiel42
720c852aa5 Fixed tabbing out of autocompleted field doesn't close the list 2020-07-13 13:17:38 +02:00
CMDR-Kiel42
98f1f67361 Fixed flickering autocompleter 2020-07-13 02:00:23 +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
dc683b510e Version and changelog update v3.0.3 2020-06-23 23:11:06 +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
ed57a3aa04 Changelog + version update v3.0.2 2020-05-21 19:59:45 +02:00
Kiel
79c7f98850 Fixed an issue where the update popup would crash EDMC 2020-05-21 19:49:27 +02:00
Kiel
b866bc1752 Delete trailing newline 2020-05-10 15:22:33 +02:00
CMDR-Kiel42
f495626aad
Downgrade version 2020-05-10 14:37:53 +02:00
Kiel
34cfc3eef6 Fixed Python2 issues v3.0.1 2020-05-09 23:25:17 +02:00
Kiel
936ce2446d Update version + changelog v3.0.0 2020-05-09 15:39:02 +02:00
Kiel
fdaafa8948 Fixed issue with files containing a BOM code 2020-05-09 15:25:22 +02:00
CMDR-Kiel42
934c53deb8
Merge pull request #16 from Elite-IGAU/master
Updated Python 2/3 Compatibility
2020-02-15 21:35:10 +01:00
0xz00n
eb38da8ea9
Merge pull request #2 from 0xz00n/master
It loads and shuts down cleanly in python3 now
2020-02-09 16:19:43 -06:00
0xz00n
6855d3ee03 It loads and shuts down cleanly in python3 now 2020-02-09 16:06:19 -06:00
Intergalactic Astronomical Union
34ec8ab869 Merge pull request #1 from 0xz00n/master
Changes to work with python3.  Still running into NoneType error for …
2020-02-09 14:28:14 -07:00
0xz00n
6cdca49438 Changes to work with python3. Still running into NoneType error for init_gui. Maybe global variables are to blame? 2020-02-09 15:20:51 -06: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
5847715897 remove vs code 2020-02-09 11:56:24 -07:00
Elite-IGAU
70e28aa9a7 Python 3 updates 2020-02-09 11:44:48 -07:00
Elite-IGAU
d8c9ff0c81 xcode 2020-02-09 11:10:55 -07:00
Kiel42
4cfdedd7cb Merge branch 'new_updates_prompt' v2.2.1 2019-11-19 23:30:19 +01:00
Kiel42
a7335d2116 Changelog and version updates 2019-11-19 23:25:28 +01:00
CMDR-Kiel42
cee1a15193 Download and install the update according to what the user chose 2019-10-29 21:47:04 +01:00