summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-26EXT-4432 [BSI] Script errors are shown in nearby chat floater, but not ↵Ychebotarev ProductEngine
displayed as nearby chat toast when floater closed --HG-- branch : product-engine
2010-01-26mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26fix for normal [BSI] About Land -> Script Information -> Divider between ↵Ychebotarev ProductEngine
object owner and parcel location cannot be moved to resize fields --HG-- branch : product-engine
2010-01-26Fixed low bug EXT-4637 (Remove Warning flood from the VCP)Mike Antipov
-- refactoring: replaced "if-else" conditions with the "switch" statement. For now all existent for now states are processed. VCP functionality was not changed. --HG-- branch : product-engine
2010-01-26Work on low bug EXT-4637 (Remove Warning flood from the VCP)Mike Antipov
-- refactoring: moved processing of participants which are not in current voice channel into separate method. --HG-- branch : product-engine
2010-01-26Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-26sidefix for EXT-4484 [BSI] default find window size covers up lower trayYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-25EXT-4712 - Upgraded some 7000 series cards and 9000 series cards from class ↵Palmer
2 to 3 for more lights. No code changed.
2010-01-25test change.Eli Linden
2010-01-25MergeEli Linden
2010-01-25harmless test commit to work with eli.Ramzi Linden
2010-01-25test change.Eli Linden
2010-01-25No ticket. Fixed a bit(added check for canCall()) isCalling() method from ↵Andrew Dyukov
LLAvataActions, but it appears that it is not used anywhere. So i commented it out. Maybe it should be removed? --HG-- branch : product-engine
2010-01-25test commitEli Linden
2010-01-25Merge conflict resolution.Tofu Linden
2010-01-25Fixed reopened normal bug EXT-4450([BSI] call buttons enabled when voice is ↵Andrew Dyukov
disabled). - Added check for call availability in miniinspector's context menu - Removed ability to call yourself in group chat context menu - Added check for call availability for context menu which appears on right mouse click on avatar in game area --HG-- branch : product-engine
2010-01-25PE merge.Tofu Linden
2010-01-25Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-25"Fix" confusion over media settingsRick Pasetto
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia").
2010-01-25fixed EXT-4601 [BSI] New IM sessions use obsolete timestamps for first messageIgor Borovkov
--HG-- branch : product-engine
2010-01-25implemented EXT-4567 [BSI] private voice floaters do not contain standard X ↵Igor Borovkov
buttons --HG-- branch : product-engine
2010-01-25Related to normal bug EXT-4108 ([BSI] Voice volume sliders do not preserve ↵Mike Antipov
settings per resident between voice sessions) - moved default internal voice level value into application settings - cleanned up include list in llmutelist.cpp --HG-- branch : product-engine
2010-01-25Fixed normal bug EXT-4108 ([BSI] Voice volume sliders do not preserve ↵Mike Antipov
settings per resident between voice sessions) - moved necessary functionality from LLMuteList to LLVoiceClient. It was used only in active speackers floater which is deprecated. - initialized saving/loading of voice level in voice client. - also saving voice levels between session is activated. --HG-- branch : product-engine
2010-01-25fixed linux buildIgor Borovkov
--HG-- branch : product-engine
2010-01-25(EXT-2249) Place profile data blinks several times while updating after teleportSergei Litovchuk
- Reduced place info unnecessary text and icons updates. --HG-- branch : product-engine
2010-01-25implemented EXT-4131 [BSI] "Only friends and groups can call or IM me" NEEDS ↵Igor Borovkov
auto-response added a modal warning window "Non-friends won't know that you've choosen to ignore their calls and instant messages." --HG-- branch : product-engine
2010-01-25mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-25sidefix for EXT-4577 Group profile: useless tab controls appear inside ↵Ychebotarev ProductEngine
Land/Assets accordion if you place UI elements __outside__ of panel rect - they will be visible but unclickable... so I revert UI changes since they are maybe looks better...but useless. --HG-- branch : product-engine
2010-01-25EXT-4576: Changed the pre-login help behavior.Lynx Linden
The F1 help topic now means: if the user is not logged in yet, show the pre-login topic instead of the default fallback topic, otherwise show help for the focused item
2010-01-25Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-25mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-25fix for major EXT-4621 Clicking the Nearby Voice floater steals keyboard focusYchebotarev ProductEngine
note - didn't do this in xml since chrome="true" in xml hides floater caption --HG-- branch : product-engine
2010-01-25Related to normal bug EXT-3880 ( [BSI] functionality loss - online status in ↵Mike Antipov
profile) -- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page --HG-- branch : product-engine
2010-01-25Fixed normal bug EXT-3880 ( [BSI] functionality loss - online status in profile)Mike Antipov
-- removed logic implemented for EXT-2022 (show "Online" status or nothing) -- removed deprecated method LLPanelProfileView::togglePanel -- implemented required bihavior (for friends): --- Online when online and privacy settings allow to show --- Offline when offline and privacy settings allow to show --- Else: nothing -- also implemented bihavior for non-friends to use global Preference: "Only Friends & Groups can see when I am online" --- Online when online and was not set in Preferences/"Only Friends & Groups can see when I am online" --- Else: Offline --HG-- branch : product-engine
2010-01-25fixed EXT-3395 "Docked IM/Chat windows shouldn't hide when voice control ↵Alexei Arabadji
panel is opened", added transient controls group 'DOCKED' for temporary excluded docked floaters and dock widgets; --HG-- branch : product-engine
2010-01-22Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-22merge.Tofu Linden
2010-01-22Remove code that enables tooltip inspector hover over media objectRick Pasetto
(note: reverts changeset b6b3a58fdb30)
2010-01-22DEV-43688 commit revised FR translations - FR cycle2Ramzi Linden
2010-01-22Linux: Don't strip or tar the viewer if it's not a release build.Tofu Linden
This is some more work towards making RelWithDebInfo very developer-friendly.
2010-01-22Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-22PARTIAL FIX EXT-3491: only bring up "external browser"notification if target ↵Rick Pasetto
is external or pref is set Review #86 This changes the logic to bring up the notification "Do you want to open your Web browser to view this content?" only if either the target is _external, or the user pref says to. Otherwise it avoids the notification.
2010-01-22DEV-43688 fix a couple of formatting issues on strings in the localized ↵Ramzi Linden
languages related to Localization Cycle 2.
2010-01-22merge.Tofu Linden
2010-01-22Fixed normal bugs EXT-4450 ([BSI] call buttons enabled when voice is ↵Andrew Dyukov
disabled) and EXT-4313 (Should not be able to start a call when voice is disabled). Call buttons state now reacts on voice changes in time. - Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled() doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be made and depending on its results they may become one non-static method. voiceWorking() uses state of voice client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking() as valid may be added if testing reveals problems. - To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its enum only to skip updating button in some states(to avoid button blinking), but to determine button state LLVoiceClient's voiceWorking() is used. --HG-- branch : product-engine
2010-01-22Fixed bug EXT-4580 (Duplicated avatar's name appears in 'Group invitation' ↵Vadim Savchuk
floater if use context menu for invitation). Because duplicated postBuild() calls, the "OK" button callback was set and *called* twice. --HG-- branch : product-engine
2010-01-22automated merge viewer2.0->viewer2.0Loren Shih
2010-01-22EXT-4492 : Deleting gestures from the wearing tab causes the viewer to crashLoren Shih
EXT-4660 : Can delete a bodypart from the COF through inventory view or WEARING tab delete key EXT-4662 : remove leading separator from COF right-click menu EXT-4633 : AppearanceSP trash button doesn't update enabled state correctly Bunch of UI fixes related to the trash/delete functionality in InventoryFloater/SP and AppearanceSP "WEARING" tab. The main idea is that we don't want to allow deletion of bodyparts and folder links from the COF by the user.
2010-01-22PE merge.Tofu Linden