summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-11-30MergeLeyla Farazha
2010-11-30DN-217 Changing between View Display Names on and off during a conference ↵Leyla Farazha
call session put viewer in a state where last name resident was shown in viewer everywhere for user in conference call with last name resident.
2010-11-30Automated merge from viewer-developmentLoren Shih
2010-11-30SH-435 FIXED Crash on login from infinite loop in LLVOAvatarSelfLoren Shih
Added additional check to prevent infinite loop. Blind fix since we have no repro.
2010-11-29Pull viewer-beta into viewer-developmentMerov Linden
2010-11-29CHOP-223 : Pull into viewer-betaMerov Linden
2010-11-29Fix UpdaterServiceURL setting default. update.secondlife.com requires https ↵brad kittenbrink
access.
2010-11-29CHOP-223 : Pull into viewer-betaMerov Linden
2010-11-29STORM-672 : Fix duplicated name in Pref panelMerov Linden
2010-11-29CHOP-223 fix for more mac build breakage from the previous changes.brad kittenbrink
2010-11-29CHOP-223 fix for mac build breakage introduced in the last change.brad kittenbrink
2010-11-29Better fix for CHOP-223.brad kittenbrink
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802
2010-11-29Attempted fix for CHOP-223: fixed executable permissions on update_install ↵brad kittenbrink
script for mac and linux.
2010-11-29Pull viewer-beta into viewer-developmentMerov Linden
2010-11-29STORM-344 : Pull into viewer-betaMerov Linden
2010-11-29STORM-498 : Pull into viewer-developmentMerov Linden
2010-11-29STORM-530 : Pull into viewer-betaMerov Linden
2010-11-29STORM-666 : pull into viewer-developmentMerov Linden
2010-11-27STORM-498 FIXED reshaping dockable floater to ensure there is some vertical ↵Seth ProductEngine
space between a floater and a control to which it is docked.
2010-11-25STORM-530 FIXED Combobox drop down menu appears upon 'Down Arrow' key press ↵Seth ProductEngine
even if last combobox item is selected.
2010-11-25STORM-344 FIXED Fixed Speak button label shrinking when bottom bar has ↵Andrew Productengine
enough space for displaying full Speak label. Bug was caused by counting only width added by last resize as usable for Speak button extending, so widening viewer window by few pixels many times when Speak is shrink would never let it expand regardless of available space. - Added check for possible chiclet panel shrinking width- cause spare space goes to it when extending. If there is enough space to give from chiclets to Speak, Speak is extended.
2010-11-24STORM-500 : pull to viewer-developmentMerov Linden
2010-11-24STORM-491 : pull to viewer-developmentMerov Linden
2010-11-24STORM-479 : pull to viewer-developmentMerov Linden
2010-11-24STORM-375 : pull into viewer-developmentMerov Linden
2010-11-24Pull from viewer-betaMerov Linden
2010-11-24STORM-667 : pull to viewer-betaMerov Linden
2010-11-24STORM-667 FIXED Default name tag color changed to white to increase contrast ↵Seth ProductEngine
with default dark background.
2010-11-24STORM-531 FIX Danish translationeli_linden
2010-11-24MergeLeyla Farazha
2010-11-24DN-207: "Investigate why "unknown" is appearing in My Friends list"Leyla Farazha
2010-11-24STORM-375 FIXED Fixed resetting of opened accordion on ↵Andrew Productengine
minimizing/unminimizing Appearance floater. The floater on minimization behaved the way consistent with Appearance panel in sidetray on visibility change. - To let LLSidepanelAppearance::updateToVisibility() determine whether to reset state or not, "reset_accordion" field was added to LLSD that it passed to it. It's value is different depending on where updateToVisibility() was called from. "visible" field was added to store boolean value that was passed before fix without name, but now can't be used that way.
2010-11-24STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵Vadim ProductEngine
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button.
2010-11-24STORM-671 FIXED Renamed "Move & View" panel to avoid name duplication.Andrew Productengine
2010-11-24STORM-670 : merges fixes for CHOP-220 and CHOP-221Merov Linden
2010-11-24Merge viewer-developmentMerov Linden
2010-11-24Merge from lindenlab/viewer-betaMerov Linden
2010-11-23STORM-531 WIP temp fix, pending Danish translationeli_linden
2010-11-23CT-633 FIX DA translation (new file) for set19, for Viewer 2.4eli_linden
2010-11-23CT-633 FIX DA translation for set19, for Viewer 2.4eli_linden
2010-11-23(DN-211) Conference call dialog shows Conference with ??? (???) in title ↵Leyla Farazha
header with view display names on and off Inbox X
2010-11-23STORM-102: this is to correct a minor issue with ad-hoc conferences so that ↵Wolfpup Lowenhar
they do not get date stamped at all since each one is defined as a unique conversation.
2010-11-23STORM-556 FIXED Don't reset search filter when docking the People SP.Vadim ProductEngine
As a side effect, the filter will not be reset when switching to People from another SP, but this is consistent with all other sidepanels (e.g. switching to Places doesn't reset its seach filter as well).
2010-11-23[mq]: thread_state_fixAndrew A. de Laix
2010-11-23DN-212 [crashhunters] LLCacheName::buildLegacyNameLeyla Farazha
2010-11-23DN-211 Conference call dialog shows Conference with ??? (???) in title ↵Leyla Farazha
header with view display names on and off
2010-11-23STORM-491 FIXED Fixed black arrows appearance near column's titles in scrollist.Andrew Productengine
Bug was caused by setting image overlay with arrows that have "transparent" color when arrows are not needed. When scrollist was disabled while refreshing, they somewhy were visible in black color. - Now null image overlay is set when arrow shouldn't be visible.
2010-11-22Minor improvement to CHOP-220 unit test.brad kittenbrink
2010-11-22Fix for CHOP-220. Reviewed by mani.brad kittenbrink
2010-11-22Added failing unit test which I believe should exercise CHOP-220 crash.brad kittenbrink