blitzmann
|
b4b8a158f5
|
Bunch of import optimizations
|
2018-09-16 00:05:36 -04:00 |
|
blitzmann
|
5c6303995d
|
Replace set() with a literal
|
2018-09-15 23:44:32 -04:00 |
|
blitzmann
|
621672bf34
|
Some tox fixes
|
2018-09-15 20:38:08 -04:00 |
|
blitzmann
|
3c7f0258df
|
More converting for command fits
|
2018-08-03 21:19:51 -04:00 |
|
blitzmann
|
f3dc3bc654
|
Fix tabs not disabling. It was primarily an issue with event propagation not being handled correctly, as well as some missing helper code in chrome_tabs
|
2017-11-24 12:22:21 -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
|
cc9b6ea04b
|
More deprecation fixes
|
2017-11-13 00:18:24 -05:00 |
|
blitzmann
|
e0b92198b0
|
Fix deprecation warnings
|
2017-11-04 18:20:54 -04:00 |
|
blitzmann
|
5adde95807
|
Remove print statement
|
2017-07-11 01:42:45 -04:00 |
|
blitzmann
|
453054f6c7
|
Remove command fitting from the command fits context menu upon deletion (#1244)
|
2017-07-11 01:10:39 -04:00 |
|
Ryan Holmes
|
828b18d0fd
|
py2to3 automatic conversion. Woot!
|
2017-06-12 16:12:45 -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
|
3b23c9eacd
|
flake8
|
2017-05-14 01:41:15 -04:00 |
|
blitzmann
|
d4ce1ef3db
|
Fix issue with Delete key event on t3d mode causing exception (#1160). Additionally, work around the fact that every module that is removed also recalculates the fit, allowing for a faster response time when deleting multiple modules at a time. This is somewhat ugly as the removeModule function was originally based on the assumption of removing only one module. Should clean it up at some point.
|
2017-05-14 01:37:49 -04:00 |
|
blitzman
|
79040adf1a
|
tox fixes
|
2017-03-23 01:13:41 -04:00 |
|
blitzman
|
cbcc81d42e
|
Actually apply the command fit, and remove print statement
|
2017-03-23 00:38:24 -04:00 |
|
blitzman
|
732386b83a
|
Get command fit menu up and running. Had to revert to a non-cached version of the menu, as the instance has root menu, which we need in order to properly bind. Don't think caching the menu would have really given a large performance gain anyway.
|
2017-03-23 00:38:24 -04:00 |
|
blitzman
|
4065022866
|
Initial work on caching command fits unless needing to update. FitChanged event can now carry an action and typeID, only used in the CommandFit context menu (for now, can use this elsewhere). If the module being added or removed, we update the cached list.
|
2017-03-23 00:38:23 -04:00 |
|