Ryan Holmes
53451dfaf6
Implement a setting for manual vs server login method
2018-03-18 00:46:53 -04:00
Ryan Holmes
49181dce2b
Develop dialog to input SSO Info from pyfa.io, and handle the login. Still need to hook this up to a settings option
2018-03-17 21:08:11 -04:00
Ryan Holmes
3ec01a20c2
Bunch of renaming to bring variables up to speed
2018-03-16 18:15:48 -04:00
Ryan Holmes
8a10f0a766
sCrest > sEsi
2018-03-16 18:06:33 -04:00
Ryan Holmes
0db125177f
Remove some more cruft
2018-03-16 18:05:49 -04:00
blitzmann
5169c35d5c
Implement SSO Character delete, Remove some unused character logout code (still need to hook this up with character delete functionality)
2018-03-11 16:50:12 -04:00
blitzmann
5560ef4d34
Merge branch 'test-3' into esi
...
# Conflicts:
# eos/saveddata/character.py
# service/character.py
# service/eveapi.py
# service/pycrest/eve.py
2018-03-10 15:32:21 -05:00
blitzmann
1c16343b46
Merge branch 'master' into test-3
2018-02-24 22:24:16 -05:00
blitzmann
15e60c3d24
Always open imports in a new tab ( #1432 )
2018-02-24 21:11:53 -05:00
blitzmann
73d59569ff
Merge remote-tracking branch 'origin/master' into test-3
...
# Conflicts:
# gui/characterEditor.py
2018-02-23 23:28:33 -05:00
blitzmann
e85d144928
Migrate the Save Character As dialog tot he same dialog / validator as the Edit Character Name ( #1419 )
2018-02-23 23:25:11 -05:00
blitzmann
82e3db1ffb
Centralize version string getting. Still trying to work out how we should handle automatic version increments so we don't have to modify files all the time. Remove version file from repo (should only be a thing when building binaries)
2018-02-17 11:10:42 -05:00
blitzmann
33eccaa374
Merge branch 'test-3' into esi
...
# Conflicts:
# requirements.txt
2018-02-11 23:17:50 -05:00
blitzmann
50dd74dbe8
Add packaging requirement, and use it's PEP 440 version parsing for version comparisons.
2018-02-10 00:59:25 -05:00
blitzmann
7b0f672f04
Get encrypted refresh tokens working
2018-02-09 18:25:53 -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
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
2376148380
Start ripping CREST stuff out, add new SSOCharacter stuff in. Long process ahead.
2018-02-02 02:05:49 -05:00
blitzmann
2936b88c3d
code cleanup
2017-11-27 21:05:06 -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
0f94557699
Use wx.AutoBufferedPaintDC instead of wx.BufferedPaintDC (helps with drawing on linux)
2017-11-21 00:05:52 -05:00
blitzmann
a52b9e58e9
Testing some stuff out
2017-11-18 19:01:05 -05:00
blitzmann
df7dc30e7e
Write out git version information to a file, use in about box, remove all the other stuff until I can format it correctly
2017-11-12 13:13:38 -05:00
blitzmann
cebca64e5e
Fix CREST stuff
2017-11-05 01:43:39 -05:00
Ryan Holmes
dfe3d5c82a
Update forum references ( #1301 )
2017-09-24 18:00:21 -04:00
Ryan Holmes
1082d8a173
fix fix fix
2017-07-02 23:45:28 -04:00
Ryan Holmes
de5a734919
About dialog (looks like shit x_x)
2017-07-02 16:42:22 -04:00
Ryan Holmes
729c46ab00
Revert "Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly"
...
This does help prevent flickering on resizing. Need to research more before removing them
This reverts commit 8c5c7fba29 .
2017-06-14 03:57:57 -04:00
Ryan Holmes
3b546de070
More deprecated fixes, and re-enable a working stats view
2017-06-14 03:51:40 -04:00
Ryan Holmes
8c5c7fba29
Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly
2017-06-14 01:02:27 -04:00
Ryan Holmes
bec26d5d05
Fix unable to close window
2017-06-14 00:53:22 -04:00
Ryan Holmes
2bbcd96ce3
Even more fixes
2017-06-13 15:01:30 -04:00
Ryan Holmes
0e7dccccfe
Remove stat panels for now. I HAVE A FRAME SPAWNING OMG
2017-06-12 21:16:21 -04:00
Ryan Holmes
361f7fc5bb
misc fixes
2017-06-12 21:09:50 -04:00
Ryan Holmes
951b35a345
PyDeadObjectError fixes and PFNotebook -> ChromeNotebook renaming
2017-06-12 20:50:05 -04:00
Ryan Holmes
8e4db5a8c3
Do some renaming of some files
2017-06-12 18:08:07 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
Ryan Holmes
a7c89f7b40
break out market browser to individual class files
2017-06-11 17:54:36 -04:00
Ryan Holmes
048ae0205c
Breakout shipBrowser into individual class files
2017-06-11 17:32:43 -04:00
Ryan Holmes
6344f7a975
Merge branch 'master' into bug/char_fixes
2017-05-14 22:56:34 -04:00
Ryan Holmes
da33a372cb
Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most. ( #1168 )
2017-05-14 20:52:06 -04:00
blitzmann
79445225de
fix issue with market shortcuts if not active items are present
2017-05-14 02:21:23 -04:00
blitzmann
e2de1565bf
Forgot to add notes to the import fit list. Caused break. Very bad.
2017-05-09 20:59:11 -04:00
blitzmann
3de63c5ca5
flake8 fixes
2017-05-08 21:32:13 -04:00
blitzmann
6b22bd189a
Merge remote-tracking branch 'jeffy/fix_unread_description' into dev, see #1099
...
Conflicts:
eos/config.py
gui/notesView.py
service/settings.py
2017-05-08 00:44:29 -04:00
blitzmann
83a7a854bb
Merge branch 'feature/recent' into dev
...
Conflicts:
eos/db/saveddata/character.py
eos/db/saveddata/fit.py
Implements #983 but utilizing sqlalchemy events to update the fit modified date whenever something is added/changed.
2017-05-07 20:48:41 -04:00