blitzmann
2f246d0897
Add context menu to affected by list
2015-07-23 15:32:27 -04:00
blitzmann
4596c526a2
Fix #335 - properly represent charge modifiers
2015-07-18 23:39:16 -04:00
blitzmann
9941b6c74b
Make default view module again
2015-07-18 15:23:10 -04:00
blitzmann
b06ce24d4a
Fix attribute view items (two of the same item would merge into one, even if they had different modifiers. now simply list them individually)
2015-07-18 15:20:15 -04:00
blitzmann
2f8c201ab3
Add attribute view
2015-07-18 14:45:26 -04:00
blitzmann
d184820728
Fix toggle attribute names. Previous way assumed no other trees apart from first child and siblings. Not true now with projected fit trees. Instead of attempting to walk the tree, we simply store the items in a list that we later iterate over. Much easier
2015-07-17 18:28:31 -04:00
blitzmann
40aeb1ed4a
Move active fir to init, fixes bug when refreshing with another active fit
2015-07-17 16:33:07 -04:00
blitzmann
d6199a58c2
Separate projected fits from list of affectors. Also, show when affected module is projected. Still need to clean up affector tree stuff
2015-07-16 23:59:37 -04:00
blitzmann
c861adc5ed
Sanity check to importing effect handler
...
Tweaks to opening effect files when in debug (support for OS X and Linux)
2015-02-03 14:07:21 -05:00
blitzmann
7100e8997b
Merge branch 'master' into singularity
2014-11-29 21:53:22 -05:00
blitzmann
8df7593223
Moved compat.py to new dir utils/ and also added timer class
2014-11-29 20:47:53 -05:00
blitzmann
dda1494b90
Added method to check/get modes, and start GUI integration (simple context menu)
2014-11-28 01:23:44 -05:00
DarkPhoenix
e60b677b3f
Update to Phoebe 1.0 data
2014-11-06 02:17:29 +03:00
DarkPhoenix
d991048be3
Fix crash on opening stats for items w/o traits
2014-10-30 14:12:37 +03:00
DarkPhoenix
f78e2ed405
Adapt pyfa scripts to latest Phobos changes
2014-10-25 17:39:33 +04:00
blitzmann
d5a701ab31
If in debug mode, open effect file when double clicking effect (windows only)
2014-08-27 21:29:04 -04:00
DarkPhoenix
f57c18810e
Fix broken refresh button in item stats view
2014-08-26 23:59:05 +04:00
DarkPhoenix
3e70a6fd7c
Fix #139 (Compare Charges mismatch)
2014-08-26 18:19:39 +04:00
blitzmann
2dd8453bbb
Give itemStat width more room on GTK, resolves #113
2014-08-19 16:22:37 -04:00
blitzmann
458e89a534
Fixes #154
2014-08-18 17:46:51 -04:00
blitzmann
e60735a1f2
wxGTK itemStats Improvements: fixes button sizes, removes first column size on effects and increases second colum to prevent clipping
...
with window borders.
2014-08-11 02:15:34 -04:00
blitzmann
c7042f314b
Code consistency
2014-07-31 00:14:29 -04:00
blitzmann
45fca2a87d
All things that can affect attribute from current fit/ships is included in modifiedAttributeDict.
...
The previous method was to only add those that change a value. This adds things can can affect it, and then pass a new `used` flag to the dict to show if it's used or not.
2014-05-25 14:48:40 -04:00
blitzmann
507c423e09
Fix #73
2014-04-11 21:44:11 -04:00
DarkPhoenix
c1ea161060
Rework traits support. Also support getting traits out of the client via phobos
2014-02-16 22:06:54 +04:00
Carl Tompkins
2e9680191b
Added new traits tab to Ship Basic Stats window
2014-02-06 19:22:47 -05:00
DarkPhoenix
e0e93abcca
Additional check for dummy mods
2011-11-22 20:57:46 +04:00
DarkPhoenix
e4bd0cb8bd
Use better regexps to strip font color tags, do not replace them with bold tags and strip URLs as well
2011-11-02 20:20:26 +04:00
DarkPhoenix
ae1bea7861
Apply no-icon fix to affliction tree too
2011-10-26 00:07:45 +04:00
HomeWorld
f92b518ef7
Show an empty icon (transparent 16x16) in item stats if an attribute icon is missing from static data or things are screwed up (take 2)
2011-10-25 22:31:58 +03:00
HomeWorld
dc2332fa52
Revert "Show an empty icon (transparent 16x16) in item stats if an attribute icon is missing from static data or things are screwed up"
...
This reverts commit 4560533b2a .
2011-10-25 22:18:35 +03:00
HomeWorld
4560533b2a
Show an empty icon (transparent 16x16) in item stats if an attribute icon is missing from static data or things are screwed up
2011-10-25 22:17:35 +03:00
Corollax
3b9738a1b0
Fixes traceback on show module stats
...
Looking at the stat on a berserker SW-900 drone was causing tracebacks if all-5 skills were set. This fixes it.
2011-09-28 19:51:39 +03:00
HomeWorld
bd3a3f9878
Added a close button for item stats dlg if platform is wxGTK (there's no window close button for Gnome 3 dlgs)
2011-09-27 21:30:16 +03:00
HomeWorld
95ed4b60fd
Little fix in item stats attrib display (some changes in CCP stuff affected it)
2011-09-27 20:46:29 +03:00
HomeWorld
a3080df50a
Fixed an upsie in Affected By, attrIcon was MIA
2011-05-03 20:11:56 +03:00
HomeWorld
b8386226f8
Implemented Affected by attributeName sorting (as req in #376 )
2011-05-03 19:57:40 +03:00
DarkPhoenix
3c48839569
Rework context menus
2011-04-24 21:58:07 +04:00
HomeWorld
adae21452a
Moved and splitted util.py into gui.utils.numberFormatter and gui.utils.clipboard; GetPartialText moved into gui.utils.drawUtils.py
2010-12-22 17:57:21 +02:00
DarkPhoenix
243291959f
Revert "Resolve 352 (Clean up root folder)"
...
This reverts commit cede27f1b2 .
2010-12-18 13:46:36 +03:00
DarkPhoenix
cede27f1b2
Resolve 352 (Clean up root folder)
2010-12-18 13:34:51 +03:00
HomeWorld
1ec2902874
Mangled Item/Ship description content to respect current theme
2010-12-14 20:07:34 +02:00
Corollax
c93b4c9f4e
Added tooltips for max warp dist and probe size
...
Updated eos to include the new property functions that drive those tooltips. Also fixed an error on showing the ship stats attribute when an icon couldn't be found.
2010-11-29 02:44:07 -06:00
HomeWorld
24f0beac34
Fix for maximized case of stats window
2010-11-26 15:46:28 +02:00
HomeWorld
1410d11678
Implemented stats window reuse (on ctrl/cmd pressed)
2010-11-26 15:23:35 +02:00
HomeWorld
4661e42769
Strip color information from item desc, fixes ticket #307
2010-11-26 13:14:59 +02:00
cncfanatics
7f9913d16e
Merge branch 'master' of evefit.org:pyfa
...
Conflicts:
eos
2010-10-31 13:10:49 +01:00
cncfanatics
710e1e13f7
Small changes to accomodate eos attribute rework
2010-10-31 10:18:52 +01:00
cncfanatics
e584b94721
Hide afflictions in affected by if they didn't actualy change crap
2010-10-29 21:01:13 +02:00
cncfanatics
52fb65754b
Always grab a fresh instance of an item from the current thread to
...
display stats
2010-10-27 16:41:22 +02:00