summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.cpp
AgeCommit message (Collapse)Author
2010-06-15EXT-7090 WIP STRG(CTRL)+SHIFT+S in Mouselook doesnt make a snapshotRichard Linden
made world view extend to where menu bar would normally be when in mouselook
2010-06-04DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the ↵Richard Nelson
viewer reviewed by Mani
2010-05-21VI-65 - Addition of Quick/Eazy Buy Web based floater.Callum Prentice
Switched off by default for now until Web content ready - turn on with Debug Settings - 'QuickBuyCurrency' Reviewed by Sam/Richard
2010-03-30Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
2010-03-26Manual merge from default branchVadim Savchuk
Resolved conflict in indra/newview/llviewerwindow.cpp. --HG-- branch : product-engine
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-23Fixed low bug (Menu bar background + Master Volume control display in ↵Eugene Mutavchi
Mouselook mode) - removed overlaping of master volume and nearby media icons in mouselook mode --HG-- branch : product-engine
2010-03-05mergeRichard Linden
2010-03-03resizing and nesting of popups now workRichard Linden
2010-03-03WIP - replace top ctrl with LLPopupViewRichard Linden
2010-02-25EXT-5410 Streaming audio does ignores preference setting.angela
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): media "affordance" was not properly being disabled when ↵Rick Pasetto
media was disabled
2010-02-18EXT-5545 - make volume popup and nearby media popup mutually exclusiveRichard Nelson
reviewed by Leyla
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-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-11mergerichard
2010-02-11converted llfloaternearbymedia to llpanelnearbymediarichard
moved from LLTransientDockableFloater model to popup panel model like volume popup
2010-02-10EXT-5261 EXT-5263 EXT-5265 EXT-5266 EXT-5271 - Reformat NMF and enable ↵Rick Pasetto
behavior of media toggle in chrome Review #100 http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=100 This encompasses the first of the behavioral and structural changes for the Nearby Media Floater and the chrome button at the top of the UI. It includes: - Removal of the Parcel Media and Parcel Audio UI. Still not in the list yet. - New More/Less button, which doesn't quite work right (see below) - Changed icon for UI chrome - Enabled "turning on" and "turning off" media from the chrome and NMF - Added gear icon to bring up prefs - XUI changes to the structure of NMF - Implementation of the "tentative" autoplay flag This is basically a checkpoint so that Richard can help with the More/Less implementation
2010-02-08nearby media pops up on hoverrichard
2010-01-27Plumb getting and setting the system audio mute through appviewerRick Pasetto
Next step is to actually implement the OS-specific calls to do so. Until then, behavior is the same; the status bar will mute/unmute the "master" audio for the viewer *only*
2010-01-19mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-18work on EXT-4322 Remove the Communicate floaterYchebotarev ProductEngine
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine
2010-01-15Fix linux build - missed unused function declarationJames Cook
2010-01-15EXT-4304 Clicking on "Buy L$" in nav bar does nothingJames Cook
Now it buys currency. Also fixes EXT-4176, same issue Reviewed with Richard.
2010-01-11EXT-3444 Volume control slider appears in an odd locationrichard
reviewed by Leyla
2009-12-29fixed normal bug EXT-3737 Drop shadow visible between menu bar and navbarAndrew Polunin
--HG-- branch : product-engine
2009-12-26Reduced header dependency from the "llimview.h"Mike Antipov
--HG-- branch : product-engine
2009-12-23DEV-44634 statusbar global volume mute button should not take keyboard focus ↵Tofu Linden
when clicked
2009-12-11implemented EXT-2323 “Get rid from obsolete notification widgets”;Alexei Arabadji
--HG-- branch : product-engine
2009-11-30lots more clean-up.Tofu Linden
2009-11-30tidy-up. clicking mute button doesn't need to bring up the volume slider ↵Tofu Linden
any more.
2009-11-30pretty good volume bar appear-on-hoverTofu Linden
2009-11-27whee, back to a floater for now. i'm going to stop worrying about the ↵Tofu Linden
position for a while and work on the functionality.
2009-11-27back to the floater version of the volume drop-down - I was having no luck ↵Tofu Linden
with having the panel version display properly.
2009-11-27more fiddling and tracing.Tofu Linden
2009-11-27more stabbing that doesn't work.Tofu Linden
2009-11-26More trying to get my panel to show.Tofu Linden
I must still be missing something obvious.
2009-11-26merge.Tofu Linden
2009-11-26sketch what I think it wrong here.Tofu Linden
2009-11-25more fiddling with panel visibilityTofu Linden
2009-11-25more attempts to panelize the volume pulldown, but why won't it show?Tofu Linden
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed llnotifications.h from all headers by adding llnotificationsptr.hJames Cook
Fixed many more includes
2009-11-24hmm, more panel-ization, but it's not displaying.Tofu Linden
2009-11-23panelized volume pulldown, that doesn't work at all.Tofu Linden
2009-11-23incomplete but almost-working volume pulldown, except it's not a pulldown.Tofu Linden