summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_prim_media_controls.xml
AgeCommit message (Collapse)Author
2013-07-23ACME-734 : MoaP : Move the secure lock icon to the left on Media on Prim ↵Merov Linden
address bar
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-01-16EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant ↵Richard Linden
Outbox floater was previously minimized rewrote layout_stack resizing logic to be symmetrical
2010-10-26STORM-482; change to allow 1023 characters again in local chat. While fixing ↵Kent Quirk
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
2010-08-25fixed regressions from changing layout panel to be a derived widget classRichard Linden
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-03-19(EXT-6470) [TRANSLATED BUT IN EN] Media Nav bar (Media Control)Sergei Litovchuk
- Fixed panel name in en/panel_prim_media_controls.xml. Panel name mismatch in localized files prevented from using localized attributes (e.g. tool tips) of all children of this panel. Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/73/ --HG-- branch : product-engine
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-02-16Tweak sizes a tiny bit to make media controls look a little betterRick Pasetto
2010-01-15Clean up the XUI for media controls (avoids warnings)Rick Pasetto
- get rid of some invalid params - make sure all buttons are named
2010-01-15get rid of 'min_width' from <button>s -- it isn't a valid paramRick Pasetto
2010-01-13Make max length of URL fields 1024 (media controls and settings)Rick Pasetto
2010-01-07Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-07DEV-44129 EXT-3662 - Make all layout panels mouse_opaqueRick Pasetto
This makes the area below the controls click-through (otherwise it blocks mouse events). That area is for the volume slider.
2010-01-06Make zoom level closerRick Pasetto
2010-01-05EXT-3649 EXT-3662 : Move media controls to above media faceRick Pasetto
Review #69 This changes where and how the media controls are laid out, and ensures that all of the media region (the face) is clickable. Also moved the volume slider to below the controls (this took WAY too long to do ​:( ​), and adjusted the window region in which the media controls are allowed to be displayed.
2009-12-30EXT-3662 - DEV-44129 Cannot click directly above the media controlsCallum Prentice
Reviewed by CB
2009-12-29Fix for EXT-3655 (DEV-44440) dead area in media address barCallum Prentice
Reviewed by cricket ball
2009-12-16DEV-42827: auto-hide media controls volume slider if neither it nor mute ↵Rick Pasetto
button has the mouse over it Review #66 fade-out was going to be harder, but just making it visible/invisible turned out to be pretty easy
2009-12-16DEV-41904: Have F1 key bring up context-sensitive help for media controlsRick Pasetto
Review #65 Adds help topic to media controls panel, and add handling F1 key to media focus
2009-12-16Undo previous change to this file.Rick Pasetto
2009-12-14DEV-43913: tweak positions of play & pause so they look like they are the ↵Rick Pasetto
same button
2009-12-14follow-up from my last changeRick Pasetto
2009-12-08DEV-43866: Fix mute button when you slide volume sliderRick Pasetto
Trivial fix, plus some minor refactoring
2009-12-02DEV-42827 Implement volume slider on media controlsRick Pasetto
Introducing a volume slider that pops up when you hover over the "mute" button. Fades out with the rest of the controls. Had to also render (by hand) the background image. Cleaned up the XUI file.
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