summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
AgeCommit message (Collapse)Author
2009-12-03Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-03Final layout changes to about land, new widget sizes, EXT-3027 About Land ↵Erica
dialog:Media panel layout issues
2009-12-03Updated to add ellipses on long descriptions, and added a margin beneath the ↵Justin C. Rounds (Chuck)
description to keep it from running into the text below. http://jira.secondlife.com/browse/EXT-2995
2009-12-03Merge from product-engineSteve Bennetts
2009-12-03Un-threaded LLTextureFetch to address potential performance and edge case ↵Steve Bennetts
crash issues. Changed an assert to an llerrs with extra info Added "HTTP Textures" to "Develop" menu
2009-12-03merge of avatar-pipeline branch into viewer2Eric M. Tulla (BigPapi)
2009-12-03EXT-2966 Parcel property icons on nav bar have no tool-tipsJames Cook
Added tooltips in strings.xml so they can be localized.
2009-12-03moved start location dropdownErica
2009-12-03Automated merge with ssh://rick@hg.lindenlab.com/skolb/mediaRick Pasetto
2009-12-03local mergeskolb
2009-12-03merge of viewer2 into avp branchEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-12-03Fixed minor bug EXT-2466 (Call menuitem in the Friends context menu is ↵Sergey Borushevsky
disabled always) --HG-- branch : product-engine
2009-12-03 EXT-2575 [BSI] Deleting content inside a prim from build floater deletes ↵angela
prim, rather than content
2009-12-03Work on task EXT-3081 (Separate Message Well on Notifications Well and IM Well)Mike Antipov
Initial commit -- added two floater classes derived from LLSysWellWindow to work with Notification Well & IM Well -- register two floaters in place of previous sys_well (but with the same xml file) -- replace using of LLSysWellWindow with LLNotificationWellWindow in the out code (except of in LLScreenChannel::updateShowToastsState) -- rename member variable in bottom tray used for Notification Well --HG-- branch : product-engine
2009-12-04Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-04Implemented normal task EXT-3082 (Remove Reply button from IM toastsAndrew Dyukov
and open IM window just by click on IM toast). --HG-- branch : product-engine
2009-12-03fixed low bug EXT-3040 (Tool-tip for '+' icon on Picks tab says nothing ↵Paul Guslisty
about classifieds) --HG-- branch : product-engine
2009-12-03fixed normal bug EXT-3038 (Verb buttons in avatar profile panel don't have ↵Paul Guslisty
tool-tips) --HG-- branch : product-engine
2009-12-02DEV-42827 Implement volume slider on media controlsRick Pasetto
Introducing a volume slider that pops up when you hover over the "mute" button. Fades out with the rest of the controls. Had to also render (by hand) the background image. Cleaned up the XUI file.
2009-12-02Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-02About Land layout cleanupErica
2009-12-02unify the two media auto play preferences into one. The ↵skolb
ParcelMediaAutoPlayEnable flag now controls both (horribly named, but must be preserved for legacy purposes).
2009-12-03merge from remote repoangela
2009-12-03delete unused code EXT-2927 [BSI] profile text and partner text overwrite ↵angela
after selecting I button on a user
2009-12-03EXT-2854 Replace instances in the viewer with the final search maturity namesangela
2009-12-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-12-02EXT-2934 Sidetray is resizeable and its resize causes crashJames Cook
One panel had user_resize="true", which it should not have.
2009-12-02EXT-2572 partial fix for nearby chat text clipping at the bottomJames Cook
Fixes 1 pixel of clipping caused by LLScrollContainer. Text is still clipped by 1 pixel, down from 2. Added more test text boxes to floater_test_textbox.xml Reviewed with Leyla.
2009-12-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-02DEV-43439: Added navigation buttons to the Home side panel.Lynx Linden
Added Back, Forward, and Home buttons to the web view for the Home side panel. Still more work to do here, but the basic functionality is there; albeit hardcoded to secondlife.com. I notice that you can click Back on the first page. Seems to be an issue for the general media browser too. I'll file a JIRA for that.
2009-12-02EXT-3064 New layout for Login page, wider default window sizeErica
2009-12-02EXT-3050 : The Word "bar" Should be Removed from Section Headings on My ↵Loren Shih
Appearance Tab in Side Bar --HG-- branch : avatar-pipeline
2009-12-02mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-02Fix for normal task EXT-2640 (Create a tabbed IM multifloater)Sergey Borushevsky
Minimize button is hidden. Removed redundant parameters. --HG-- branch : product-engine
2009-12-02mergeYuri Chebotarev
--HG-- branch : product-engine
2009-12-02fix for EXT-2886 Context menu for Nearby chat text field should look like ↵Yuri Chebotarev
context menu for any text editor, should include such items as (cut,copy, paste etc) --HG-- branch : product-engine
2009-12-02Implemented major task EXT-2985 (Implement Avaline calls processing in Voice ↵Mike Antipov
Control Panel) -- checkin missed changes in xml file --HG-- branch : product-engine
2009-12-02fixed normal bug EXT-3039 (Overflow menu for Pick/Classified contain ↵Paul Guslisty
duplicated entries) --HG-- branch : product-engine
2009-12-02DEV-43439: Initial implementation of web-based Home panel.Lynx Linden
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display.
2009-12-02Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-02merge from remote repoangela
2009-12-02Fixed normal bug EXT-2878 - There are missing letters in the titles of the ↵Dmitry Zaporozhan
verb buttons. --HG-- branch : product-engine
2009-12-03Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-02DEV-43439: Initial web-based Home side tray panelLynx Linden
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI.
2009-12-02Implemented normal sub-task EXT-2975 - Make the IM multifloater optional.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-02Fixed minor EXT-2993 (bug voice control window should have valid minimal & ↵Andrew Dyukov
maximal size). Maximal size was not set, because there are no any floaters which have it. --HG-- branch : product-engine
2009-12-02Minor changes to EXT-2986 (Add "Leave Call" button in Voice Control PanelAndrew Dyukov
for all voice chats except nearby) implementation. --HG-- branch : product-engine
2009-12-01Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-01preserve a prior helpful tool_tip in 2.0 for the Build > Texture > 'Align' ↵Ramzi Linden
button
2009-12-01mergeJames Cook