summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml
AgeCommit message (Collapse)Author
2009-11-25DEV-43046: Move media controls to the bottom of mediaRick Pasetto
- Tweaked the algorithm to shift controls down when zoomed in. - Adjusted some numbers in the XUI file - Moved some hard-coded constants into the XUI file so they can be data-driven
2009-11-24Artwork for Stop and Zoom Out for the prim media controlsRick Pasetto
2009-11-24DEV-42130 - moved progress bar to below media controls, made it half-height ↵Rick Pasetto
per recommendation in DEV-42130
2009-11-24DEV-41568 - implement parcel media controls in the nearby media floaterRick Pasetto
Review #42 This implements the parcel media controls in the nearby media floater, including: - Play, Pause, Stop, Volume, and Mute - Correct update of the parcel media name - Parcel Audio (which is currently broken, so I cannot test it)
2009-11-19Push 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-19Make time-based media "forward" and "back" different from navigate forward ↵Rick Pasetto
and navigate back
2009-11-13Integrated most of the final artwork into the media controlsRick Pasetto
2009-11-13Add background to media controlsRick 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-11-06FIX: zoom/unzoom should appear to be one iconRick Pasetto
this was a fairly trivial UI change....
2009-11-05Remove scrolling controls (not to spec)Rick Pasetto
2009-11-04Fix typo in XUI file that broke media controlsRick Pasetto
2009-11-02removed picture_style from LLButton::Params and allow empty labelsrichard
2009-10-28rename llpanelmediahud to llpanelprimmediacontrolsRick Pasetto