Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | Scrollbar was too dark and not matching other scrollbars. Switched ↵ | Justin C. Rounds (Chuck) | |
scroll_bar_bg_visible attribute to false in gesture_combo_box.xml to fix. http://jira.secondlife.com/browse/EXT-1451 | |||
2009-11-23 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-11-23 | "Fit and finish" issues with bottom bar. | Justin C. Rounds (Chuck) | |
See comments in JIRAs for details. http://jira.secondlife.com/browse/EXT-2537 http://jira.secondlife.com/browse/EXT-2352 | |||
2009-11-23 | Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat ↵ | Sergey Borushevsky | |
history style (widget-less)) --HG-- branch : product-engine | |||
2009-11-23 | EXT-829 share button in profile inactive | Nyx (Neal Orman) | |
refactored share code to all call LLAvatarActions::share. Function opens an IM window if one doesn't already exist and prints an appropriate message, as well as opening the inventory sidepanel. Verified working in IM window, people tab, and individual's profile. Will be post-reviewed before push. --HG-- branch : avatar-pipeline | |||
2009-11-23 | Allow large paramblocks by converting mEnclosingBlockOffset to U16, needed for | James Cook | |
location_input.xml | |||
2009-11-23 | Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me". | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-23 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-23 | DEV-42967: Fix prefs panel to not clobber changes to prefs made by other UI | Rick Pasetto | |
The prefs floater was unilaterally reverting any changes made by other UI. This fixes that by making squirreling away the current settings an explicit operation, and cancel now happens explicitly on close(), but only if a flag is not set (as is what happens when you hit OK). Reviewed by James. | |||
2009-11-23 | re-upgrade to vivox v3 sdk here. | Tofu Linden | |
2009-11-23 | panelized volume pulldown, that doesn't work at all. | Tofu Linden | |
2009-11-23 | Fixed normal bug EXT-2668 (NONE group is present in the Group Chooser for ↵ | Andrew Dyukov | |
which to send invitation). --HG-- branch : product-engine | |||
2009-11-23 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-23 | EXT-2535 wearables created in 2.0 don't load in 1.23 | Nyx (Neal Orman) | |
Re-opening issue for a second pass at it. This pass updates the code that was intended to make all loaded wearables auto-save themselves back to wearable version 22 (from 24). Code was not being hit, so relocated it to after wearable had been added to llagentwearables to ensure the save succeeded. Will be post-reviewed before push. --HG-- branch : avatar-pipeline | |||
2009-11-23 | EXT-829 share button in profile inactive | Nyx (Neal Orman) | |
Pass number 2 - re-enabled share button in the locations where it should exist and disabled it in others. Next pass will be making all buttons functional. Will be post-reviewed before pushing --HG-- branch : avatar-pipeline | |||
2009-11-23 | start to make this a panel instead of a floater. | Tofu Linden | |
2009-11-23 | incomplete but almost-working volume pulldown, except it's not a pulldown. | Tofu Linden | |
2009-11-23 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-23 | Work on normal task EXT-2640 (Create a tabbed IM multifloater) | Mike Antipov | |
- hide Dock button for IM Floaters --HG-- branch : product-engine | |||
2009-11-23 | merge. | Tofu Linden | |
2009-11-23 | Work on normal task EXT-2640 (Create a tabbed IM multifloater) | Mike Antipov | |
- disable adding torn off IM Floaters into container when chiclet is clicked --HG-- branch : product-engine | |||
2009-11-23 | bones. | Tofu Linden | |
2009-11-23 | Backed out changeset 19dc0ca58f15 | Tofu Linden | |
2009-11-23 | clone tutorial floater for volume pulldown. | Tofu Linden | |
2009-11-23 | reg and rename. | Tofu Linden | |
2009-11-23 | Work on normal task EXT-2640 (Create a tabbed IM multifloater) | Mike Antipov | |
- disabled Transient & Dockable functionality of IM Floaters to do not have collisions with multifloater - remove debug attributes in xml --HG-- branch : product-engine | |||
2009-11-23 | Merge | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-11-23 | Update for task EXT-2081 - Object IM chiclets art needs to be hooked up to ↵ | Dmitry Zaporozhan | |
LLDialog chiclets. Cleaned code, added comments. --HG-- branch : product-engine | |||
2009-11-23 | Fixed normal bug ETX-2651 (Locations from teleport history are added to ↵ | Andrew Dyukov | |
location history). --HG-- branch : product-engine | |||
2009-11-23 | intentionally break build to see what parabuild says. | Tofu Linden | |
2009-11-23 | EXT-2297 Functionality Loss - Ability to copy (control+c) residents name ↵ | angela | |
from their profile & local chat | |||
2009-11-23 | EXT-2159 Create Vertical Slider to use for zoom in / out controls in view | angela | |
2009-11-20 | Fix for DEV-43040 (Change media focus rules to be the same as alt-zoom). | Monroe Linden | |
Added an optional reset_camera parameter to LLPanelPrimMediaControls ::resetZoomLevel(). Default is true, but if false it prevents the reset from moving the camera, and just resets the internal state for zoom tracking. Fixed zoom-related bugs in LLPanelPrimMediaControls::close() and LLPanelPrimMediaControls::onClickZoom(). Changed the zooming behavior in LLViewerMediaFocus to match the desired behavior. | |||
2009-11-20 | Change to fix DEV-43230 (Japanese input methods don't work with the web ↵ | Monroe Linden | |
browser plugin on the Mac.) Inside LLWindowMacOSX::allowLanguageTextInput(), tell the Text Services Manager to put up its own UI for input methods if language text input is being disallowed. This means that the non-inline UI will come up when when entering text in a browser plugin instance with an interactive text input method selected. | |||
2009-11-20 | Merge | Steve Bennetts | |
2009-11-20 | Merge | Steve Bennetts | |
--HG-- branch : product-engine | |||
2009-11-20 | Merge | Steve Bennetts | |
2009-11-20 | merge | Steve Bennetts | |
2009-11-20 | merge | Ramzi Linden | |
2009-11-20 | - Changed the EN links used for the KnowledgeBase to its new home on the sl ↵ | Ramzi Linden | |
wiki. - DEV-43134 Insert localized hyperlinks for all places in XUI where viewer jumps to the web. (This will be needed for Phase 4 Testing of QAR-1355) | |||
2009-11-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-20 | Inventory Offer changes and clickable inventory slurls | Eric M. Tulla (BigPapi) | |
2009-11-20 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-20 | Add log warning if media cap is missing | Rick Pasetto | |
2009-11-20 | Hopefully, really fix DEV-42093. | Monroe Linden | |
2009-11-20 | EXT-829 share button in people panel is inactive | Nyx (Neal Orman) | |
First pass at getting share buttons in the three places we need them: person's profile IM window people panel Only UI changes so far, functionality in a future checkin. Will be reviewed before pushing. --HG-- branch : avatar-pipeline | |||
2009-11-20 | merge | James Cook | |
2009-11-20 | Merge from product-engine | Steve Bennetts | |
2009-11-20 | EXT-1743 People inspectors should show Age, not Date born | James Cook | |
2009-11-20 | Clean up some logging | Rick Pasetto | |