0e04280dca
Fixed itemstats attributes, do a proper check for stuff = None when getting the value of an attribute, fixed a visual bug introduced by freeze/thaw when toggling view mode (my bad)
HomeWorld
2010-10-08 16:36:56 +03:00
52d9b4b7c6
Optimize itemStats attribute view a lot more
cncfanatics
2010-10-08 14:11:37 +02:00
1d78bf0a7b
Merge branch 'master' of evefit.org:pyfa
HomeWorld
2010-10-08 14:38:26 +03:00
1ce3f4de24
Made itemstats - attributes PRETTY
HomeWorld
2010-10-08 14:38:08 +03:00
8577fa617e
Update eos to grab cargo fix
cncfanatics
2010-10-08 13:08:12 +02:00
91863888b4
Update eos
cncfanatics
2010-10-08 11:21:19 +02:00
f35200eaed
Rename "Character" to "Windows" (need a better name, really) and add the damage pattern editor menu entry to it
cncfanatics
2010-10-08 11:20:56 +02:00
b8ac74e373
Fixup the damage pattern menu to actualy show the damage pattern list instead of bullcrap now
cncfanatics
2010-10-08 11:20:11 +02:00
da39de65a8
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-10-08 08:40:44 +02:00
de192a03b7
Update eos
cncfanatics
2010-10-08 08:29:27 +02:00
df04999c46
Don't expect eos to throw an exception if ammo is invalid, be big and check it ourselves **Proud*
cncfanatics
2010-10-08 07:46:13 +02:00
babe9a4d32
Removed a print leftover
HomeWorld
2010-10-07 22:15:43 +03:00
c1ec68ed82
Added proper icon to chareditor window (it has none on msw, it inherited the parent icon on wxgtk)
HomeWorld
2010-10-07 20:51:05 +03:00
799bd08425
Fixed a small bug in context menu, we didn't checked if selection is empty - marketbrowser
HomeWorld
2010-10-07 20:44:00 +03:00
f042041c93
Fixed context menu misbehaviour on wxgtk in fittingview
HomeWorld
2010-10-07 20:23:20 +03:00
ff18cc9dfc
Revert "Fixed context menu getting closed when releasing right mouse button"
HomeWorld
2010-10-07 19:42:14 +03:00
d00325470b
Fixed context menu getting closed when releasing right mouse button
HomeWorld
2010-10-07 19:35:58 +03:00
2e51ffde13
Little misspelling fix
HomeWorld
2010-10-07 18:21:37 +03:00
4d102c5d8a
Fixed ticket #84, it seems that not only wxmac sux but wxgtk too, character editor remade as wx.frame + some tricks to emulate a modal dialog
HomeWorld
2010-10-07 17:06:30 +03:00
cc2d9a9391
Removed the test if saveddata.db exists, sqlalchemy checks it anyway
HomeWorld
2010-10-07 13:37:32 +03:00
14399ff2c0
Don't display affected by tab if we don't have any info about it, it'll crash anyway
cncfanatics
2010-10-07 11:10:25 +02:00
c358ac28f6
Update to latest eos
cncfanatics
2010-10-07 10:23:07 +02:00
00c220779d
Fix a bug where we'd bind our context menu handler several times, leading to superfluous handler calls
cncfanatics
2010-10-07 08:20:52 +02:00
89a0ccf513
Fix a bug with incorrect handling of "Unlearn" and "Level 0"
cncfanatics
2010-10-07 08:04:33 +02:00
a4877514b4
Fix a bug where a context menu was only able to be spawned once and not reusable
cncfanatics
2010-10-07 08:00:16 +02:00
9190239c61
Dont set font size for HtmlWindow, it will look bad on macs
HomeWorld
2010-10-06 18:48:58 +03:00
aaeee7e6e8
Revert "Dont set font size for HtmlWindow, it will look bad on macs"
HomeWorld
2010-10-06 18:48:15 +03:00
c0c2f75c90
Dont set font size for HtmlWindow, it will look bad on macs
HomeWorld
2010-10-06 18:46:59 +03:00
07d024a9db
Replaced TextCtrl with HtmlWindow because item description contains html tags - ItemStats
HomeWorld
2010-10-06 18:30:41 +03:00
dd118d5e70
Removed 'description' column from effect list - ItemStats
HomeWorld
2010-10-06 18:10:46 +03:00
8219d74a18
Display a nicer 'full' requirements skill tree - ItemStats
HomeWorld
2010-10-06 18:05:28 +03:00
8ee316f561
Icon file name fix for strategic cruisers - ItemStats
HomeWorld
2010-10-06 16:33:03 +03:00
448b47aa2a
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-10-06 14:02:26 +02:00
c0b739b8f7
Fix item stats for skills and move some stuff around
cncfanatics
2010-10-06 13:58:42 +02:00
4c7b612cef
Use correct window flags in itemstats
HomeWorld
2010-10-06 14:26:02 +03:00
c5ded5e65d
Allow itemstats dlg window to be resized within certain boundaries
HomeWorld
2010-10-06 14:13:18 +03:00
0fd98a0f44
Using attr.displayName resulted in a crash when viewing a ship stats (itemModifiedAttributes objects don't have displayName property ???), removed. Made sure we format values when viewing a ship stats
HomeWorld
2010-10-06 13:58:23 +03:00
2644591ead
Small visual bug fix in itemstats
HomeWorld
2010-10-06 13:39:44 +03:00
d0f97a2258
Use headers in all itemstats listctrls
HomeWorld
2010-10-06 13:23:27 +03:00
b5c58d8fe3
Make use of mixins.listctrl.ListRowHighlighter in itemstats listctrls to get things even more prettier
HomeWorld
2010-10-06 13:14:13 +03:00
91d39deb87
Also display item stats for skill context menus
cncfanatics
2010-10-06 11:48:39 +02:00
9216fb69bb
Make use of mixins.listctrl in itemstats listctrls to get things pretty
HomeWorld
2010-10-06 12:48:17 +03:00
b66cfd06ea
Make sure we can display context menus when clicks are anywhere on the panel
cncfanatics
2010-10-06 11:48:17 +02:00
0adf72548d
Small itemstats window placement improvement
HomeWorld
2010-10-06 11:56:51 +03:00
97839a20f5
Made item stats attributes name more human readable + value formatting
HomeWorld
2010-10-06 11:42:00 +03:00
21465a557e
Added effects tab in itemstats
HomeWorld
2010-10-06 11:07:23 +03:00
fa5b8bbbff
update eos
cncfanatics
2010-10-06 09:53:30 +02:00
cb16b12d47
Use a static variable as counter instead of a global
cncfanatics
2010-10-06 09:34:30 +02:00
7e1f48b0dd
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-10-06 09:31:12 +02:00
8f21a25da6
Implement the start of stat view menus
cncfanatics
2010-10-06 09:29:47 +02:00
bf6a1afec6
Show itemstats dlgs in a 'ordered' manner
HomeWorld
2010-10-06 10:24:16 +03:00
71629f533c
Merge branch 'master' of evefit.org:pyfa
cncfanatics
2010-10-06 06:08:14 +02:00
e8bd652ccf
Fix a bug in figureIcon
cncfanatics
2010-10-06 06:07:47 +02:00