Commit Graph

1525 Commits

Author SHA1 Message Date
HomeWorld
5a46cefb14 Streamlined pygauge/pyfaGaugePreferences a little; moved common code in gui.utils.colorUtils - this module will be used soon everywhere where color processing is needed (shipbrowser/chrometabs..) 2010-12-08 14:54:06 +02:00
HomeWorld
cdba057ce3 Fixed gradient start color calculation in pygauges. Now the colors are scaled properly 2010-12-08 13:27:59 +02:00
HomeWorld
3ff31d20af Removed the clearItemImages method from gui.Display - there is no need for it since we now use CachingImageList 2010-12-07 20:20:06 +02:00
HomeWorld
cb5d89c35e Revert "Don't clear all items on populate if wanted in Display class. (default - clear all)"
This reverts commit 219c00ac57.
2010-12-07 20:16:32 +02:00
HomeWorld
219c00ac57 Don't clear all items on populate if wanted in Display class. (default - clear all) 2010-12-07 18:26:57 +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
8e3fd63225 Use CachingImageList.GetImageIndex for bitmaps that resides on FS, let wx.ImageList.Add deal with the rest (memory bitmaps) 2010-12-07 14:19:25 +02:00
HomeWorld
3979413a1d Optimized CachingImageList Add method 2010-12-07 13:34:14 +02:00
HomeWorld
dc096621e1 Added a gentle matplotlib version check in graphFrame 2010-12-07 10:21:22 +02:00
Corollax
ab26acbd9a Fix traceback on opening graphs
Resolves http://trac.evefit.org/ticket/341
2010-12-06 18:38:51 -06:00
Corollax
5602142e7f Final tweak to the pygauge colors
Made the red a little brighter, to differentiate it from the orange (Salmonish color was too close). Also checked to make sure that the pygauge preferences default colors matched what we were actually using.
2010-12-06 18:15:48 -06:00
Corollax
d5f6eb032b Merge branch 'master' of evefit.org:pyfa 2010-12-06 18:02:37 -06:00
HomeWorld
ea8678e094 Pyfa remembers window state (maximized/normal) + more sanity checks in SettingsProvider.getSettings - fill in missing keys with default values 2010-12-07 02:02:36 +02:00
Corollax
5e1c061a52 Bright green is bright.
New green is less bright. But equally shiny. Shiny...
2010-12-06 18:02:14 -06:00
HomeWorld
99924e6d9a Removed autowidth mixin from marketBrowser.ItemViewer 2010-12-07 01:42:21 +02:00
HomeWorld
977c24ab52 Dirty hack: in case the fit got deleted don't make a screenshot of it 2010-12-07 01:15:03 +02:00
HomeWorld
271b4e363b Chicken or egg? 2010-12-07 00:59:29 +02:00
HomeWorld
efb2ddb03c Fixed some gtk warning msgs generated by fittingView.MakeSnapshot 2010-12-06 22:51:34 +02:00
Corollax
3ed507bd74 Minor tweaks to pygauge's colors
Brightened the 105-epsilon, darkened the 105+epsilon
2010-12-06 14:41:40 -06:00
HomeWorld
90033511c9 Here goes a little bit more of wxwidgets fail 2010-12-06 22:23:54 +02:00
HomeWorld
dcb0be74b5 Fixed column widths (take in account header too), highlight modules that arent supposed to be there - fittingView.MakeSnapshot 2010-12-06 20:22:20 +02:00
HomeWorld
6ac7def2b8 Draw list header too for preview (fittinView.MakeSnapshot) 2010-12-06 19:54:01 +02:00
HomeWorld
96839dfec0 Pyfa now properly generates fitting tabs previews 2010-12-06 17:24:13 +02:00
HomeWorld
537a8ec7f0 Updated aboutData to include ingame nicks, this closes ticket #323 2010-12-06 15:36:58 +02:00
HomeWorld
4a5cdf9204 Removed a debug message in builtinViewColumns.attributeDisplay 2010-12-06 15:16:46 +02:00
cncfanatics
e56a273624 Merge branch 'master' of evefit.org:pyfa 2010-12-06 14:09:35 +01:00
cncfanatics
bafae91f24 Direct access defaults to FALSE not True :/ 2010-12-06 14:09:16 +01:00
HomeWorld
a777aba6e5 Force a fake ctrl resize on populate/refresh in marketBrowser.ItemView in order to have the columns resized ( ListCtrlAutoWidthMixin listens on wx.EVT_SIZE and resizes columns when that event is produced - on wxgtk this event isn't generated ) 2010-12-06 14:43:19 +02:00
HomeWorld
c244398875 Applied magic to marketBrowser.ItemView, now it automaticaly resizes Name column in order to have all columns visible ( used listmix.ListCtrlAutoWidthMixin; also column manual resize is blocked - it produces nasty effects in conjuction with listmix.ListCtrlAutoWidthMixin ) 2010-12-06 14:25:38 +02:00
HomeWorld
ca21652be8 Added a nice icon for preferences dialog 2010-12-06 13:37:38 +02:00
HomeWorld
c703252ee5 Moved gauges settings into preferences dialog 2010-12-06 13:20:49 +02:00
Corollax
1bf4e7498d Fix a warning on performance
committing as cnc commands
2010-12-06 02:57:03 -06:00
cncfanatics
4442b4a23b Merge branch 'master' of evefit.org:pyfa 2010-12-06 09:48:32 +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
d581ae80fe Update pyfa gauges colors + clean-up 2010-12-06 10:34:15 +02:00
HomeWorld
a5e0059a4f Updated pygaGaugePreferences defaults with the soon to be implemented gauges color settings 2010-12-05 23:11:57 +02:00
HomeWorld
898dcfcc50 Show color labels in pyfaGaugePreferences colorpickers 2010-12-05 22:49:19 +02:00
HomeWorld
dfdc75719e Specify a width by default for sliders, wxGTK doesn't play nice with sliders that uses wx.DefaultSize) 2010-12-05 22:07:51 +02:00
HomeWorld
3257d6094c Fixed slider size in pyfaGaugePreferences 2010-12-05 21:58:43 +02:00