summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-01-12Merge with default branch, resolved conflict in llpanelavatar.cppMike Antipov
--HG-- branch : product-engine
2010-01-11Fix for black/grey look at login screen and backspace going back in ↵Monroe Linden
search/help windows. This should address EXT-4097. Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia. Added background color parameters to the size_change message. Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate. Webkit plugin now no longer waits for the first onPageChanged event LLViewerMediaImpl now clears the texture to the background color when initializing it. Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet. Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code. Reviewed by callum and rick.
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-01-11fix for EXT-4164: llrender/llimagegl.cpp(1111): ASSERT(mCurrentDiscardLevel>=0)Xiaohong Bao
2010-01-11mergeRick Pasetto
2010-01-11FIX EXT-3972: Don't put up the "multiple media" dialog just because the user ↵Rick Pasetto
doesn't have the "Select Face" tool selected.
2010-01-11Avoid an assertion failure in texture baking. Reviewed by Nyx. Deemed ↵Tofu Linden
'tiny'...
2010-01-11Merge.Tofu Linden
2010-01-11EXT-4163 Don't strip viewer symbols, or tar the result, in DEBUG buildsTofu Linden
2010-01-11mergeBrad Payne (Vir Linden)
2010-01-11Better resolution of merge conflictJames Cook
2010-01-11mergeBrad Payne (Vir Linden)
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-11mergeBrad Payne (Vir Linden)
2010-01-11For EXT-4068: [BSI] right click several times on an inventory item produces ↵Brad Payne (Vir Linden)
several second hang. Improved speed of panel finding by restricting search to only panels, saving time when inventory is very large
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 viewer2.0->viewer2.0Loren Shih
2010-01-11Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Linden
2010-01-11Fixed normal bug EXT-3672 (OSX specific: Notification "calling to ..." ↵Eugene Mutavchi
doesn't disappear after the voice call has been accepted) --HG-- branch : product-engine
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-11Merge with tipCallum Prentice
2010-01-11Fix for EXT-3991 - "add url to security for MoAP floater is devoid of ↵Callum Prentice
standard floater information"
2010-01-11EXT-4154 : Memory leak from FetchObservers in AppearanceSPLoren Shih
Member observers of LLSidepanelAppearance are now deleted appropriately.
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-11Merge backout of b6030bb6ff40Rick Pasetto
2010-01-11Backed out changeset b6030bb6ff40Rick Pasetto
2010-01-11Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-11Fix build issue with ba93e704bd4fRick Pasetto
2010-01-11Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to ↵Mike Antipov
show/hide its buttons properly) Code cleanup: * removed unused static members --HG-- branch : product-engine
2010-01-11Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to ↵Mike Antipov
show/hide its buttons properly) Code improved: * removed disabled method LLAvatarListItem::reshapeAvatarName * added refreshing chat participant list immediately after moderator rights are changed (for EXT-2364) --HG-- branch : product-engine
2010-01-11MergeRunitai
2010-01-11EXT-3784 Fix for first menu item going blank when highlighted on ATI cards.Runitai
2010-01-11MergeJames Cook
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-11EXT-3429: Don't display inspect slider when inappropriate.Lynx Linden
The avatar inspector has a volume slider and mute button. We make these widgets invisible when it does not makes sense to interact with them. That is, when the inspector is for your own avatar, or when voice is not active.
2010-01-11Work on low task EXT-3456 (Code Improvements: Improve LLAvatarListItem to ↵Mike Antipov
show/hide its buttons properly) Code improved: * removed direct changing of "speaker indicator" visibility in Avatar List when Avatar List Item is added --HG-- branch : product-engine
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-3988 ([BSI] superfluous bottom bar buttons shown in ↵Eugene Mutavchi
mouse look after pressing enter) --HG-- branch : product-engine
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-11EXT-3952 save outfit button should be enabled on the wearing tabNyx (Neal Orman)
Enabled the button on the wearing tab of the appearance sidepanel and set its functionality to switch to the my outfits tab before the auto-rename happens. Reviewed by Seraph
2010-01-11Fix for normal bug EXT-3888 - [BSI] double click does not fetch/open ↵Dmitry Zaporozhan
attachment on group notice. --HG-- branch : product-engine