Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Push the policy that "back", "forward" and "stop" do different things out of ↵ | Rick Pasetto | |
LLViewerMedia. Now, LLViewerMedia has explicit skipBack() and skipForward() functions, and the buttons in LLPanelPrimMediaControls now map onto those functions neatly. | |||
2009-11-19 | Make time-based media "forward" and "back" different from navigate forward ↵ | Rick Pasetto | |
and navigate back | |||
2009-11-13 | Add background to media controls | Rick Pasetto | |
This actually required some help from James and Richard. Thanks, guys! This adds custom-drawing of a background image underneath the icons that make up the media controls in the layout stack. In order to have this work, we had to publicize API in lllayoutstack to force relayout to calculate the size. I also did another cleanup pass ("Boy Scout Rule") that squirreled away all pertinent controls into membed variables, instead of doing a getChild() every time updateShape() is called. Readjusted a bunch of components as well. | |||
2009-10-28 | Completion of rename of llpanelmediahud to llpanelprimmediacontrols | Rick Pasetto | |
2009-10-28 | rename llpanelmediahud to llpanelprimmediacontrols | Rick Pasetto | |