Commit Graph

390 Commits

Author SHA1 Message Date
HomeWorld
ea66953b21 Added sensor type (as a tooltip) for sensor str. value in targetingmisc section of statsview 2010-09-12 19:36:50 +03:00
HomeWorld
e0eecd1d18 Small fix that prevents flickering of fitting view scrollbars when those are present - happens on msw 2010-09-12 14:16:57 +03:00
HomeWorld
9706a6c6b1 Forgot to update drone stuff in resources section - fixed 2010-09-12 12:47:12 +03:00
HomeWorld
c2f27f7dee Fixed misalignment in resources section - ticket #40 2010-09-12 12:26:52 +03:00
HomeWorld
6bcaae94e4 Fixed flickering in recharge rates section - ticket #38 2010-09-12 12:14:44 +03:00
HomeWorld
836a11db1c Misalignment fix in priceviewfull - ticket #41 2010-09-12 12:01:40 +03:00
HomeWorld
a367068930 Pyfa exit - fixed ticket #42 - While by doing this I get rid of tracebacks, I don't like it, pyfa shutdowns in more than a second 2010-09-11 23:39:51 +03:00
cncfanatics
a336068d98 Don't do anything if we dun have to, LETS BE LAZY! 2010-09-11 20:26:30 +02:00
cncfanatics
174ee9c5c0 Reset rename to false when relevant 2010-09-11 19:38:57 +02:00
cncfanatics
c1afea3723 Change EditLabel implementation slightly, should work everywhere now 2010-09-11 19:33:13 +02:00
cncfanatics
dbfc7f9264 Use latest eos to fix some multithreading bugs, remove some debug code 2010-09-11 18:12:36 +02:00
cncfanatics
00cc0ae9c9 Fix price units 2010-09-11 14:58:16 +02:00
cncfanatics
21e4ae2a52 Remove some debug code and fixup Layout() calls in statviews 2010-09-11 14:53:27 +02:00
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
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
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
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
HomeWorld
b01e3260e2 StatsPane: removed the increase in width for fullpanel 2010-09-06 20:29:58 +03:00