summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelnearbymedia.cpp
AgeCommit message (Collapse)Author
2010-02-22FIX (unposted bug): "hasMedia" and "hasAudio" no longer checks preferences: ↵Rick Pasetto
it's now up to callers to decide to do that Review #137
2010-02-22FIX (unposted bug): Nearby media "dynamic" controls not disabled properly ↵Rick Pasetto
when media disabled
2010-02-22EXT-5633: Fix crash pressing PLAY on parcel media when media is disabledRick Pasetto
Good catch, Leyla
2010-02-22EXT-5410 Streaming audio does ignores preference setting.angela
2010-02-17EXT-5515 - Allow resizing on left and lower left of nearby media popupRichard Linden
2010-02-17Fix crash when turning on MediaPerformanceManagerDebug flagRick Pasetto
2010-02-16EXT-5270: Implement "dynamic" controls based on the selected item in Nearby ↵Rick Pasetto
Media Review #112 This change adds controls that change state based on the selection in the nearby media panel. There are basically 3 sets: - Time-based - Web-based ("Normal") - Disabled Again, these change based on what you've got selected in the panel
2010-02-12Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-mediaclassesRick Pasetto
2010-02-12added popup panel to hold nearby media popup and stopped using top viewRichard Linden
2010-02-12Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-mediaclassesRick Pasetto
2010-02-12EXT-5267 EXT-5268: Add Parcel Media and Parcel Audio items to nearby media panelRick Pasetto
Review #109 This (fairly major) change adds new "items" to the media list for Parcel Media and Parcel Audio. Since these items are special (before the items were always MoaP impls), they had to be treated special. Moreover, actions on all of "media" had to be centralized so that they would have similar behavior.
2010-02-12can resize bottom of nearby media panel now, and remembers size when ↵Richard Linden
expanding/collapsing
2010-02-11more/less button sorta workingrichard
2010-02-11mergerichard
2010-02-11converted llfloaternearbymedia to llpanelnearbymediarichard
moved from LLTransientDockableFloater model to popup panel model like volume popup