Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-10-06 | Added DisableExternalBrowser setting. | Monroe Linden | |
Reviewed by Callum. | |||
2010-10-06 | Add support for debug setting to disable link highlight & follow in URLs ↵ | callum | |
that appear in XUI widgets | |||
2010-10-05 | Fix 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-05 | changed format of notification_visibility rules to be cleaner | Richard Linden | |
2010-10-04 | EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight Viewer | Richard Nelson | |
2010-10-04 | merge | Richard Nelson | |
2010-10-04 | fixed merging of textures.xml between current skin and base | Richard Nelson | |
now possible to define new textures in current skin | |||
2010-10-04 | EXP-138 WIP Chat and IM notices not aligned with Bottom bar in Skylight Viewer | Richard Nelson | |
2010-10-04 | Test merge | callum | |
2010-10-04 | removed dead code | Richard Nelson | |
2010-10-04 | merge | Richard Nelson | |
2010-10-04 | EXP-142 FIXED Disable mouselook in Skylight | Richard Nelson | |
2010-10-01 | Updated keys in notifications.xml to match current spec. | Monroe Linden | |
2010-10-01 | Keys.xml replaces keys.ini - fix for CMake | callum | |
2010-10-01 | STORM-307 FIXED Disabled highlighting of URLs in outfit names. | Vadim ProductEngine | |
Affected: My Outfits and Edit Outfit panels. | |||
2010-10-01 | STORM-213 FIXED Disabled highlighting URLs in object names in group ↵ | Vadim ProductEngine | |
notification toasts. | |||
2010-09-30 | EXP-128 FIX Stand button displays partially offscreen | Richard Linden | |
2010-09-30 | EXP-128 FIX Stand button displays partially offscreen | Richard Linden | |
2010-09-30 | custom skylight key bindings | Richard Linden | |
2010-09-30 | merge | Richard Linden | |
2010-09-30 | converted keys.ini to keys.xml and use LLInitParam parsing | Richard Linden | |
2010-09-30 | Code changes for "EXP-126 Create destination guide popup at bottom of screen" | callum | |
2010-09-30 | merge | Richard Linden | |
2010-09-30 | fix for preferences window not visible on login | Richard Linden | |
2010-09-30 | Added "win" tag to selected notifications. | Monroe Linden | |
2010-09-30 | Adding 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-30 | STORM-215 FIXED Disabled URL highlighting in name_box'es. | Vadim ProductEngine | |
By the way, fixed invalid SLURLs that LLNameBox generated for groups. | |||
2010-09-30 | STORM-214 FIXED Disabled URL highlighting in pick names. | Vadim ProductEngine | |
2010-09-29 | added show inspector menu callbacks | Richard Linden | |
2010-09-29 | fix for clicks not working once logged in | Richard Linden | |
2010-09-29 | login panel now properly nested in main_view.xml, no more z order hackery | Richard Linden | |
2010-09-29 | final fix for llcontextmenugl crash on exit | Richard Linden | |
2010-09-29 | turn off get more and view all options in gesture combo list | Richard Linden | |
2010-09-28 | merge | Richard Linden | |
2010-09-28 | moved callback registration to class that implements it | Richard Linden | |
2010-09-28 | added xui param to turn off drag-and-drop reordering of bottom tray buttons | Richard Linden | |
2010-09-28 | added settings to toggle grab and alt-zoom ability | Richard Linden | |
2010-09-28 | made mIsFocusRoot a XUI param | Richard Linden | |
2010-09-28 | Merge with head. | callum | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-09-28 | Added 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-28 | removed minimal skin in favor of user folder approach | Richard Linden | |
2010-09-27 | Addenum to EXP-94 Disable local file system access - also handle dir picker ↵ | callum | |
selection too | |||
2010-09-27 | merge | Richard Nelson | |
2010-09-24 | Added 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-29 | merge storm-227 | Tofu Linden | |
2010-09-29 | STORM-269 FIXED Added strings for missing land types in strings.xml | Seth ProductEngine | |
If localized land type name is not found it is displayed as original string to avoid MissingString error. | |||
2010-09-29 | STORM-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-29 | merge storm-248 | Tofu Linden | |