Ebag333
|
0ccd812398
|
Add logging OS version. Deprioritize some messages to debug, so devs can run at info level with less spam (and much less impact on recalc times).
|
2017-03-18 13:27:07 -07:00 |
|
Ebag333
|
9c693cd7ed
|
Python now properly requires 2.7 and not 2.6 or 2.7. Removed duplicate output to log, now that we handle exceptions.
|
2017-03-18 13:11:40 -07:00 |
|
Ebag333
|
fbcd8396db
|
Few little tweaks
|
2017-03-18 12:55:53 -07:00 |
|
Ebag333
|
b1be2eee06
|
Add unhandled exception handler. Now catches problems and will try and output to the pyfalog, falling back to outputting to the console.
|
2017-03-18 12:37:23 -07:00 |
|
Ryan Holmes
|
bca26721ff
|
Merge pull request #1057 from Ebag333/Moar_Logging!
Fit service logging
|
2017-03-17 21:41:13 -04:00 |
|
Ebag333
|
301e874cd4
|
Add a ton of logging to the fitting service
|
2017-03-17 16:05:09 -07:00 |
|
blitzman
|
2ff66970ad
|
remove __all__ from contect menus
|
2017-03-16 19:05:07 -04:00 |
|
Ryan Holmes
|
58142664cc
|
Merge pull request #1051 from Ebag333/Fix_PR943
Fix bad merge of #943
|
2017-03-16 18:58:09 -04:00 |
|
Ryan Holmes
|
73f6a68b9d
|
Merge pull request #1047 from Ebag333/Hotfix_Implant_ContextMenu
Hotfix - Implant ContextMenu
|
2017-03-16 18:54:04 -04:00 |
|
Ryan Holmes
|
b88f4bc77f
|
Merge pull request #1050 from Ebag333/Hotfix_Matplotlib
Hotfix - Matplotlib import
|
2017-03-16 18:52:48 -04:00 |
|
Ebag333
|
e3c2220a1c
|
Fix matplotlib importing
|
2017-03-16 14:09:10 -07:00 |
|
Ebag333
|
26238e731d
|
Fix matplotlib importing
|
2017-03-16 10:22:40 -07:00 |
|
Ebag333
|
717db2f906
|
Further pyfa.py refactoring
|
2017-03-16 09:40:17 -07:00 |
|
Ebag333
|
1c59a27902
|
Fix typo and missing setting
(cherry picked from commit c122047)
|
2017-03-16 08:40:18 -07:00 |
|
Ebag333
|
6ce52a1da9
|
PEP8 cleanup
(cherry picked from commit 63f2f85)
|
2017-03-16 08:40:14 -07:00 |
|
Ebag333
|
f2a0e42810
|
Rework error dialog to have better layout and more information
|
2017-03-16 02:13:02 -07:00 |
|
Ebag333
|
63f2f85c25
|
PEP8 cleanup
|
2017-03-16 02:12:26 -07:00 |
|
blitzman
|
80375d1f5b
|
Merge branch 'master' into development
|
2017-03-15 20:19:22 -04:00 |
|
blitzman
|
20ac2ad847
|
bump dev
|
2017-03-15 20:19:05 -04:00 |
|
blitzman
|
3b5fc7e13c
|
Bump stable
|
2017-03-15 20:10:08 -04:00 |
|
blitzman
|
73a12aedeb
|
Fix for #1041
|
2017-03-15 20:05:38 -04:00 |
|
blitzman
|
2ce6592048
|
Merge branch 'development'
|
2017-03-15 20:01:01 -04:00 |
|
Ebag333
|
a588aec978
|
Simple change to not try and reimport handlers if they have failed previously.
|
2017-03-15 15:53:40 -07:00 |
|
blitzman
|
8b124f3194
|
Merge branch 'development' of https://github.com/pyfa-org/Pyfa into development
|
2017-03-15 00:03:01 -04:00 |
|
blitzman
|
588ac62b6f
|
fix for #1039
|
2017-03-15 00:02:48 -04:00 |
|
Ryan Holmes
|
63001d83b9
|
Merge pull request #1037 from Ebag333/Fix_Outgoing_Minimal_View
Fix outgoingMinimal view
|
2017-03-15 00:00:43 -04:00 |
|
blitzman
|
1112415f93
|
update eve database
|
2017-03-14 19:40:44 -04:00 |
|
blitzman
|
4633a1c136
|
some clean up
|
2017-03-14 19:22:18 -04:00 |
|
Ebag333
|
8991e1dbad
|
Fix the view. Not sure why it broke (it was working at one point).
|
2017-03-13 20:09:37 -07:00 |
|
blitzman
|
d5f6f7b37c
|
Disable "minimal" selection for remote reps pane (doesn't work)
|
2017-03-13 21:49:31 -04:00 |
|
blitzman
|
4ffec21cd3
|
Add real icons for the new pref pages
|
2017-03-13 21:46:56 -04:00 |
|
Ebag333
|
9d34c2a2e6
|
Add TODO
|
2017-03-13 11:52:18 -07:00 |
|
Ebag333
|
4f12caa05f
|
Remove test variable
|
2017-03-13 11:30:07 -07:00 |
|
Ebag333
|
649ba71c0f
|
Make sure overrides are enabled before we return override values
|
2017-03-13 11:15:14 -07:00 |
|
Ebag333
|
af5a9b31bc
|
Fix another hidden import (move to top)
|
2017-03-13 11:09:12 -07:00 |
|
Ebag333
|
b72304203c
|
Add default option to getOriginal. This eliminates some double lookups and simplifies the code.
|
2017-03-13 10:56:33 -07:00 |
|
Ebag333
|
f70d250995
|
Cleanup code. Use slightly faster comparison (is instead of isinstance). Rename OVERRIDES variable to eliminate confusion.
|
2017-03-13 10:11:15 -07:00 |
|
blitzman
|
a4d07a4611
|
Revert "Merge pull request #1008 from Ebag333/local_tests"
This reverts commit 91b1b1dfc2, reversing
changes made to 53937d1723.
|
2017-03-11 20:02:10 -05:00 |
|
Ryan Holmes
|
91b1b1dfc2
|
Merge pull request #1008 from Ebag333/local_tests
Locale Testing
|
2017-03-11 19:34:53 -05:00 |
|
Ryan Holmes
|
53937d1723
|
Merge pull request #1023 from Ebag333/EosLoggingCleanup
Quick Eos cleanup and logging fix
|
2017-03-11 19:33:58 -05:00 |
|
Ebag333
|
46626e9a63
|
Kill another double lookup
|
2017-03-09 15:31:19 -08:00 |
|
Ebag333
|
b5626c13b1
|
Refactor __calculateValue
|
2017-03-09 15:16:52 -08:00 |
|
Ebag333
|
84de420002
|
Remove comment
|
2017-03-09 12:27:45 -08:00 |
|
Ebag333
|
99f939026f
|
Refactor some logic in modifiedAttributeDict
|
2017-03-09 12:14:23 -08:00 |
|
Ryan Holmes
|
ad973dd51a
|
Merge pull request #1034 from Ebag333/SpellingIsHurd
Spelling Is Hurd
|
2017-03-09 10:40:59 -05:00 |
|
Ebag333
|
9da485da55
|
Cleaning up tox errors that crept in by the pep8 gremlins.
|
2017-03-08 21:02:57 -08:00 |
|
Ebag333
|
da922601cd
|
You say Potatoe, I say tomahtie
|
2017-03-08 20:59:53 -08:00 |
|
Ebag333
|
8322307ae0
|
Add tooltip for neut resist. Add handling missing attributes in getting modified value (return default, not exception). Tox fixes to clean up a little.
|
2017-03-07 09:45:34 -08:00 |
|
Ryan Holmes
|
58977810f9
|
Merge pull request #1030 from Will-W/new_tab
Add option to open fit in new tab
|
2017-03-06 21:14:51 -05:00 |
|
Will Wykeham
|
05facc6961
|
Remove semicolon caused by too much C programming
|
2017-03-06 14:03:27 +00:00 |
|