This website requires JavaScript.
Explore
Help
Sign In
dave
/
pyfa
Watch
1
Star
0
Fork
0
You've already forked pyfa
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
5
Wiki
Activity
Files
7a0ea759ef09eceafb74fdf71d3cab833d018e6c
pyfa
/
gui
/
builtinViews
History
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
..
__init__.py
Removed actual fleet files. Cleaned up __init__.py that had references.
2016-12-14 10:20:20 -08:00
emptyView.py
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
entityEditor.py
Fox for issue
#1152
- unicode characters in entity names (
#1153
)
2017-05-10 22:36:10 -04:00
fittingView.py
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
implantEditor.py
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