summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-01-11ext-4050 - nearby chat title bar missing background artrichard
2010-01-11mergerichard
2010-01-11EXT-3444 Volume control slider appears in an odd locationrichard
reviewed by Leyla
2010-01-11Merge, sync from viewer-2-0, fixed conflict in llinspectavatar.cppJames Cook
2010-01-11MergeJames Cook
2010-01-11EXT-3687 Inventory and Outfits lists don't fill panel need DkGray2 backgroundJames Cook
EXT-4044 Inventory and Outfits scroll region has no background color/border Moved background color initialization to inventory_panel.xml Fixed search highlight color and extra borders no longer needed now that colors are correct. Reviewed with Simon.
2010-01-11ext-3820 [BSI] Preferences > Chat > Show IMs In: does not take effect ↵Lis Linden
without restart
2010-01-11ext-4015 Preferences: non-standard position of field labelsLis Linden
2010-01-11Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Linden
2010-01-11ext-4116 bad label position on Region/Estate/ Ground TexturesLis Linden
2010-01-11MergeJames Cook
2010-01-11EXT-3695, EXT-2034 Line height, padding in inventory customizable in XUI viaJames Cook
folder_view_item.xml EXT-3753 Inventory folders now have customizable item indents and "My Inventory" has indent again Reviewed with Richard
2010-01-11Fix for EXT-3991 - "add url to security for MoAP floater is devoid of ↵Callum Prentice
standard floater information"
2010-01-11Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-11New art for landmarks and places - replacing the pushpin with a globe - ↵Erica
reviewed with esbee
2010-01-11Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Linden
2010-01-11ext-3910 Instant Messages isn't in ALL CAPS like other windowsLis Linden
2010-01-11Fixed normal bug EXT-3984 (Bottom bar layout issues)Mike Antipov
* All buttons and controls need to move down 1 px (except chiclets, which are already vertically centered) * Left-hand controls need to shift left about 2 px (there should be 5 px of padding between the chat entry field and the edge of the window) * Right-hand controls (IM and notification buttons) also shift left so there is 5 px of padding against the right edge --HG-- branch : product-engine
2010-01-11MergeJames Cook
2010-01-11Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to ↵Mike Antipov
show/hide its buttons properly) Initial implementation: * implemented common functionality to update Avatar List Item children positions & size (for name) depend on children visibility * added its usage whereve visibility of child view is changed * removed direct changing of "info button" visibility in Avatar List when Avatar List Item is added --HG-- branch : product-engine
2010-01-11Fixed normal bug EXT - 3786 ("View profile" arrow widget in People/Friends ↵Paul Guslisty
list needs tooltip) --HG-- branch : product-engine
2010-01-11added no_group_text string to the profile panel;Alexei Arabadji
--HG-- branch : product-engine
2010-01-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-11EXT-3715: Added a help button to the speaker controls floater.Lynx Linden
2010-01-11EXT-3902: Make all Choose Resident tabs use the same help ID.Lynx Linden
2010-01-11EXT-3911 EXT-3846: Added help ID for Blocked Residents & Objects.Lynx Linden
2010-01-08First pass expose inventory item settings in XML (folder_view_item.xml)James Cook
Optimized LLFolderViewItem constructor by passing param block as const ref to avoid copies. Removed per-item arrow and background images, use defaults. Removed unneeded static image pointers. Removed hard-coded rounded_square.tga, replaced with Rounded_Square Ditto for folder_arrow.tga Reviewed with Richard.
2010-01-08MergeLeyla Farazha
2010-01-08EXT-3418 [BSI] Can't set Web Proxy in Preferences floaterLeyla Farazha
2010-01-08EXT-3615 Tiny cosmetic thing: make sure all "Ok" in buttons are changed to ↵Leyla Farazha
"OK"
2010-01-08EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵Tofu Linden
Screen
2010-01-08EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵Tofu Linden
Life
2010-01-08MergeJames Cook
2010-01-08Fix mini-inspector (i) icon art reference, no more gray rectangleJames Cook
Reviewed with Richard
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-08EXT-2647: Removed the help browser's "Open in My Web Browser" button.Lynx Linden
Also increased the default height of the help browser a little bit as it looked a little too squat.
2010-01-08EXT-3958 title needs to update appropriately when changes made to outfitNyx (Neal Orman)
We now show a string "(unsaved)" under the appearance panel outfit title when the currently loaded outfit has been modified from its original state. Tested with following conditions: 1) item added to loaded outfit 2) item removed from loaded outfit 3) item replaced in loaded outfit Appears to work properly on login as well. Checking is a manual folder compare, but should be fairly efficient. XUI changes submitted by Erica Entire diff reviewed by Vir
2010-01-07mergerichard
2010-01-07EXT-4061 Right top tab - art does not scale properly, appears blurry, ↵Erica
EXT-4042 Appearance layout tweaks, Add (unsaved) thingamajig to the end of the Outfit name for Nyx
2010-01-07mergerichard
2010-01-07Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-07EXT-3799 Extreeeeeeeeme Navbar cleanup to match spec - favorites height, ↵Erica
vertical and horizontal alignment, volume button art
2010-01-07mergerichard
2010-01-07eliminated dump focus holder keyboard shortcutrichard
fixed inventory sidetray layout
2010-01-07EXT-3736 Minimap dot colors need to match spec.Erica
2010-01-07EXT-3884 - group list cut off when there is room to display morerichard
reviewed by Erica
2010-01-07automated merge viewer2.0->viewer2.0Loren Shih
2010-01-07EXT-4029 Add new inspector affordance to viewerErica
2010-01-07Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-07DEV-44129 EXT-3662 - Make all layout panels mouse_opaqueRick Pasetto
This makes the area below the controls click-through (otherwise it blocks mouse events). That area is for the volume slider.