summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-09-30Code changes for "EXP-126 Create destination guide popup at bottom of screen"callum
2010-09-30mergeRichard Linden
2010-09-30fix for preferences window not visible on loginRichard Linden
2010-09-30Added "win" tag to selected notifications.Monroe Linden
2010-09-30Adding tags mechanism to notification visibility rules.Monroe Linden
Also started adding the tag 'fail' to entries in notifications.xml that are failures the user should always be told about. Reviewed by Richard.
2010-09-30STORM-215 FIXED Disabled URL highlighting in name_box'es.Vadim ProductEngine
By the way, fixed invalid SLURLs that LLNameBox generated for groups.
2010-09-30mergeRichard Linden
2010-09-30Cancel hidden notifications instead of using empty responses.Monroe Williams
This is more work on EXP-111. Reviewed by Richard.
2010-09-30STORM-214 FIXED Disabled URL highlighting in pick names.Vadim ProductEngine
2010-09-29added show inspector menu callbacksRichard Linden
2010-09-29fix for clicks not working once logged inRichard Linden
2010-09-29mergeRichard Linden
2010-09-29login panel now properly nested in main_view.xml, no more z order hackeryRichard Linden
2010-09-29Change non-visible notifications to return empty response instead of default.Monroe Linden
This is part of EXP-111. Reviewed by Richard.
2010-09-29final fix for llcontextmenugl crash on exitRichard Linden
2010-09-29removed unworkable subclassing support from LLHandle<T>Richard Linden
2010-09-29turn off get more and view all options in gesture combo listRichard Linden
2010-09-29fix for crash on exitRichard Linden
also made handle subtyping work
2010-09-28mergeRichard Linden
2010-09-28moved callback registration to class that implements itRichard Linden
2010-09-28added xui param to turn off drag-and-drop reordering of bottom tray buttonsRichard Linden
2010-09-28added settings to toggle grab and alt-zoom abilityRichard Linden
2010-09-28made mIsFocusRoot a XUI paramRichard Linden
2010-09-28made menus work with empty contentsRichard Linden
2010-09-28Add XML validation in LLNotifications when loading notifications.xml and ↵Monroe Linden
notification_visibility.xml. Reviewed by Richard.
2010-09-28Merge with head.callum
2010-09-28EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵callum
per 1.x viewer.
2010-09-28Added a mechanism for preventing classes of notifications from being ↵Monroe Linden
displayed, controlled by the notification_visibility.xml file in the viewer skin. Reviewed by Richard.
2010-09-28removed minimal skin in favor of user folder approachRichard Linden
2010-09-28fix for crash when background image not specified for line editorRichard Linden
2010-09-28don't show empty context menusRichard Linden
2010-09-27Addenum to EXP-94 Disable local file system access - also handle dir picker ↵callum
selection too
2010-09-27mergeRichard Nelson
2010-09-24Added the VoiceDisableMic debug setting to completely disable the ability to ↵Monroe Linden
open the mic. Also hoisted PTT key handling from LLVivoxVoiceClient up to LLVoiceClient. This cleans up LLVoiceModuleInterface a bit and makes the PTT logic more centralized. Reviewed by Richard.
2010-09-24trivial indentation changes while I'm poking around here.Tofu Linden
(transplanted from 01d8534678f5613c924a036128addf6b7447c92a)
2010-09-29merge storm-227Tofu Linden
2010-09-29STORM-269 FIXED Added strings for missing land types in strings.xmlSeth ProductEngine
If localized land type name is not found it is displayed as original string to avoid MissingString error.
2010-09-29STORM-227 FIXED Made long cache location in Preferences->Setup readable.Vadim ProductEngine
Changes: - The line editor is now scrollable. - Its value is duplicated in the tool-tip. Technical notes: If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget. However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable. It looks like bug, but I'm not going to fix it now to not introduce issues like this one. Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
2010-09-29merge storm-248Tofu Linden
2010-09-29merge storm-249Tofu Linden
2010-09-29merge storm-249Tofu Linden
2010-09-29STORM-291 FIXED Fixed the position of the nearby chat bar.Andrew Productengine
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself without modifying code in LLBottomTray::loadButtonsOrder() which used that layout panel. - Fixed it by using this new nearby chat container layout panel in this method.
2010-09-29merged SNOW-746: Finished Google BreakPad cmake for standaloneBoroondas Gupte
2010-09-28merge storm-266Tofu Linden
2010-09-28STORM-249 FIXED The Wear button in My Inventory now respects multiple selection.Vadim ProductEngine
- The button is now enabled only when all selected items can be worn. - Pressing it wears all selected items.
2010-09-28STORM-248 FIXED The 'Share' button in My Inventory now respects multiple ↵Vadim ProductEngine
selection. - The button is now enabled only if all selected items are shareable. (it had checked only one currently selected item) - Eliminated some copy&paste.
2010-09-28merge storm-253Tofu Linden
2010-09-28Merge beta changes to viewer-dev.Kent Quirk
2010-09-28STORM-265 -- remove invisible button on menu bar that was tied to the lag meter.Kent Quirk
2010-09-28STORM-266 FIXED displaying group notices in detached People SP.Seth ProductEngine
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.