Ebag333
35e330f574
Improve handling for exceptions, output more information so we can find and fix problems.
2017-02-12 13:09:26 -08:00
Ebag333
3b185e1bcb
Roll up all changes from #962 as the base has been massively changed by code cleanups. Rename our logging to a universal pyfalog to avoid shadowing either Logging or Logbook loggers
2017-02-11 11:51:53 -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
6e524de320
Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
2017-02-08 20:15:24 -08:00
Ebag333
3e916e42f2
pyCharm inspection fixes. Mostly variable refernce issues
2017-02-08 17:55:20 -08:00
Ebag333
e18deb5eeb
Roll up #967 and #974
...
Takes the import fixes and cleanup out of those and rolls it into this
one
2017-02-08 13:12:54 -08: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
6b3d3ecd93
More import fixes for osx deprecated
2017-01-27 22:25:22 -05:00
blitzman
5aff3f007e
Fix crest export
2017-01-25 20:22:07 -05:00
Ebag333
ae96ff244e
Fix crest exports
2017-01-24 17:09:48 -08:00
Ebag333
992820ac42
Redirect to correct module
...
Function was moved from service.Fit to service.Port
2017-01-24 16:48:28 -08:00
Ebag333
3c31391ec9
Burn types with fire
2017-01-09 22:36:19 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
Ebag333
510492e5e9
More refactoring, elimited another recursive import
2016-12-03 17:12:16 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
blitzmann
b4bd6e7acd
Ensure we have an active fit when exporting to crest
2016-06-23 22:44:24 -04:00
blitzmann
3b1edd3283
Add error handling to CREST functions when no connection can be made.
2015-11-08 20:07:30 -05:00
blitzmann
83adadd71f
Convert pubsub to wx events
2015-11-08 12:33:56 -05:00
blitzmann
ccb9e085b2
Setting to change server for CREST, and some other improvements.
2015-10-31 13:20:13 -04:00
blitzmann
aedd7ce2de
Add support to delete fit from EVE
2015-10-26 21:27:54 -04:00
blitzmann
b52cbef26f
Clean up some imports, get rid of CharacterInfo window.
2015-10-25 21:49:24 -04:00
blitzmann
34f699b96a
Use cached_until value for GUI countdown
2015-10-25 21:44:24 -04:00
blitzmann
781abeea53
Implement a character cache, as the database-layer cache is seemingly not working. =/
2015-10-25 19:41:12 -04:00
blitzmann
9d7a3605dc
Use timers properly
2015-10-25 17:52:53 -04:00
blitzmann
08382db011
Add character management window, ability to add and delete crest characters, and fix issue with not having default client ID available.
2015-10-23 21:26:38 -04:00
blitzmann
9929510e53
More work on CREST stuff. Now implicit character can GET and POST fits.
2015-10-23 19:14:43 -04:00
blitzmann
953a70327a
Fix (hack at) pycrest to fix caching issue when getting another character.
2015-10-23 01:21:51 -04:00
blitzmann
6e04c64ffb
Changed login box to show currently logged in character with timer, and we now fetch the character image.
2015-10-23 00:52:03 -04:00
blitzmann
e0f99ee133
Start refinement of CREST utilities:
...
* Add preference page which gives option of implicit grant or user client details
* Improve CREST service
* Changes in pycrest which make things a little easier
2015-10-21 23:10:06 -04:00
blitzmann
8151debfe1
Can now login to SSO from pyfa, which completes basic integration. This is very crude, will be refined.
2015-10-19 20:09:39 -04:00
blitzmann
972df6cad3
Add support for importing CREST fittings from clipboard and through EVE Fittings browser
2015-10-18 23:38:21 -04:00
blitzmann
b1729095a0
Export fitting to EVE, fix json bugs, and include forgotten CREST service.
2015-10-18 17:13:19 -04:00
blitzmann
c4246c0d50
Added CREST service and first pass of fitting resource browsing. I want to completely rework this eventually, but right now just focused on getting a rough draft going.
2015-10-18 00:21:01 -04:00