blitzmann
|
7b0f672f04
|
Get encrypted refresh tokens working
|
2018-02-09 18:25:53 -05:00 |
|
blitzmann
|
33bf5234d0
|
Goodbye eveapi! You have served us well all these years!
Start stripping XML API stuff and implement ESI skill fetching.
|
2018-02-09 00:42:59 -05:00 |
|
blitzmann
|
cb392e7e5f
|
Rename a few things
|
2018-02-08 01:52:38 -05:00 |
|
blitzmann
|
dfba033190
|
Implement posting fit to EVE server
|
2018-02-08 01:50:52 -05:00 |
|
blitzmann
|
5fbe623ae6
|
get fit deletion working. Need to be aware that we are still using cached fit listing...
|
2018-02-08 01:38:24 -05:00 |
|
blitzmann
|
e025bff99b
|
Get ESI fitting import working completely. Use a file cache for EsiApp to prevent long startup times (possibly cache for about a week or so, and start in background if it needs to be gotten again?)
|
2018-02-08 01:24:40 -05:00 |
|
blitzmann
|
e77dddc15b
|
More work on getting fittings form a character via ESI. It's starting to be come a pain working with this client with having to background it until it initializes. Thinking about rolling my own, considering we only need a few calls and not a whole package.
|
2018-02-07 02:07:42 -05:00 |
|
blitzmann
|
eea8019593
|
Get fitting browser to show up with proper characters (still not functional). Start testing ways to store the esipy app on the service (it can take a few seconds to initialize due to network calls)
|
2018-02-07 01:21:22 -05:00 |
|
blitzmann
|
c7360c8cc3
|
Get logging into EVE working and SSO characters saving, along with client hashes being stored alongside characters.
|
2018-02-07 00:44:37 -05:00 |
|
blitzmann
|
2936b88c3d
|
code cleanup
|
2017-11-27 21:05:06 -05:00 |
|
blitzmann
|
7d46d7e22d
|
fix crash dealing with CREST fitting window's cache timer
|
2017-11-25 17:31:19 -05:00 |
|
blitzmann
|
3c405f51d8
|
Remove platform-specific CREST checks (add for mac-deprecated client)
|
2017-11-24 17:27:44 -05:00 |
|
blitzmann
|
b30b3fcbf1
|
Merge branch 'master' into test-3
Conflicts:
eos/gamedata.py
eos/saveddata/booster.py
eos/saveddata/character.py
gui/builtinAdditionPanes/commandView.py
gui/builtinContextMenus/commandFits.py
gui/builtinMarketBrowser/itemView.py
gui/builtinMarketBrowser/marketTree.py
gui/builtinPreferenceViews/pyfaGeneralPreferences.py
gui/builtinShipBrowser/categoryItem.py
gui/builtinShipBrowser/fitItem.py
gui/builtinShipBrowser/navigationPanel.py
gui/builtinShipBrowser/raceSelector.py
gui/builtinShipBrowser/shipItem.py
gui/builtinStatsViews/priceViewFull.py
gui/builtinViews/fittingView.py
gui/characterEditor.py
gui/characterSelection.py
gui/chromeTabs.py
gui/crestFittings.py
gui/itemStats.py
gui/mainFrame.py
scripts/itemDiff.py
service/price.py
|
2017-11-23 11:19:05 -05:00 |
|
blitzmann
|
d4df989427
|
Remove handlers from unbind (see https://github.com/wxWidgets/Phoenix/issues/624)
|
2017-11-21 23:04:51 -05:00 |
|
blitzmann
|
cc9b6ea04b
|
More deprecation fixes
|
2017-11-13 00:18:24 -05:00 |
|
blitzmann
|
cebca64e5e
|
Fix CREST stuff
|
2017-11-05 01:43:39 -05:00 |
|
Ryan Holmes
|
4484b68a3a
|
Fix for #1260 - need to unbind event handling from frame when closed (#1296)
|
2017-09-23 19:15:03 -04:00 |
|
Ryan Holmes
|
4b8f2ce9e7
|
Deprecation stuff
|
2017-06-14 01:07:18 -04:00 |
|
Ryan Holmes
|
8f369daf1e
|
InsertStringItem > InsertItem
|
2017-06-14 00:46:38 -04:00 |
|
Ryan Holmes
|
828b18d0fd
|
py2to3 automatic conversion. Woot!
|
2017-06-12 16:12:45 -04:00 |
|
Ryan Holmes
|
d319b74d7a
|
Fix exception when double clicking CREST fit browser hull (#1226)
|
2017-06-08 21:58:20 -04:00 |
|
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 |
|