Commit Graph

1851 Commits

Author SHA1 Message Date
Lucas Thode
6a04e285aa Merge branch 'master' of evefit.org:pyfa 2010-12-01 04:23:19 -06:00
Corollax
d7ed132e42 Update staticdata to the Tyrannis eve.db
Hooray!
2010-11-30 09:05:51 -06:00
HomeWorld
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) 2010-11-30 16:37:37 +02:00
HomeWorld
af6c3b0bae Do nothing if API ID/Key are empty 2010-11-30 16:13:18 +02:00
HomeWorld
10c6d0b90a Fix for fit DND, stuff (BlankPage) got moved in a separate file, forgot to update the code. 2010-11-30 15:59:19 +02:00
HomeWorld
1f44d39cad Pyfa - Incursion release prep 2010-11-30 15:53:46 +02:00
Corollax
de0bc933ef Moved the MWD icon
79_09.png -> icon79_09.png
2010-11-30 04:24:35 -06:00
Corollax
66c4ae1953 Update the staticdata repo to include Noctis & MWD
See the most recent commit on staticdata for details.
2010-11-30 04:20:49 -06:00
Corollax
27113458a7 Adjusted probeSize to check for None return value
Fscking divide-by-zero errors. Meh. At least it won't bork T3s now.
2010-11-29 12:46:07 -06:00
Corollax
4bb26442c0 Update Pyfa to include the new Multispec scan res
The Apotheosis is Eve's "special" kid.
2010-11-29 09:44:32 -06:00
Lucas Thode
849e1e1431 Merge branch 'master' of evefit.org:pyfa 2010-11-29 04:58:58 -06:00
Corollax
3a5face2a5 Pulling in a fix to eos for tooltips 2010-11-29 03:01:57 -06: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
Corollax
087aeab91f Accidentally used scan res instead for Probe Size
Swapped for sensor strength, as it should be. *facepalm*
2010-11-29 01:18:40 -06:00
Corollax
9dd5c402d8 Various refinements to tooltips
Implemented a Probe Size tooltip for signature radius that gives the TargetSize. If it's < 1.08, you're unprobeable :)
2010-11-29 00:53:53 -06:00
HomeWorld
a9bd89f5c5 Fixed stats refresh when closing CharacterEditor, also properly re-enable all windows by deleting the WindowDisabler right before calling CharacterEditor.Destroy 2010-11-28 23:23:34 +02:00
HomeWorld
5c2f3b00f6 Ommited by mistake import gui.globalEvents 'as GE' in droneSplit.py 2010-11-28 23:00:01 +02:00
HomeWorld
f3729f0287 Updated FitChanged in all files 2010-11-28 22:51:08 +02:00
HomeWorld
bedebb94f5 Fixed some tracebacks in fittingView (forgot to change from FitChanged to GE.FitChanged in 2 loc.) 2010-11-28 22:16:51 +02:00
HomeWorld
a5b40dbac0 Send FIT_CHANGED event too when a fit is selected in shipbrowser and that fit is already present in multiSwitch 2010-11-28 21:35:37 +02:00
HomeWorld
17bf3e25d6 Cleaned up pyfatogglepanel.py (removed useless comments / unused functions) 2010-11-28 20:52:03 +02:00
HomeWorld
39f1665ef0 Fixed an oopsie when closing a tab 2010-11-28 20:13:53 +02:00
HomeWorld
1c820e3859 Fixed PFNotebook not sending PageChanged event when deleting a tab (if it's the case); multiSwitch uses a smarter BlankPage that responds to PageChanged event, now pyfa is behaving correctly when switching betwen fittingView tabs and empty tabs; FIT_CHANGED event moved to globalEvents.py since it is used a lot in different locations;... 2010-11-28 20:04:45 +02:00
HomeWorld
99c2661b45 Rewritten GetPartialText; moved in util.py 2010-11-28 17:31:29 +02:00
HomeWorld
ae6cc539f1 Fixed a visual bug in shipbrowser - fititem 2010-11-28 15:02:16 +02:00
HomeWorld
ae34992acf Use a better FloatCtrl in patternEditor 2010-11-28 12:09:36 +02:00
HomeWorld
c06e164fb1 Use NumCtrl instead of IntCtrl (we want floats in dmg pattern editor), ignore bad data in dmg pattern import service 2010-11-28 11:43:32 +02:00
HomeWorld
95e68c069d Let wx autosize Graphframe 2010-11-28 11:12:04 +02:00
HomeWorld
34fe62196e Graph frame layout improvement 2010-11-28 11:07:26 +02:00
Niklas Bölter
c9583df9b8 Fixed Staticdata 2010-11-28 08:55:49 +01:00
Corollax
c20f84bc44 Revert "Revert "Update staticdata repo""
This reverts commit abbf1cadcc.

Going to let cnc do this because apparently I can't do it right.
2010-11-28 01:42:56 -06:00
Corollax
abbf1cadcc Revert "Update staticdata repo"
This reverts commit 3dd18340f7.
2010-11-28 01:37:09 -06:00
Corollax
3dd18340f7 Update staticdata repo
Version 207554, at cncfanatics's request. Obviously, revert if I misunderstood...
2010-11-27 17:56:07 -06:00
Lucas Thode
f5c5f86fe6 Merge branch 'master' of evefit.org:pyfa 2010-11-26 12:00:16 -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
efc62d2959 Always have at least one tab shown in multiswitch (Empty tab) no matter what 2010-11-26 14:04:58 +02:00
HomeWorld
e2db046d02 Tiny little optimization in pfnotebook tab renderer 2010-11-26 13:30:07 +02:00
HomeWorld
4661e42769 Strip color information from item desc, fixes ticket #307 2010-11-26 13:14:59 +02:00
HomeWorld
f462171dbb Fixed ticket #306, probably this should be done eos side 2010-11-26 12:38:52 +02:00
HomeWorld
bac008da68 Fixed ticket #257 (ugly way) 2010-11-26 11:39:30 +02:00
HomeWorld
745f43ba37 Merge branch 'master' of evefit.org:pyfa 2010-11-26 10:44:31 +02:00
HomeWorld
520b324b64 Show a default bitmap for ships that have their icons missing. Fixes ticket #305 2010-11-26 10:44:04 +02:00
Corollax
023de6240c Revert 45d2190f68
Closing application when no tabs are open is annoying. Was worth testing, but definitely not the desired behavior.

(Automatic revert caused conflicts, so I'm doing this commit manually).
2010-11-25 18:37:29 -06:00
Lucas Thode
5e09840f27 Merge branch 'master' of evefit.org:pyfa 2010-11-25 12:58:49 -06:00
Lucas Thode
5d043aa7c8 Revert "Revert "Revert "Fixed pygauge traceback for Noctis"""
This reverts commit da8d33437f.
2010-11-25 12:58:35 -06:00
Lucas Thode
da8d33437f Revert "Revert "Fixed pygauge traceback for Noctis""
This reverts commit df21afef0d.
2010-11-25 12:18:38 -06:00
Lucas Thode
df21afef0d Revert "Fixed pygauge traceback for Noctis"
This reverts commit 8d0c144477.

Fix should be in eos, not pyfa.
2010-11-25 11:59:25 -06:00
Lucas Thode
8d0c144477 Fixed pygauge traceback for Noctis
Apparently, that ship hands back None for drone bay capacity (and possibly drone bandwidth too).  Fixed the resourcesView to not pass None to pygauge, thus fixing the traceback.
2010-11-25 11:57:40 -06:00
cncfanatics
e98cecfea1 Merge branch 'master' of evefit.org:pyfa 2010-11-25 17:51:10 +01:00