cncfanatics
|
2bb7abca11
|
First draft of price fetching code, as well as a bugfix fixing fitting calculations being done twice
|
2010-09-11 14:05:04 +02:00 |
|
cncfanatics
|
f81db477fc
|
Remove some unused imports
|
2010-09-11 14:04:49 +02:00 |
|
cncfanatics
|
f7d8566fd7
|
Correctly set shipbrowser style
|
2010-09-11 09:50:41 +02:00 |
|
cncfanatics
|
1848ba0121
|
Fix a bug when clearing out search
|
2010-09-11 09:50:33 +02:00 |
|
HomeWorld
|
1a494cac37
|
Major rework in statspane take 2 (no mini statspane yet)
|
2010-09-10 18:23:10 +03:00 |
|
HomeWorld
|
d27a180845
|
Revert "Major statspane rework -- (ministats panel isnt available for now)"
This reverts commit 99d6a6b2c2.
|
2010-09-10 18:21:04 +03:00 |
|
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 |
|