Commit Graph

1511 Commits

Author SHA1 Message Date
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
HomeWorld
802b4c6ab7 Added a slider that can modify pyfa's gauges gradient start color 2010-12-05 21:51:33 +02:00
Corollax
9e99bdcb3f Make pyfaGaugePreferences executable
Include the shebang
2010-12-05 12:34:39 -06:00
HomeWorld
e57dcd72e9 Cleanup in mainFrame (forgot to remove an useless statement) + pyfaGaugePreferences fix for intervals 2010-12-05 20:18:41 +02:00
HomeWorld
e9062074d1 Save only pyfa's width/height on exist 2010-12-05 20:06:46 +02:00
HomeWorld
6160550f2d Added legend for graphFrame 2010-12-05 18:40:37 +02:00
HomeWorld
0dac2b808b Fixed a mistype in mainFrame.ExitApp 2010-12-05 17:51:30 +02:00
HomeWorld
7d0f5cf910 Load matplotlib only when needed, this speeds up a little pyfa startup 2010-12-05 17:47:49 +02:00
HomeWorld
cba719f324 Fixed dialog creation in pyfaGaugePreferences, this time for good 2010-12-05 17:22:28 +02:00
HomeWorld
23b9c53e59 Fixed dialog creation in pyfaGaugePreferences 2010-12-05 17:12:18 +02:00
HomeWorld
f3417b39b4 Fixed a major ugly bug in mainFrame.UpdateMainFrameAttribs - if we close pyfa while it's minimized GetSize will return 0,0 - we don't want that 2010-12-05 16:52:11 +02:00
HomeWorld
e1d7bea29b Made gauges in pyfaGaugePreferences look and behave like the real ones 2010-12-05 16:45:38 +02:00
HomeWorld
9ace45c6c9 Added color linking in pygaGaugePreferences 2010-12-05 15:25:50 +02:00
HomeWorld
928c75fe8d Added a standalone theming app for pyfa's gauges, it will be soon integrated into prefrences 2010-12-05 14:49:46 +02:00
HomeWorld
c09cae2804 Error check for fetch skills added. Display a message in all cases 2010-12-04 21:04:27 +02:00