Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-11 | ext-3910 Instant Messages isn't in ALL CAPS like other windows | Lis Linden | |
2010-01-11 | Merge backout of b6030bb6ff40 | Rick Pasetto | |
2010-01-11 | Backed out changeset b6030bb6ff40 | Rick Pasetto | |
2010-01-11 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-11 | Fix build issue with ba93e704bd4f | Rick Pasetto | |
2010-01-11 | Merge | Runitai | |
2010-01-11 | EXT-3784 Fix for first menu item going blank when highlighted on ATI cards. | Runitai | |
2010-01-11 | Merge | James Cook | |
2010-01-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2010-01-11 | EXT-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-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nyx (Neal Orman) | |
2010-01-11 | EXT-3952 save outfit button should be enabled on the wearing tab | Nyx (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-11 | EXT-3928: Escape group names in the profile panel URLs. | Lynx Linden | |
2010-01-11 | DEV-44732: Added some unit tests for URLs with no protocols. | Lynx Linden | |
2010-01-11 | EXT-4145: Added a secondlife:///app/search SLapp | Lynx 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-11 | EXT-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-11 | EXT-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-11 | EXT-3715: Added a help button to the speaker controls floater. | Lynx Linden | |
2010-01-11 | EXT-3902: Make all Choose Resident tabs use the same help ID. | Lynx Linden | |
2010-01-11 | EXT-3911 EXT-3846: Added help ID for Blocked Residents & Objects. | Lynx Linden | |
2010-01-10 | Reverting change that broke the build so we can get a working build for QA | Kent Quirk | |
2010-01-08 | Made 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-08 | First 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-08 | fast timer performance tuning | richard | |
2010-01-08 | Merge. | Tofu Linden | |
2010-01-08 | EXT-1847 Regression in the design spec: "You" should be replaced by your ↵ | Tofu Linden | |
full avatar name in communication | |||
2010-01-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2010-01-08 | EXT-4038: Typo fix & proper handling of autopopulation if library clothing ↵ | Eric M. Tulla (BigPapi) | |
already imported -Reviewed by vir | |||
2010-01-08 | Merge | Leyla Farazha | |
2010-01-08 | EXT-3418 [BSI] Can't set Web Proxy in Preferences floater | Leyla Farazha | |
2010-01-08 | EXT-3091 [BSI] Loading Texture Text in Build doesn't fit | Leyla Farazha | |
2010-01-08 | EXT-3874 Lindens can (appear to) be blocked from avatar info popup | Leyla Farazha | |
2010-01-08 | EXT-4026 parcel media does not autoplay after arriving by teleport | Tofu Linden | |
2010-01-08 | EXT-3615 Tiny cosmetic thing: make sure all "Ok" in buttons are changed to ↵ | Leyla Farazha | |
"OK" | |||
2010-01-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2010-01-08 | EXT-4038: Autopopulating My Outfits now happens correctly (creates links ↵ | Eric M. Tulla (BigPapi) | |
instead of folder copies). -Reviewed by Seraph | |||
2010-01-08 | Merge. | Tofu Linden | |
2010-01-08 | EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵ | Tofu Linden | |
Screen | |||
2010-01-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2010-01-08 | fix for EXT-4094: Shared whiteboard script crashes viewer. | Xiaohong Bao | |
2010-01-08 | Automated merge | Kent Quirk | |
2010-01-08 | Merge. | Tofu Linden | |
2010-01-08 | EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵ | Tofu Linden | |
Life | |||
2010-01-08 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2010-01-08 | Minor cleanup: make data members in LLViewerMediaImpl private. | Monroe Linden | |
This required adding one accessor and making two related classes friends of LLViewerMediaImpl. | |||
2010-01-08 | code review feedback: fixed comment | Rick Pasetto | |
2010-01-08 | FIX EXT-4052: don't bounce back if url does not pass whitelist | Rick Pasetto | |
http://codereview.lindenlab.com/265005/show | |||
2010-01-08 | EXT-3874 Lindens can (appear to) be blocked from avatar info popup | Leyla Farazha | |
2010-01-08 | Merge | James Cook | |
2010-01-08 | Fix mini-inspector (i) icon art reference, no more gray rectangle | James Cook | |
Reviewed with Richard |