blitzmann
621672bf34
Some tox fixes
2018-09-15 20:38:08 -04:00
blitzmann
b08406b7d6
Move the FitRenameCommand command
2018-09-15 17:46:55 -04:00
blitzmann
12b11d57ba
Merge remote-tracking branch 'origin/development' into commandRefactor
2018-09-03 17:28:35 -04:00
blitzmann
bea7102a3f
Merge remote-tracking branch 'origin/master' into commandRefactor
2018-09-03 17:26:26 -04:00
Ryan Holmes
b77a577c06
Merge pull request #1725 from pyfa-org/issue1722
...
Make sure small abyssal nos has a type name (bad eve data)
2018-09-01 18:12:52 -04:00
blitzmann
c5aab07d65
Make sure small abyssal nos has a type name (bad eve data)
2018-09-01 18:12:16 -04:00
Ryan Holmes
362ae72183
Merge pull request #1724 from pyfa-org/abyssal_export
...
Abyssal export
2018-09-01 18:04:55 -04:00
blitzmann
6f5d0453a6
Added import of Port, which has a method that XML import uses. Importing inside the function to avoid circular import
2018-09-01 18:02:04 -04:00
blitzmann
c552f6a1d4
formatting fixes
2018-09-01 17:54:10 -04:00
Ryan Holmes
9d63946aa7
Merge pull request #1715 from pyfa-org/priceFix
...
Price callback fix
2018-08-30 23:05:41 -04:00
blitzmann
6eba2b1abd
Merge remote-tracking branch 'origin/master' into development
2018-08-30 21:24:10 -04:00
DarkPhoenix
b05f1573c6
Fix log messages
2018-08-30 21:41:50 +03:00
DarkPhoenix
f4311d1cef
Remove object which we don't actually need
2018-08-30 21:39:28 +03:00
DarkPhoenix
8abad416bd
Split multibuy into its own file as well
2018-08-30 16:23:20 +03:00
DarkPhoenix
52dbd8d9ef
Fix few export/import functions
2018-08-30 16:17:56 +03:00
DarkPhoenix
4e5a70993e
Split XML facilities into their own file as well
2018-08-30 16:15:23 +03:00
DarkPhoenix
dd0fbfddb9
Split ESI stuff into its own file
2018-08-30 15:57:59 +03:00
DarkPhoenix
02e35181d5
Move out DNA format into separate file
2018-08-30 15:46:29 +03:00
DarkPhoenix
302cab54fd
Get rid of PortProcessing object
2018-08-30 15:23:24 +03:00
DarkPhoenix
ba157af496
Allow format to have no space between: ship name - fit name; module name - charge name; module spec - offline suffix; module spec - mutastats reference
...
This fixes import of modules with charges from zkb and few other issues
2018-08-30 14:25:40 +03:00
blitzmann
d1e6647d1f
Don't show/hide options box, move options to under EFT, and simply disable them when EFT not selected
2018-08-30 00:07:37 -04:00
DarkPhoenix
0a47fba107
Move import/export facilities to their own folder
2018-08-28 19:00:39 +03:00
DarkPhoenix
3faa57f39a
Remove debugging log requests
2018-08-26 11:10:14 +03:00
Ryan Holmes
75333264a7
Merge pull request #1710 from minlexx/master
...
Fix parsing system proxy var containing "user:password@" part
2018-08-25 22:22:32 -04:00
blitzmann
e7d846063d
Fix for #1714 - was sending in the entire module, not just the position
2018-08-25 19:33:30 -04:00
blitzmann
c2b7cc00dd
Fix for #1713 - should look at Fit.processors, not Fit.__class__.processors - artifact from a rewrite
2018-08-25 19:28:34 -04:00
blitzmann
a107171543
Fix for #1712 - instead of adding module (which is a simple append), we must replace module (where we give it a position)
2018-08-25 19:24:41 -04:00
blitzmann
79be16114d
fix
2018-08-25 19:12:42 -04:00
blitzmann
c530660132
Save last export setting
2018-08-25 19:01:49 -04:00
blitzmann
ebe0efac81
First bit of work for GUI support for abyssal export.
2018-08-25 17:24:08 -04:00
DarkPhoenix
18ee37d8fd
Fix small oversight
2018-08-25 19:30:48 +03:00
DarkPhoenix
f2c2e2e65a
Implement mutated attributes import
2018-08-25 19:27:03 +03:00
DarkPhoenix
93f1a18b37
Respect spaces between the modules during import
2018-08-25 17:42:19 +03:00
DarkPhoenix
44aed364b7
Fix oversight which broke dronebay/fighterbay/cargo detection
2018-08-25 16:21:28 +03:00
DarkPhoenix
eb8fa2f259
Rework EFT importing
2018-08-25 16:03:45 +03:00
DarkPhoenix
a8c69abc72
Move EFT import/export related functions to separate file
2018-08-25 11:06:33 +03:00
DarkPhoenix
2dd1ddddd5
Further rework of import function
2018-08-24 18:57:42 +03:00
DarkPhoenix
4a27c60486
Clean up the fit being imported before parsing
2018-08-24 13:25:41 +03:00
DarkPhoenix
66d559306f
Avoid doing too wide lines
2018-08-24 10:03:44 +03:00
DarkPhoenix
83222489c4
Condense code a bit more
2018-08-24 10:01:31 +03:00
DarkPhoenix
0a2fa62e21
Fix misplaced comment
2018-08-24 09:55:32 +03:00
DarkPhoenix
6240f23c02
Enumerate mutated modules based on their export order rather than how pyfa order, and round attribute values to avoid float errors
2018-08-24 09:54:03 +03:00
blitzmann
13498e9b35
bump
2018-08-23 21:46:13 -04:00
blitzmann
ca30025be0
Merge tag 'v2.4.0' into commandRefactor
...
# Conflicts:
# gui/builtinViews/fittingView.py
# service/fit.py
2018-08-23 21:15:28 -04:00
blitzmann
97ef231711
fix price callbacks
2018-08-23 21:10:59 -04:00
DarkPhoenix
82d8c95d2f
Rework export format for abyssal mods, now uses references
2018-08-23 19:22:24 +03:00
Alexey Minnekhanov
dde5ee3701
Fix parsing system proxy var containing "user:password@" part
2018-08-23 11:15:33 +03:00
DarkPhoenix
44a3cb3b2e
Add ability to export mutated module attributes
2018-08-22 19:54:52 +03:00
DarkPhoenix
44c58abe81
Rewrite EFT export function
...
Now uses double blank lines to divide logical sections, and racks within these sections (mods/rigs/subs, drones/fighters, implants/boosters) and sorts unordered containers for export
2018-08-22 18:51:31 +03:00
Ryan Holmes
7055690805
Merge pull request #1705 from pyfa-org/release/v2.4.0
...
Release/v2.4.0
2018-08-21 20:45:51 -05:00