summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-11EXT-3928: Escape group names in the profile panel URLs.Lynx Linden
2010-01-11mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-11fix normal EXT-3987 [BSI] *Save* button in group profile should be greyed ↵Ychebotarev ProductEngine
out when there are no changes to save "save" btn will not be visible for groups where you are not a member. fixed enabled/disabled state --HG-- branch : product-engine
2010-01-11Fixed normal bug EXT-3764 - Notifications should not stack when selected ↵Dmitry Zaporozhan
from the Well. --HG-- branch : product-engine
2010-01-11DEV-44732: Added some unit tests for URLs with no protocols.Lynx Linden
2010-01-11added no_group_text string to the profile panel;Alexei Arabadji
--HG-- branch : product-engine
2010-01-11EXT-4145: Added a secondlife:///app/search SLappLynx Linden
Displays the search floater and performs a search. You can specify an optional category and an optional search string. See the wiki docs for usage details: https://wiki.lindenlab.com/wiki/Viewer_2.0_SLapps
2010-01-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-11EXT-3929: Also look in accordion tabs for help topic.Lynx Linden
When the user clicks on the help "?" button, we try to find the currently active tab and see if there is a help topic for that tab. In addition, we now also look for a currently-visible accordion tab.
2010-01-11EXT-3929: Moved LLAccordionCtrl to llui.Lynx Linden
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not newview. I need to make this happen in order to fix EXT-3929. No code change was necessary (other than to change #include for predefined headers) as these classes did not rely on any newview code.
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-10Reverting change that broke the build so we can get a working build for QAKent Quirk
2010-01-08Made AudioStreamingMedia setting control loading of prim media as well as ↵Monroe Linden
parcel media. Moved the media first-run dialog code from llviewerparcelmedia.cpp to llviewermedia.cpp, and made it come up for both prim and parcel media.
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-08Merge.Tofu Linden
2010-01-08EXT-1847 Regression in the design spec: "You" should be replaced by your ↵Tofu Linden
full avatar name in communication
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Typo fix & proper handling of autopopulation if library clothing ↵Eric M. Tulla (BigPapi)
already imported -Reviewed by vir
2010-01-08MergeLeyla Farazha
2010-01-08EXT-3418 [BSI] Can't set Web Proxy in Preferences floaterLeyla Farazha
2010-01-08EXT-3091 [BSI] Loading Texture Text in Build doesn't fitLeyla Farazha
2010-01-08EXT-3874 Lindens can (appear to) be blocked from avatar info popupLeyla Farazha
2010-01-08EXT-4026 parcel media does not autoplay after arriving by teleportTofu Linden
2010-01-08EXT-3615 Tiny cosmetic thing: make sure all "Ok" in buttons are changed to ↵Leyla Farazha
"OK"
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-01-08EXT-4038: Autopopulating My Outfits now happens correctly (creates links ↵Eric M. Tulla (BigPapi)
instead of folder copies). -Reviewed by Seraph
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵Tofu Linden
Screen
2010-01-08Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-01-08fix for EXT-4094: Shared whiteboard script crashes viewer.Xiaohong Bao
2010-01-08Automated mergeKent Quirk
2010-01-08Merge.Tofu Linden
2010-01-08EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵Tofu Linden
Life
2010-01-08automated merge viewer2.0->viewer2.0Loren Shih