summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-10-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-10-06Added DisableExternalBrowser setting.Monroe Linden
Reviewed by Callum.
2010-10-06Add support for debug setting to disable link highlight & follow in URLs ↵callum
that appear in XUI widgets
2010-10-05Fix for EXP-131 "Call dialog shown in locked position when a Resident calls ↵Monroe Linden
a Skylight visitor" Added the setting VoiceCallsRejectAll, which causes the viewer to silently reject all incoming voice calls. Reviewed by Callum.
2010-10-05changed format of notification_visibility rules to be cleanerRichard Linden
2010-10-04EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight ViewerRichard Nelson
2010-10-04mergeRichard Nelson
2010-10-04fixed merging of textures.xml between current skin and baseRichard Nelson
now possible to define new textures in current skin
2010-10-04EXP-138 WIP Chat and IM notices not aligned with Bottom bar in Skylight ViewerRichard Nelson
2010-10-04Test mergecallum
2010-10-04removed dead codeRichard Nelson
2010-10-04mergeRichard Nelson
2010-10-04EXP-142 FIXED Disable mouselook in SkylightRichard Nelson
2010-10-01Updated keys in notifications.xml to match current spec.Monroe Linden
2010-10-01Keys.xml replaces keys.ini - fix for CMakecallum
2010-10-01STORM-307 FIXED Disabled highlighting of URLs in outfit names.Vadim ProductEngine
Affected: My Outfits and Edit Outfit panels.
2010-10-01STORM-213 FIXED Disabled highlighting URLs in object names in group ↵Vadim ProductEngine
notification toasts.
2010-09-30EXP-128 FIX Stand button displays partially offscreenRichard Linden
2010-09-30EXP-128 FIX Stand button displays partially offscreenRichard Linden
2010-09-30custom skylight key bindingsRichard Linden
2010-09-30mergeRichard Linden
2010-09-30converted keys.ini to keys.xml and use LLInitParam parsingRichard Linden
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-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-29login panel now properly nested in main_view.xml, no more z order hackeryRichard Linden
2010-09-29final fix for llcontextmenugl crash on exitRichard Linden
2010-09-29turn off get more and view all options in gesture combo listRichard Linden
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-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-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-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