Commit Graph

442 Commits

Author SHA1 Message Date
HomeWorld
a45ca82add Revert "Added missing file (statsView.py)"
This reverts commit 1379d9e6ef.
2010-09-10 18:20:46 +03:00
HomeWorld
1379d9e6ef Added missing file (statsView.py) 2010-09-10 18:17:21 +03:00
HomeWorld
99d6a6b2c2 Major statspane rework -- (ministats panel isnt available for now) 2010-09-10 18:09:41 +03:00
cncfanatics
10b57cbd79 Add a stub for the character selection wx.Choice 2010-09-10 15:29:09 +02:00
cncfanatics
a9837e7cf8 Fix a bug with toggle handling while searching 2010-09-10 15:21:07 +02:00
HomeWorld
091b9be48c Revert "Rework the stats pane to be modular, add a short sample on how it works too"
This reverts commit c0bc0c6fe7.
2010-09-09 18:53:23 +03:00
cncfanatics
c0bc0c6fe7 Rework the stats pane to be modular, add a short sample on how it works too 2010-09-09 17:22:27 +02:00
HomeWorld
bc56fe976f Fix attempt nr.2 for EHP values alignment 2010-09-09 17:38:12 +03:00
HomeWorld
a49d4d4c74 Fix attempt for EHP values alignment 2010-09-09 17:30:41 +03:00
HomeWorld
ee3e00611f Moved Resources section into a togglepanel 2010-09-09 17:23:05 +03:00
cncfanatics
22635e9e58 Pull latest eos to fix ticket #34 2010-09-09 16:16:43 +02:00
cncfanatics
a84606baa9 Pull latest eos to get latest caching changes. 2010-09-09 16:06:27 +02:00
cncfanatics
1ec7fc8cbe Only commit when needed 2010-09-09 15:52:17 +02:00
cncfanatics
1811a1e663 Make the char editor actualy closable 2010-09-09 15:39:21 +02:00
cncfanatics
d850aac7ad Add the ability to change a skill's level via right-click 2010-09-09 15:32:01 +02:00
HomeWorld
ca80583001 TogglePanel layout fix (I dont like it but it works) 2010-09-08 22:51:33 +03:00
cncfanatics
e76dfd990e Update eos version 2010-09-08 19:45:39 +02:00
cncfanatics
03605b6b9d Finish api fetching code 2010-09-08 19:44:50 +02:00
cncfanatics
08da8b0313 Remove the description view for now 2010-09-08 17:34:56 +02:00
cncfanatics
6ab3afb2a0 Merge branch 'master' of evefit.org:pyfa 2010-09-08 17:27:25 +02:00
cncfanatics
44802e6504 Use latest eos to include character related optimizations 2010-09-08 17:26:38 +02:00
HomeWorld
6c6756e3f4 Moved resistances into a toggle panel (painful task to get things aligned correctly - now, the toggle panel content panel doesn't hide/show when toggling - we set height 0 if collapsed and height = normal size when expanded that also prevents artefacts from appearing in fullPanel [it happened on winxp] ) ; modified labelEhp.SetLabel in fitchanged to include full text - (effective hp: xxx) because I couldn't make the custom header stuff behave as it should 2010-09-08 15:30:40 +03:00
HomeWorld
22360d9d2d Moved recharge rates section into a toggle panel 2010-09-08 12:00:18 +03:00
HomeWorld
e2bf63a18d Fixed a crash situation (init of chareditor dialog - usage of CB_READONLY for skilltreechoice caused an assertion) ; Fixed some layout problems when having big skill descriptions ; Planet management doesn't have a description in EOS, that caused an error while setting label with None :) - fixed 2010-09-08 08:22:17 +03:00
cncfanatics
c0ed413af5 Make the generic save button have "Create", "Rename" or "Copy" on it depending on the action instead of "Save" 2010-09-07 22:44:54 +02:00
cncfanatics
2488d2f52d Implement copy and delete too 2010-09-07 22:31:00 +02:00
cncfanatics
bee02f625e More work on the character selection part of the char editor, everything except copy is working now 2010-09-07 22:23:25 +02:00
HomeWorld
868ef2e39d Some alignment changes in togglepanels content for fullpanel + removed the border size param (set to 0) in TogglePanel AddSizer 2010-09-07 21:49:31 +03:00
HomeWorld
996bb84037 Merge branch 'master' of evefit.org:pyfa 2010-09-07 20:54:15 +03:00
HomeWorld
c090c2df11 Moved firepower section into a togglepanel, modified pyfatogglepanel to have the added sizer with full gap (wx.ALL) in contentpanel 2010-09-07 20:53:46 +03:00
cncfanatics
d40a796f85 First draft of skill view of the character editor, can now switch characters and browse levels 2010-09-07 19:24:29 +02:00
HomeWorld
76764dd4cc Moved capacitor section into a togglepanel 2010-09-07 19:58:30 +03:00
HomeWorld
87f0aa54b4 Moved targeting-misc into a togglepanel 2010-09-07 19:26:11 +03:00
HomeWorld
1d570ceefe Splited statspane initWithTogglePanels into small funcs. for each section 2010-09-07 19:00:44 +03:00
HomeWorld
c066624215 Splitted the init of statspane in 2 functions - initNormal and initWithTogglePanels - don't want to frack up the endless hours invested in stats pane while implementing togglepanels. 2010-09-07 17:43:39 +03:00
HomeWorld
b292609dd3 Fixing the problem with no text anim if value>range: ticket #30 ; cleaned up the code a little 2010-09-07 17:22:46 +03:00
cncfanatics
796aaa92fe Minor fixups 2010-09-07 00:46:31 +02:00
HomeWorld
b01e3260e2 StatsPane: removed the increase in width for fullpanel 2010-09-06 20:29:58 +03:00
HomeWorld
506f256e82 Revert "StatsPane: removed the increase in width for full/mini panel"
This reverts commit c9bd5ef91e.
2010-09-06 20:22:29 +03:00
HomeWorld
c9bd5ef91e StatsPane: removed the increase in width for full/mini panel 2010-09-06 20:18:21 +03:00
HomeWorld
9555a5d6e3 Merge branch 'master' of evefit.org:pyfa 2010-09-06 20:15:09 +03:00
HomeWorld
5b64c6cecf Improvment of togglepanel ( flicker free code based on awg:pycollapsiblepane ) 2010-09-06 20:14:52 +03:00
cncfanatics
15c4be53fc isEmpty is now a property, not a method 2010-09-06 18:12:24 +02:00
HomeWorld
bad7e81a6d Big cleanup in pyfatogglepanel. Removed the animation stuff 2010-09-06 17:49:02 +03:00
cncfanatics
8908a54437 Also display group descriptions 2010-09-06 11:26:51 +02:00
cncfanatics
cacd310259 Stop the character editor from resizing every time a skill is selected due to description's size changing 2010-09-06 11:11:13 +02:00
cncfanatics
8aa099d146 Use the new save/delete/commit methods from the backend 2010-09-06 11:02:43 +02:00
cncfanatics
e71004f703 Change all flush calls to commit calls 2010-09-06 10:48:24 +02:00
cncfanatics
41ffd048ac More work on the character editor, the skill browser mostly works now 2010-09-06 10:31:23 +02:00
cncfanatics
37c5554945 Work on some char stuff, more soon 2010-09-05 23:24:43 +02:00