Ebag333
b72304203c
Add default option to getOriginal. This eliminates some double lookups and simplifies the code.
2017-03-13 10:56:33 -07:00
Ryan Holmes
db4e5e05a4
Merge pull request #1012 from Ebag333/PropertiesPane
...
Add Properties Pane
2017-02-26 00:17:38 -05:00
Ebag333
baec24ef14
get rid of unused method
2017-02-24 21:28:23 -08:00
Ebag333
df7f0b20f5
Tox cleanup
2017-02-24 21:25:13 -08:00
Ebag333
e5e3133869
Catch exceptions if we get them from a property. Exceptions are bad, but not showing the window is worse.
2017-02-24 21:18:38 -08:00
Ebag333
ca6ef546e5
Add debug pane for item stats
2017-02-24 18:09:22 -08:00
blitzman
b583589849
Remove unicode path fixes for now to better test original problems
2017-02-19 01:01:12 -05:00
Ebag333
2b45a16872
Refactor most of the shadowing from outer scopes. This is a super simple change, just changing the variable used inside (mostly) lambdas.
2017-02-10 11:50:04 -08:00
Ebag333
3c641606da
Revert until we actually get a Linux developer.
2017-02-10 05:41:06 -08:00
Ebag333
f61aeb8285
Fix bug where the toggle button the compare pane didn't do anything. (Need to check toggleView because you can hit both first and second if otherwise.)
2017-02-09 00:18:19 -08:00
Ebag333
11d7f9d029
Make modules static if they do not use self.
2017-02-09 00:04:41 -08:00
Ebag333
7a2feb9152
Fix a bunch of calls to functions that pass the wrong type of parameter, the wrong number, etc.
2017-02-08 22:20:56 -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
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
1d69ed7584
Merge branch 'test_import' into development
...
Conflicts:
gui/builtinContextMenus/amount.py
gui/characterEditor.py
gui/itemStats.py
2017-01-27 20:39:54 -05:00
blitzman
fb538027f7
Fix issues with paths and linux / os x
2017-01-27 20:30:11 -05:00
Ebag333
3c31391ec9
Burn types with fire
2017-01-09 22:36:19 -08:00
Ebag333
d4b6099d6e
Handle unicode, utf8, and windows-1252
...
(cherry picked from commit 0d4f24a )
2016-12-18 14:11:55 -08:00
Ebag333
08b5abc7ad
Handle unicode, utf8, and windows-1252
...
(cherry picked from commit 0d4f24a )
2016-12-14 10:38:56 -08:00
Ebag333
28404cd8bb
bajillion pep8 fixes to pass tox
2016-12-13 23:31:39 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
a-tal
d3b6bc1c93
so many pep8 fixes
...
(cherry picked from commit bee125d)
2016-12-13 20:16:44 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
blitzman
5a0165282f
Add reverse sorting / name column to sorting
2016-12-01 00:40:27 -05:00
Ebag333
1854a21a50
Clicking on the name column now reverts back to default sorting
2016-11-30 13:17:50 -08:00
Ebag333
97f72f6df5
Add ability to sort compare list
2016-11-27 12:06:41 -08:00
Ebag333
3aa60ac669
Make Effects Togglable
2016-11-21 22:02:16 -08:00
Ebag333
058768baab
Implement new method for finding values
...
Original method would only export values that were attached directly to
the ship. New method starts from the modified dict, which will export
values without attribute IDs or original values.
2016-10-23 10:44:59 -07:00
Ebag333
2b1abfc9b2
No longer refresh GUI. They can click the refresh button themselves, lazy jerks.
2016-10-21 19:28:54 -07:00
Ebag333
595c139ca8
Add button for exports
2016-10-21 10:53:47 -07:00
blitzmann
faed0ce159
Merge remote-tracking branch 'origin/master' into citadel
...
Conflicts:
config.py
2016-07-16 21:45:28 -04:00
blitzmann
45d338ba3d
Add price to item compare ( #673 )
2016-07-06 22:30:31 -04:00
blitzmann
6e2878194c
Merge branch 'master' into citadel
...
Conflicts:
config.py
service/market.py
2016-07-03 01:10:26 -04:00
blitzmann
7020f4bda9
Fix compare when item doesn't have a meta ( #667 )
2016-07-03 00:38:22 -04:00
blitzmann
01a0745b9b
Update database and fix some icon related bugs
2016-07-01 22:03:51 -04:00
blitzmann
c8175d1191
Only compare attributes with display names (ones that don't have display names are normally internal attributes)
2016-06-23 23:19:08 -04:00
blitzmann
7a7a0f1eff
Merge branch 'feature/item-compare' into singularity
2016-06-23 22:57:09 -04:00
blitzmann
5176fe0366
Sort by meta level
2016-06-23 22:56:40 -04:00
blitzmann
afdae6a3d6
Added first iteration of item comparisons.
2016-06-15 22:26:48 -04:00
Ebag333
32f671b4f2
No longer show "base" column when looking at a market item
...
Since they are identical.
2016-06-12 17:07:37 -07:00
Ebag333
45006fe043
reverted back to original
2016-06-12 12:30:29 -07:00
Ebag333
0d25eca6e5
Added base column
2016-06-10 21:10:04 -07:00
blitzmann
62fd545d24
Restrict citadels to only use citadel modules. Rename Ships tab to Fittings as it no longer just carries ships :(. Fix crash on item stats.
2016-05-15 23:18:39 -04:00
blitzmann
13a15a38c5
Fix line break in some descriptions ( #596 )
2016-05-06 20:50:34 -04:00
blitzmann
653b995774
Update eve.db and add missing carrier effects
2016-04-05 21:36:47 -04:00
blitzmann
c01e506eb1
Add some debug info to item stats (effect and attribute IDs)
2016-03-05 15:42:31 -05:00
blitzmann
3e0b2fd09c
Add debug info
2015-10-31 16:52:10 -04:00
blitzmann
e9d02ce4c8
Change to use BitmapLoader class
2015-09-24 12:21:50 -04:00
blitzmann
474f270b26
Change to new icon locations
2015-09-24 12:17:17 -04:00