d5f6eb032b
Merge branch 'master' of evefit.org:pyfa
Corollax
2010-12-06 18:02:37 -06:00
ea8678e094
Pyfa remembers window state (maximized/normal) + more sanity checks in SettingsProvider.getSettings - fill in missing keys with default values
HomeWorld
2010-12-07 02:02:36 +02:00
5e1c061a52
Bright green is bright.
Corollax
2010-12-06 18:02:14 -06:00
c97222b94c
Merge branch 'master' of evefit.org:pyfa
HomeWorld
2010-12-07 01:42:30 +02:00
99924e6d9a
Removed autowidth mixin from marketBrowser.ItemViewer
HomeWorld
2010-12-07 01:42:21 +02:00
cb1ab16422
Change G->B for 10^9
Corollax
2010-12-06 17:38:19 -06:00
977c24ab52
Dirty hack: in case the fit got deleted don't make a screenshot of it
HomeWorld
2010-12-07 01:15:03 +02:00
271b4e363b
Chicken or egg?
HomeWorld
2010-12-07 00:59:29 +02:00
efb2ddb03c
Fixed some gtk warning msgs generated by fittingView.MakeSnapshot
HomeWorld
2010-12-06 22:51:34 +02:00
3ed507bd74
Minor tweaks to pygauge's colors
Corollax
2010-12-06 14:41:40 -06:00
90033511c9
Here goes a little bit more of wxwidgets fail
HomeWorld
2010-12-06 22:23:54 +02:00
dcb0be74b5
Fixed column widths (take in account header too), highlight modules that arent supposed to be there - fittingView.MakeSnapshot
HomeWorld
2010-12-06 20:22:20 +02:00
6ac7def2b8
Draw list header too for preview (fittinView.MakeSnapshot)
HomeWorld
2010-12-06 19:54:01 +02:00
537a8ec7f0
Updated aboutData to include ingame nicks, this closes ticket #323
HomeWorld
2010-12-06 15:36:58 +02:00
4a5cdf9204
Removed a debug message in builtinViewColumns.attributeDisplay
HomeWorld
2010-12-06 15:16:46 +02:00
e56a273624
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-12-06 14:09:35 +01:00
bafae91f24
Direct access defaults to FALSE not True :/
cncfanatics
2010-12-06 14:09:16 +01:00
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 )
HomeWorld
2010-12-06 14:43:19 +02:00
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 )
HomeWorld
2010-12-06 14:25:38 +02:00
ca21652be8
Added a nice icon for preferences dialog
HomeWorld
2010-12-06 13:37:38 +02:00
c703252ee5
Moved gauges settings into preferences dialog
HomeWorld
2010-12-06 13:20:49 +02:00
1bf4e7498d
Fix a warning on performance
Corollax
2010-12-06 02:57:03 -06:00
4442b4a23b
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-12-06 09:48:32 +01:00
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.
cncfanatics
2010-12-06 09:47:30 +01:00
a5e0059a4f
Updated pygaGaugePreferences defaults with the soon to be implemented gauges color settings
HomeWorld
2010-12-05 23:11:57 +02:00
898dcfcc50
Show color labels in pyfaGaugePreferences colorpickers
HomeWorld
2010-12-05 22:49:19 +02:00
dfdc75719e
Specify a width by default for sliders, wxGTK doesn't play nice with sliders that uses wx.DefaultSize)
HomeWorld
2010-12-05 22:07:51 +02:00
3257d6094c
Fixed slider size in pyfaGaugePreferences
HomeWorld
2010-12-05 21:58:43 +02:00
802b4c6ab7
Added a slider that can modify pyfa's gauges gradient start color
HomeWorld
2010-12-05 21:51:33 +02:00
9e99bdcb3f
Make pyfaGaugePreferences executable
Corollax
2010-12-05 12:34:39 -06:00
e57dcd72e9
Cleanup in mainFrame (forgot to remove an useless statement) + pyfaGaugePreferences fix for intervals
HomeWorld
2010-12-05 20:18:41 +02:00
e9062074d1
Save only pyfa's width/height on exist
HomeWorld
2010-12-05 20:06:46 +02:00
4c6aabb46a
Added a check for minimal wxpython version. In case the installed wxpython version is older than the minimal required one it will notify the user and suggest upgrading it (can open wxpython.org site in a browser if wanted)
HomeWorld
2010-12-05 19:20:01 +02:00
6160550f2d
Added legend for graphFrame
HomeWorld
2010-12-05 18:40:37 +02:00
0dac2b808b
Fixed a mistype in mainFrame.ExitApp
HomeWorld
2010-12-05 17:51:30 +02:00
7d0f5cf910
Load matplotlib only when needed, this speeds up a little pyfa startup
HomeWorld
2010-12-05 17:47:49 +02:00
cba719f324
Fixed dialog creation in pyfaGaugePreferences, this time for good
HomeWorld
2010-12-05 17:22:28 +02:00
23b9c53e59
Fixed dialog creation in pyfaGaugePreferences
HomeWorld
2010-12-05 17:12:18 +02:00
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
HomeWorld
2010-12-05 16:52:11 +02:00
e1d7bea29b
Made gauges in pyfaGaugePreferences look and behave like the real ones
HomeWorld
2010-12-05 16:45:38 +02:00
9ace45c6c9
Added color linking in pygaGaugePreferences
HomeWorld
2010-12-05 15:25:50 +02:00
928c75fe8d
Added a standalone theming app for pyfa's gauges, it will be soon integrated into prefrences
HomeWorld
2010-12-05 14:49:46 +02:00
c09cae2804
Error check for fetch skills added. Display a message in all cases
HomeWorld
2010-12-04 21:04:27 +02:00
fe3b195946
Update API tab properly when we change current character (account)
HomeWorld
2010-12-04 20:42:33 +02:00
2173560546
Proper try/except block for service.character.charList - catch all errors
HomeWorld
2010-12-04 20:30:36 +02:00
4af02a8304
Added an error notify for char fetching in CharacterEditor
HomeWorld
2010-12-04 20:12:01 +02:00
5186bd07a5
Alpha + channels tweak for inactive tabs. Final
HomeWorld
2010-12-04 19:06:01 +02:00
2edb31fdba
Color tweak for inactive tabs
HomeWorld
2010-12-04 17:51:57 +02:00
0301c7b4b4
Make sure we fill stuff with default values if cPickle.load fails
HomeWorld
2010-12-04 17:16:38 +02:00
dfcbfce3d9
Implemented position/size persistence of pyfa's main window
HomeWorld
2010-12-04 17:02:03 +02:00
dc0896a1aa
Fixed a visual bug in mainFrame (CharSelection margins were set in the wrong place) - this caused artefacts on theme change
HomeWorld
2010-12-04 15:58:16 +02:00
261b79f95c
Force enable edits/buttons after creating a new dmg pattern
HomeWorld
2010-12-04 14:32:42 +02:00
c7b93f4b44
Fixed a traceback in CharacterEditor/ImplantsViewer add implant to char, sanity check anyone?
HomeWorld
2010-12-04 11:11:09 +02:00
ad1c264241
Import kThemeBrushDialogBackgroundActive from Carbon.Appearance
HomeWorld
2010-12-03 15:51:33 +02:00
6cdcc4277c
Use brush.MacSetTheme(kThemeBrushDialogBackgroundActive) for tabs bk (wxmac)
HomeWorld
2010-12-03 15:46:32 +02:00
69a8b85975
Color change in tabs renderer bk
HomeWorld
2010-12-03 15:40:21 +02:00
93a3f09a9e
Revert "Do not use alpha channel for inactive tabs in pfnotebook"
HomeWorld
2010-12-03 15:21:35 +02:00
ff35e213fb
Do not use alpha channel for inactive tabs in pfnotebook
HomeWorld
2010-12-03 15:10:24 +02:00
b7d959ed62
Use the same font color for both active/inactive tabs text
HomeWorld
2010-12-03 14:49:50 +02:00
0b5243dc62
Dont mangle border style in Display class, change it where needed
HomeWorld
2010-12-03 14:35:37 +02:00
afb4e40e4b
Add/delete bitmap buttons in CharacterEditor/Implants view uses now famfamfam icons
HomeWorld
2010-12-03 14:19:32 +02:00
acb8052469
Make sure we dont screw things up in Display class when the first column has wx.LIST_AUTOSIZE_USEHEADER width specified
HomeWorld
2010-12-03 13:48:21 +02:00
4fa1ad8e74
Fixed column size issue in fetched char list
HomeWorld
2010-12-03 13:04:39 +02:00
de3d10dc2c
Fixed implants browser in CharacterEditor
HomeWorld
2010-12-03 12:51:35 +02:00
0f2cf3c27c
Use EVT_SYS_COLOUR_CHANGED to refresh tabs
HomeWorld
2010-12-03 10:51:35 +02:00
ead56706fc
Revert "Use default attribs (bg color) to draw tabs bk" No luck with default visual attribs on GTK This reverts commit f6af411942.
HomeWorld
2010-12-03 10:12:55 +02:00
f6af411942
Use default attribs (bg color) to draw tabs bk
HomeWorld
2010-12-03 10:04:06 +02:00
1b944212ff
Fixed a stupid oopsie in shipbrowser items container class init
HomeWorld
2010-12-03 10:00:34 +02:00
ebf819adcd
Made tabs more visible when a 'dark' theme is selected
HomeWorld
2010-12-03 08:36:33 +02:00
a885236401
Removed an useless check in stage2 create new fit code, fixes ticket #317
HomeWorld
2010-12-02 19:28:48 +02:00
9953b7ab22
Shipbrowser uses now fonts with height specified in pixels and not in points; shipbrowser should 'look' the same on all platforms
HomeWorld
2010-12-02 18:35:50 +02:00
e059c8c7cc
refreshPanel+processPrices will now always refresh the panel
Niklas Bölter
2010-12-01 20:10:21 +01:00
5fda0c7c9d
Update eos
Corollax
2010-12-01 10:33:35 -06:00
8681e05c2f
Pull eos to update graphs with the div-by-zero fix
Corollax
2010-12-01 10:10:46 -06:00
6a04e285aa
Merge branch 'master' of evefit.org:pyfa
Lucas Thode
2010-12-01 04:23:19 -06:00
d7ed132e42
Update staticdata to the Tyrannis eve.db
Corollax
2010-11-30 09:05:51 -06:00
7db8d81ec0
Removed niki's workaround in CharEditor editboxes since it causes unwanted behaviour on wxgtk/msw (workaround was for wxMac: the pasted text preserves color/font attribs)
HomeWorld
2010-11-30 16:37:37 +02:00
af6c3b0bae
Do nothing if API ID/Key are empty
HomeWorld
2010-11-30 16:13:18 +02:00
10c6d0b90a
Fix for fit DND, stuff (BlankPage) got moved in a separate file, forgot to update the code.
HomeWorld
2010-11-30 15:59:19 +02:00
de0bc933ef
Moved the MWD icon
Corollax
2010-11-30 04:24:35 -06:00
66c4ae1953
Update the staticdata repo to include Noctis & MWD
Corollax
2010-11-30 04:20:49 -06:00
27113458a7
Adjusted probeSize to check for None return value
Corollax
2010-11-29 12:46:07 -06:00
4bb26442c0
Update Pyfa to include the new Multispec scan res
Corollax
2010-11-29 09:44:32 -06:00
849e1e1431
Merge branch 'master' of evefit.org:pyfa
Lucas Thode
2010-11-29 04:58:58 -06:00
3a5face2a5
Pulling in a fix to eos for tooltips
Corollax
2010-11-29 03:01:57 -06:00
c93b4c9f4e
Added tooltips for max warp dist and probe size
Corollax
2010-11-29 02:44:07 -06:00
087aeab91f
Accidentally used scan res instead for Probe Size
Corollax
2010-11-29 01:18:40 -06:00
9dd5c402d8
Various refinements to tooltips
Corollax
2010-11-29 00:53:53 -06:00
a9bd89f5c5
Fixed stats refresh when closing CharacterEditor, also properly re-enable all windows by deleting the WindowDisabler right before calling CharacterEditor.Destroy
HomeWorld
2010-11-28 23:23:34 +02:00