summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelnearbymedia.h
AgeCommit message (Collapse)Author
2020-04-09SL-12999 Some menus allow mouse scroll to zoom cameraAndrey Kleshchev
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-05-10SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-10-28STORM-591 As a music fan, I want audio to fade in gently so my immersion is ↵Jonathan Yap
increased Co-written with Robin Cornelius
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-16Adding volume controls in NMPLeyla Farazha
reivewed by RIchard cc#194
2010-04-08EXT-6670 Streaming Music does not obey Media Auto-play until restartLeyla Farazha
reviewed by Richard cc#183
2010-03-03WIP - replace top ctrl with LLPopupViewRichard Linden
2010-03-02initial work changing topctrl to popup layerRichard Nelson
2010-02-23FIX EXT-5517: clear hover face when cursor hovers over Nearby Media panelRick Pasetto
Review #140 This isn't the most generalized solution, but it fixes the proximal problem of selecting items in the Nearby Media panel, and is low risk because the code change is isolated to that panel.
2010-02-23FIX EXT-5680: Get rid of unnecessary code that formats the media item countRick Pasetto
Review #139 The crash was happening because the German (locale "de") version of the format string had an ​%ls in it, which was causing the crash. Getting rid of the widget and the string since it is no longer desired in the design.
2010-02-17EXT-5515 - Allow resizing on left and lower left of nearby media popupRichard Linden
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-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-11mergerichard
2010-02-11converted llfloaternearbymedia to llpanelnearbymediarichard
moved from LLTransientDockableFloater model to popup panel model like volume popup