summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprimmediacontrols.cpp
AgeCommit message (Collapse)Author
2019-11-13Merge in from viewer-release 6.3.5Dave Houlton
2019-06-21DRTVWR-493 LLViewerMedia to singletonandreykproductengine
2018-05-01Le MergeGraham Linden graham@lindenlab.com
2016-12-28MAINT-2450 PRIM_MEDIA_PERMS_CONTROL shouldn't disable mouse wheel scrollingandreykproductengine
2016-07-21First pass at enabling time based media (videos) scrubbing controlsCallum Linden
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-01-05MAINT-1392 HUD objects Behave Badly in conjunction with the Mouse Scroll WheelMnikolenko ProductEngine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2013-11-06merge with releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
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-02-07EXP-1181 WIP as a designer I would like to specify default floater positions ↵Richard Linden
using realtive coordinates changed over to new convert() method added LLCoordFloater
2011-12-12EXP-1711 FIX LLWindowShade doesn't stack multiple notificationsRichard Linden
2011-01-07Automated merge up from viewer-developmentLoren Shih
2010-12-29Automated merge up from viewer-developmentLoren Shih
2010-12-28STORM-714 FIXED Webprim's control bar doesn't dissapear after switching to ↵Paul Guslisty
mouselook mode - After switching to the mouse look mode hide control bar immediately, not fading it with timer - Added signal for switching mouse look mode out just for convenience. It's not used in this fix.
2010-12-20Merge from viewer-development.Monroe Linden
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-10WIP XUI HTTP Auth dialogRichard Linden
refactored LLWindowShade into seperate file improved layout of dialog improved dialog resizing logic Tab and Enter keys now work as expected in windowshade form added "modal" capability to window shade added HTTP Auth notifications to MOAP
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-08made progressbar derive from lluictrl and take percentage as llsd valueRichard Linden
2010-10-08EXP-137 FIXED Nametag text and borders do not align in Skylight ViewerRichard Linden
fix for prim media and hud text incorrect positioning when destination guide is open
2010-09-27mergeDave Parks
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-25mergeDave Parks
2010-08-20changed buildPanel/buildFloater to member functions buildFromFileRichard Nelson
streamlined LLUICtrlFactory's interface
2010-08-19Integrate SIMD API from oreh/server-trunk-orehDave Parks
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
2010-08-09Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicMonroe Linden
2010-08-06Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity"Monroe Linden
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-04deprecated ADD_SORTED due to n^2 behavior, set the sort order on the scroll ↵Richard Nelson
list instead
2010-05-29Octree per LLVolumeFace WIPDave Parks
2010-05-26Fully aligned llvolumeDave Parks
2010-04-19EXT-6921 - Media Volume Changes changes system volume on WinXPRichard Nelson
reviewed by Callum
2010-04-16Fixed prim controls mute bugLeyla Farazha
Reviewed by Richard CC#204
2010-04-16Adding volume controls in NMPLeyla Farazha
reivewed by RIchard cc#194
2010-04-14EXT-6856 Display per media volume controlLeyla Farazha
reviewed by Richard cc#189
2010-03-30EXT-6632 : INFRASTRUCTURE: LLAgentCamera / LLAgent header file / #include ↵Loren Shih
cleanup Took out unnecessary #includes from llagentcamera.*
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-02-16Tweak sizes a tiny bit to make media controls look a little betterRick Pasetto
2010-02-05EXT-4102 [BSI] auto zoom on media prims push camera away when zoomed in ↵Leyla Farazha
and clicking reviewed by Rick
2010-01-15Remove crufty and unused volume up/down controlsRick 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-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-14DEV-42327: Compute controls position & size for HUD objectsRick Pasetto
Review #62 Added facility to get the HUD projection and modelview matrices by refactoring the calls in llviewerdisplay a bit.
2009-12-09Follow-up to previous change: slider control should only be set when focus ↵Rick Pasetto
changes