Commit Graph

116 Commits

Author SHA1 Message Date
DarkPhoenix
e26150faa5 And in users of service 2011-06-24 13:03:10 +04:00
DarkPhoenix
092deb7851 Do not show price if it's zero 2011-06-24 02:19:53 +04:00
DarkPhoenix
415d3ce68d Fix price request failures more gracefully 2011-06-15 00:19:17 +04:00
DarkPhoenix
221d4e902f Rewrite almost all functionality of market browser to work with reworked service 2011-04-23 22:11:54 +04:00
DarkPhoenix
3524b2cc7f Display number of shots instead of number of charges by default 2011-01-14 02:03:35 +03:00
Corollax
09aa45d15b Remove nonfunctional exception handler
Pull in eos changes too :)
2011-01-02 17:52:20 -06:00
HomeWorld
2662c5ba7a Corrected an import in attributeDisplay 2010-12-22 18:01:09 +02: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
2cac5adf8d Use stored bitmaps for viewcolumns headers (required to get a proper fitting view snapshot) 2010-12-11 00:45:09 +02:00
HomeWorld
95edfb5496 Removed an useless statement in bultinViewColumns.tracking 2010-12-07 15:12:21 +02:00
HomeWorld
e3d4993854 Updated builtinViewColumns.tracking to use CachingImageList.GetImageIndex - the class was wrongly named (MaxRange) - changed its name to Tracking 2010-12-07 15:10:36 +02:00
HomeWorld
2155038589 Updated builtinViewColumns.propertyDisplay to use CachingImageList.GetImageIndex 2010-12-07 15:05:47 +02:00
HomeWorld
a092e39b8b Updated builtinViewColumns.price to use CachingImageList.GetImageIndex 2010-12-07 15:03:36 +02:00
HomeWorld
d5035de19f Updated builtinViewColumns.maxRange to use CachingImageList.GetImageIndex 2010-12-07 15:01:23 +02:00
HomeWorld
893f52a49d Updated builtinViewColumns.capacitorUse to use CachingImageList.GetImageIndex 2010-12-07 14:59:20 +02:00
HomeWorld
8008edd80b Updated builtinViewColumns.baseName to use CachingImageList.GetImageIndex 2010-12-07 14:56:09 +02:00
HomeWorld
b264f36761 Updated builtinViewColumns.baseIcon to use CachingImageList.GetImageIndex 2010-12-07 14:54:38 +02:00
HomeWorld
f34d038308 Updated builtinViewColumns.attributeDisplay to use CachingImageList.GetImageIndex 2010-12-07 14:49:58 +02:00
HomeWorld
7be2edc0f5 Updated builtinViewColumns.ammoIcon to use CachingImageList.GetImageIndex 2010-12-07 14:46:39 +02:00
HomeWorld
292b18b1a5 Updated builtinViewColumns.ammo to use CachingImageList.GetImageIndex 2010-12-07 14:42:25 +02:00
HomeWorld
0eda688351 Display class now uses CachingImageList instead of wx.ImageList; updated builtinViewColumns.state to use it properly 2010-12-07 14:35:37 +02:00
HomeWorld
4a5cdf9204 Removed a debug message in builtinViewColumns.attributeDisplay 2010-12-06 15:16:46 +02:00
cncfanatics
bafae91f24 Direct access defaults to FALSE not True :/ 2010-12-06 14:09:16 +01:00
cncfanatics
570c5a9a0c Implement a set of modifications to allow attributeDisplay to directly
query attributes, this is always slower then using the normal method
except for the marketBrowser.
2010-12-06 09:47:30 +01:00
HomeWorld
97c2c51457 Fix for first column fracked up size 2010-11-15 18:49:41 +02:00
HomeWorld
ebed3f3858 Properly size the first column of fittingview, this 'solves' a visual bug in wxmsw (winxp). Do not touch it without consulting me first 2010-11-15 18:31:25 +02:00
HomeWorld
458d1f995e Item flags correction for some Display builtin columns 2010-11-15 18:05:05 +02:00
Corollax
dd27d21f30 Permissions fix
These don't need executable permissions -- they're run by the interpreter, not the shell.
2010-11-11 17:29:28 -06:00
cncfanatics
ea66f6f147 Full complete rework of the columnViews, Every column should now work
regardless if the type of view it was put in.
2010-11-11 15:49:05 +01:00
cncfanatics
91309299f5 Have projectedName handle projected fits instead of passing them on and
having the slave die
2010-11-05 18:05:58 +01:00
Corollax
dd54f4b21b Changed maxRange.py to use new falloff properties
fscking ship scanners...
2010-11-04 14:09:32 -05:00
Corollax
ccd13e1b20 Fix a spacing issue in __init__.py
No biggie.
2010-11-02 11:46:52 -05:00
HomeWorld
072681b939 Allow column resize in fitting view. If a column gets resized it will maintain its width when doing a refresh. 2010-11-02 18:23:01 +02:00
HomeWorld
1d082475f5 Fixed a little oopsie 2010-11-02 15:13:14 +02:00
HomeWorld
7ad1e47cb0 Fitting view/display improvements 2010-11-02 15:04:35 +02:00
HomeWorld
a043e4a8de Merge branch 'master' of evefit.org:pyfa 2010-11-02 02:01:31 +02:00
HomeWorld
c65b1be486 Various fixes in display.py, including a wxpy listctrl stupid bug workaround 2010-11-02 02:01:14 +02:00
Corollax
020a30c8fe Don't display price if value is 0
Stuff like faction items aren't queried properly. We shouldn't display the valueif we don't know it.
2010-11-01 17:12:05 -05:00
Corollax
b0573fae88 Renamed moduleNameOrSlot.py
In preparation for its division into moduleName and moduleIcon.
This refactor will let the module icon occupy a different column from its Name, so that module/ammo icons can be swapped.
2010-11-01 16:04:52 -05:00
Corollax
4a6594851d Swapped projected module state and ammo icons
Projected view should be consistent with fitting view. Also fixed a capitalization issue in moduleState.py
2010-11-01 15:59:45 -05:00
Corollax
b4525d233e Do not display capacitor use column on 0
A long column of 0's is annoying. Don't display it if it's 0.
2010-11-01 14:41:04 -05:00
cncfanatics
0fc3957ef9 Change ammo columns to use an icon instead of long text 2010-10-30 17:00:20 +02:00
Corollax
2c1a09e971 Fixed Permissions divots
To avoid permission errors, chmod 644!
To avoid permission errors, chmod 644!,
To avert permission terror,
Yet keep permissions fairer,
To avoid permission errors, chmod 644!
2010-10-30 08:48:57 -05:00
cncfanatics
13aeb67234 Add some missile related info to the tracking column when we're dealing
with missiles
2010-10-30 14:19:50 +02:00
cncfanatics
1ec7e795df Add Ammo support for projected effects view 2010-10-30 11:30:28 +02:00
Corollax
7df505834a Restructured to make falloff calc act like optimal
Should function identically, just looks cleaner.
2010-10-29 11:55:23 -05:00
Corollax
afa54ae1c0 Do not display falloff range if it is 0
Fixes ticket http://trac.evefit.org/ticket/225
2010-10-29 10:09:01 -05:00
Corollax
052b8c640d Fixed a few permissions issues
Chmod 644 and whatnot.
2010-10-29 06:09:01 -05:00