blitzman
|
5c91f29efb
|
Merge branch 'price-system-selection' of git://github.com/petosorus/Pyfa into petosorus-price-system-selection
Conflicts:
gui/builtinPreferenceViews/pyfaGeneralPreferences.py
gui/builtinStatsViews/priceViewFull.py
service/fit.py
service/price.py
|
2017-02-11 11:36:35 -05:00 |
|
blitzman
|
bdee8f662c
|
Merge remote-tracking branch 'ebag/SorryNotSorryBlitzmann' into SorryNotSorryBlitzmann
|
2017-02-11 10:46:59 -05:00 |
|
Ebag333
|
8c7682c6d4
|
Little more OCD on cleaning up imports.
|
2017-02-10 12:02:23 -08:00 |
|
Ebag333
|
07a2020303
|
Don't try and import an old version and then fail back to the 2.7 version. Just do the 2.7 version. :)
|
2017-02-10 11:22:06 -08:00 |
|
Ebag333
|
514f927a56
|
Revert removing call. This class likely needs to be callable.
|
2017-02-10 05:50:32 -08:00 |
|
blitzman
|
134365c764
|
Reverts commit de87c9, and instead uses the mod variable to access the method needed.
Conflicts:
service/fit.py
|
2017-02-10 00:29:40 -05:00 |
|
petosorus
|
aaece725aa
|
Saving price system preference
|
2017-02-09 23:26:31 +01:00 |
|
Ebag333
|
64070a0798
|
Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later.
|
2017-02-09 09:36:16 -08:00 |
|
petosorus
|
bfa772609a
|
Transfer of the price dropbox in the preferences pane.
Moving of the modules list compiling from priceview to price service.
|
2017-02-09 18:27:26 +01:00 |
|
petosorus
|
d25673b8fe
|
Price listing price panel
|
2017-02-09 18:27:26 +01:00 |
|
Ebag333
|
0f00b7237a
|
Another classic class conversion
|
2017-02-09 01:02:55 -08:00 |
|
Ebag333
|
579a13da44
|
Tox fixes
|
2017-02-09 00:59:22 -08:00 |
|
Ebag333
|
7865219164
|
Add a ton of default values
|
2017-02-09 00:56:33 -08:00 |
|
Ebag333
|
11d7f9d029
|
Make modules static if they do not use self.
|
2017-02-09 00:04:41 -08:00 |
|
Ebag333
|
72633825cf
|
Formatting and layout changes
|
2017-02-08 23:32:51 -08:00 |
|
Ebag333
|
9a137bb158
|
Convert old style classes to new
|
2017-02-08 23:06:39 -08:00 |
|
Ebag333
|
7a2feb9152
|
Fix a bunch of calls to functions that pass the wrong type of parameter, the wrong number, etc.
|
2017-02-08 22:20:56 -08:00 |
|
Ebag333
|
3b91ec8c06
|
Move check for module state being valid out of effectHandlerHelpers and into service\fit. We can't have it there because of cyclical imports. Plus we're already checking the module state here, so makes lots of sense to merge them.
|
2017-02-08 21:24:24 -08:00 |
|
Ebag333
|
636474610b
|
More of: Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
|
2017-02-08 20:16:58 -08:00 |
|
Ebag333
|
3e916e42f2
|
pyCharm inspection fixes. Mostly variable refernce issues
|
2017-02-08 17:55:20 -08:00 |
|
Ebag333
|
de87c992d7
|
Remove calling es_Module from effectHandlerHelpers, this causes a circular import. Instead pass in from fit.
|
2017-02-08 16:50:41 -08:00 |
|
Ebag333
|
e5fb90f017
|
Fix commit message. LOTS of fixes for flake8.
|
2017-02-08 14:22:56 -08:00 |
|
Ryan Holmes
|
25182de365
|
Merge branch 'master' into development
Conflicts:
gui/builtinViewColumns/baseName.py
|
2017-02-08 13:58:37 -05:00 |
|
blitzman
|
e52db0b2f5
|
Merge branch 'AncientDatabaseRepair' of https://github.com/Ebag333/Pyfa
Conflicts:
service/prefetch.py
|
2017-02-07 23:26:06 -05:00 |
|
blitzman
|
f7d7b3fe5e
|
Merge branch 'EosImportCleanup' of https://github.com/Ebag333/Pyfa into development
Conflicts:
eos/db/gamedata/metaData.py
eos/db/gamedata/queries.py
eos/db/saveddata/queries.py
eos/saveddata/fleet.py
eos/types.py
eve.db
gui/builtinContextMenus/amount.py
gui/builtinViewColumns/ammo.py
gui/builtinViewColumns/ammoIcon.py
gui/builtinViewColumns/capacitorUse.py
service/port.py
|
2017-02-07 19:22:26 -05:00 |
|
Ebag333
|
be66ff1eec
|
Tox fixes
|
2017-02-05 15:39:07 -08:00 |
|
blitzman
|
c2038a6cf2
|
Change from UPDATE to DELETE for null damage pattern and target resist names
|
2017-01-29 19:04:57 -05:00 |
|
blitzman
|
082ac233ad
|
Merge branch 'MissingDamageTargetProfileNames' of https://github.com/Ebag333/Pyfa into development
Conflicts:
service/prefetch.py
|
2017-01-29 15:04:56 -05:00 |
|
blitzman
|
5d46fe7e4d
|
Merge branch 'master' into development
Conflicts:
gui/builtinContextMenus/amount.py
gui/builtinStatsViews/priceViewFull.py
service/fit.py
service/prefetch.py
|
2017-01-29 15:02:22 -05:00 |
|
blitzman
|
6049c9837c
|
Remove prefetch thread (unneeded and consumes resources?)
|
2017-01-28 23:35:42 -05:00 |
|
blitzman
|
a76eef01de
|
name all ze threads
|
2017-01-28 17:46:59 -05:00 |
|
blitzman
|
6b3d3ecd93
|
More import fixes for osx deprecated
|
2017-01-27 22:25:22 -05:00 |
|
blitzman
|
a210724312
|
Fix conversion imports for osx deprecated... :(
|
2017-01-27 22:06:52 -05:00 |
|
blitzman
|
1d69ed7584
|
Merge branch 'test_import' into development
Conflicts:
gui/builtinContextMenus/amount.py
gui/characterEditor.py
gui/itemStats.py
|
2017-01-27 20:39:54 -05:00 |
|
Ebag333
|
fc99d6f0a6
|
catch duplicate selected ammo
|
2017-01-27 13:46:20 -08:00 |
|
Ebag333
|
e6b4ecdaf7
|
Additional cleanup for orphaned records
|
2017-01-27 13:37:51 -08:00 |
|
blitzmann
|
968d633d46
|
Merge branch 'feature/alphaclones' into development
|
2017-01-26 19:53:27 -05:00 |
|
blitzmann
|
96c3363edc
|
Merge branch 'master' into feature/alphaclones
Conflicts:
eve.db
|
2017-01-26 19:39:13 -05:00 |
|
Ebag333
|
d0fa2510e5
|
Merge branch 'test_import' of https://github.com/Ebag333/Pyfa into test_import
|
2017-01-25 17:40:00 -08:00 |
|
Ebag333
|
8d57f641f7
|
Remove comments about conversion
|
2017-01-25 17:39:54 -08:00 |
|
blitzman
|
055957567f
|
Fix fit import
|
2017-01-25 20:28:57 -05:00 |
|
Ebag333
|
2038f36254
|
Remove calls to null pattern name cleanup
|
2017-01-25 13:52:00 -08:00 |
|
Ebag333
|
a366420d65
|
Catch scenario where names are missing
|
2017-01-25 09:58:26 -08:00 |
|
Ebag333
|
8095b4852b
|
Clean up another broken reference. Fix broken XML export.
|
2017-01-24 21:34:24 -08:00 |
|
blitzman
|
1b0cdeedce
|
Fix lack of instance
|
2017-01-24 19:57:16 -05:00 |
|
Ebag333
|
992820ac42
|
Redirect to correct module
Function was moved from service.Fit to service.Port
|
2017-01-24 16:48:28 -08:00 |
|
blitzman
|
c0ecc6a329
|
tweaks to fix merge issues
|
2017-01-23 21:07:20 -05:00 |
|
blitzman
|
85131e6166
|
oh god this isn't gonna work
Merge branch 'ebag_importchanges' into test_import
Conflicts:
config.py
eos/db/saveddata/queries.py
eos/effects/chargebonuswarfarecharge.py
eos/effects/elitebonuscommandshipinformationhiddencs3.py
eos/effects/elitebonuslogisticremotearmorrepairoptimalfalloff1.py
eos/effects/energydestabilizationnew.py
eos/effects/iceharvestingdroneoperationdurationbonus.py
eos/effects/miningforemanstrengthbonus.py
eos/effects/modulebonuswarfarelinkarmor.py
eos/effects/modulebonuswarfarelinkinfo.py
eos/effects/modulebonuswarfarelinkmining.py
eos/effects/modulebonuswarfarelinkshield.py
eos/effects/modulebonuswarfarelinkskirmish.py
eos/effects/moduletitaneffectgenerator.py
eos/effects/remotehullrepair.py
eos/effects/rolebonusremotearmorrepairoptimalfalloff.py
eos/effects/shipbonusforceauxiliarya4warfarelinksbonus.py
eos/effects/shipmodesmallmissiledamagepostdiv.py
eos/effects/structureenergyneutralizerfalloff.py
eos/effects/structuremoduleeffectstasiswebifier.py
eos/effects/structurerigmaxtargets.py
eos/effects/subsystembonusamarrdefensiveinformationwarfarehidden.py
eos/effects/subsystembonuscaldaridefensiveinformationwarfarehidden.py
eos/effects/subsystembonusgallentedefensiveinformationwarfarehidden.py
eos/effects/techtwocommandburstbonus.py
eos/saveddata/fighter.py
eos/saveddata/fit.py
eos/saveddata/module.py
eve.db
gui/bitmapLoader.py
gui/builtinContextMenus/itemStats.py
gui/builtinStatsViews/miningyieldViewFull.py
gui/builtinViewColumns/misc.py
gui/builtinViews/__init__.py
gui/builtinViews/fittingView.py
gui/contextMenu.py
gui/graphFrame.py
gui/itemStats.py
gui/mainFrame.py
gui/marketBrowser.py
service/__init__.py
service/character.py
service/fit.py
service/port.py
service/prefetch.py
service/pycrest/eve.py
service/settings.py
|
2017-01-23 21:06:12 -05:00 |
|
blitzman
|
330983d9dd
|
Merge branch 'master' into development
Conflicts:
eve.db
|
2017-01-22 21:10:06 -05:00 |
|
Ryan Holmes
|
e45027a66c
|
Merge pull request #910 from Ebag333/UnicodePaths_v2
Unicode Paths 2: The Reckoning
|
2017-01-14 02:44:24 -05:00 |
|