summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-02-24automated mergeRoxie Linden
Don't wanna fix all windows EOL issue here warn-on-failure:unix-eol
2010-02-24automated mergeRoxie Linden
2010-02-24Automated mergeRoxie Linden
2010-02-24remove DOS newlinesRoxie Linden
2010-02-24remove windows line endingsRoxie Linden
2010-02-24Automated merge up from viewer 2.0 trunk.Roxie Linden
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used.
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: replace std::vector with std::set to avoid duplicated speaker UUIDs. Added method to get a set of voice participants UUIDs --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: added more comment for LLOutputMonitorCtrl::switchIndicator --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- refactoring: implemented processing of switching indicator on/off in the same way --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- fixed bug: "Indicator does not appear if two indicators are visible for the same avatar on second switching to the same voice channel" --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- implemented functionality to have voice indicator visible only for avatars in the same voice channel with agent All speacking indicators should be registered in LLSpeakingIndicatorManager to be provcessed for the voice channel. They should implement switchIndicator(bool) as reaction on voice state changing --HG-- branch : product-engine
2010-01-13Merge.Chuck Linden
2010-01-13Commit for Lis.Chuck Linden
2010-01-13mergerichard
2010-01-13mergerichard
2010-01-13better commented fix for VS2005 compile issuesrichard
reviewed by Leyla
2010-01-13DEV-43688 commit new translations - DE, FR, JA cycle2Ramzi Linden
(Apparently our Localizatoin tool (xuiparse.py) destroys any preceding spaces in a translation, which in these few cases are critical to proper formatting of the string as shown to the user. Sigh. Dont ask me about the state of our tools.)
2010-01-13Make max length of URL fields 1024 (media controls and settings)Rick Pasetto
2010-01-14EXT-3795 First run messages still display (click & drag on map, Build tools ↵angela
open, movement controlled, etc)
2010-01-13potential fix for build issues on vs2005richard
2010-01-13EXT-3504 fix text boxes that use a carriage return to format wordwrapped ↵Ramzi Linden
lines within a sentence; instead, these should use a 1-line string and word_wrap="true".
2010-01-13MergeLeyla Farazha
2010-01-13EXT-3685 Object Profile panel layout issuesLeyla Farazha
reviewed by Richard
2010-01-13automated merge PE->viewer2.0Tofu Linden
2010-01-13EXT-4272 Style Unread message IM talk bubble chiclet overlay image to match specErica
2010-01-13Merge.Tofu Linden
2010-01-13EXT-3739 Task panel tabs in incorrect order, Home tab is missingTofu Linden
2010-01-13EXT-3383 adhere to style guide for capitalization of 'Resident'Ramzi Linden
2010-01-13Automated merge with ssh://hg.lindenlab.com/james/gooey/Chuck Linden
2010-01-13Adjusted width of panel and scroll list columns to make "Mono Time" column ↵Chuck Linden
label visible. Added column in XUI for URLs. http://jira.secondlife.com/browse/EXT-4167
2010-01-13DEV-43688 commit new translations - DE, FR, JA cycle2Ramzi Linden
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
2010-01-13EXT-3939 Display problems when object price == MAXINTLis Linden
2010-01-13EXT-4197: Search in sub-panels for help IDs too.Lynx Linden
In order to support unique help IDs for the Landmark and Place Profile panels off the Places sidetray, we need to also search within any embedded (and visible) sub-panels.
2010-01-13Fixed bug EXT-4210 (Partner in Profile not a Link).Vadim Savchuk
Added an optional "link" parameter to LLNameBox to display the name as a link. --HG-- branch : product-engine
2010-01-13mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-13fix for normal EXT-4139 Group Abilities: No distinction between abilities ↵Ychebotarev ProductEngine
and categories of ability --HG-- branch : product-engine
2010-01-13ext-4056 Preferences: Draw Distance value and "m" are not vertically alignedLis Linden
2010-01-13Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Linden
2010-01-13EXT-4065 Preferences: Wrong window background color on Advanced tabLis Linden
2010-01-13fixed EXT04137 BSI] /me shows on the line below in group chat in plain textIgor Borovkov
--HG-- branch : product-engine
2010-01-13mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-13possible fix for freeze with group activitiesYchebotarev ProductEngine
related bugs: EXT-4113 EXT-4111 EXT-4087 problem - findChild takes loooonng time to execute so cache it... --HG-- branch : product-engine
2010-01-13implemented EXT-4001 “Notification Well window interaction”,Alexei Arabadji
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine
2010-01-13EXT-4220: Fix crash on exit bug.Lynx Linden
Don't dereference gVoiceClient without checking for NULL in the cleanup for LLPanelVoiceDeviceSettings. I also fixed the rendering of the color squares in the voice device settings. The frame for these boxes were rendered with an off-by-one error on certain platforms. It seems that gl_box_2d(rect, color, FALSE) suffers from a graphics driver bug under certain platforms. Fixing that would requiring a lot of testing on different hardware configurations, so instead I simlply avoided that specific call.
2010-01-13fixed EXT-4073 [BSI] Shouting is malformed in plain chat modeIgor Borovkov
--HG-- branch : product-engine
2010-01-13Additional commit related to EXT-3988 ([BSI] superfluous bottom bar buttons ↵Eugene Mutavchi
shown in mouse look after pressing enter): added gesture button accessibility via TAB and open Gestures list by pressing ENTER/SPACE. --HG-- branch : product-engine
2010-01-13EXT-3611: Corrected the volume squares in Sound Prefs.Lynx Linden
You should now be able to light up the 5th square on the I/O sound devices panel of the preferences floater.
2010-01-13Fixed normal bug EXT - 4047 (No verb/action buttons at bottom of Group ↵Paul Guslisty
profile panel) --HG-- branch : product-engine
2010-01-13Fixed linux buildPaul Guslisty
--HG-- branch : product-engine
2010-01-13fixed EXT-3821 [BSI] New IMs are not added as tabsIgor Borovkov
--HG-- branch : product-engine