summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-09Fix for DEV-42029 (changing media on multiple faces can make a zombie SLPlugin).Monroe Linden
Made LLViewerMedia::updateMediaImpl() unload the impl's media plugin when the current URL goes empty. Made LLVOVolume::syncMediaData() call removeMediaImpl() if the media data gets deleted.
2009-11-10DEV-41317 DEV-42311: Enabled the "Call" button in more side panels.Lynx Linden
The various People panels now have Call buttons that work. Currently we only support single selection of users in lists for P2P voice chat. Multiple selection for ad-hoc chat is next...
2009-11-09mergeBrad Payne (Vir Linden)
2009-11-09mergeJames Cook
2009-11-09DEV-42409 Email snapshot now fills in sender email address as before.James Cook
Sending now works. Reviewed with Ambroff.
2009-11-09Disabled saving notifications to disk because the load code hasn't worked ↵James Cook
for months, it spams the logs, and it hits the disk. Discussed with Q, the author.
2009-11-09First name field on login screen is now same size as last name.James Cook
Reviewed with Ambroff
2009-11-09Merge with tipcallum
2009-11-09Fix for DEV-41797 - "LL_QUICKTIME_ENABLED is often unset on Windows builds"callum
2009-11-09ext-1444 log, speak and gestures btns don't have tool-tipsLis Pardi
These changes had been made last month, but got smooshed.
2009-11-09Removed some log file spam.Brad Payne (Vir Linden)
2009-11-09mergeLoren Shih
2009-11-09Fix signed/unsigned build breakage in llvovolume.cppJames Cook
2009-11-09For EXT-2325: Should purge inventory cache moving from 1.23 to 2.0.Brad Payne (Vir Linden)
Added a version field at the beginning of inventory cache files. If version field is not found or does not match expectected value, then the cache is discarded. In 1.23, the version line triggers a warning but is otherwise ignored. Reviewed by Seraph.
2009-11-09For EXT-2335 Diagnose warning spam: "LLInventoryPanel::buildNewViews called ↵Loren Shih
with invalid objectp->mType" Trivial fix to just ignore reading in items that have unknown/none asset type.
2009-11-09Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-11-09EXT-2326 Editing appearance causes too many texture callbacks stalls the viewerNyx (Neal Orman)
problem was caused by triggering updateMeshTextures() every time visual params or textures were changed on your base avatar object. The latest structure makes the parameters and textures in the wearables authoritative, causing them to be copied to the avatar on a regular basis. This resulted in way too many callbacks to be registered while waiting for baked textures to be uploaded. Fixed by removing many calls to updateMeshTextures() and ensuring that it gets called every time an appropriate param or texture actually changes, or a wearable gets added/removed. This appears to cut the number of callbacks to a reasonable level. Code reviewed by Bigpapi.
2009-11-09Fixed EXT-2104 (Chiclets overflow buttons overlap lower tray elements)-Andrew Dyukov
in this changeset and in 4466:3ad0401e16a5. Here I changed height of buuttons. --HG-- branch : product-engine
2009-11-09Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-09mergeMike Antipov
--HG-- branch : product-engine
2009-11-09DEV-41358: Renamed the title of the search floater to be "Find".Lynx Linden
As requested by the search team.
2009-11-09Better fix for DEV-42153.Monroe Linden
2009-11-09Fixed normal bug EXT-2327 "Incoming call dialog crashes after logout".Sergei Litovchuk
- Added NULL pointer checks. --HG-- branch : product-engine
2009-11-09Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/Lynx Linden
2009-11-09DEV-41317 DEV-41318: Enabled the Call button in the Profile panel.Lynx Linden
I've added a new LLAvatarActions::startCall() method to make it easy to start a new P2P call. The Resident Profile "Call" button is now hooked up to this. I've also put back the "Call" menu in the avatar popup menu and hooked this up too. While I was there I noticed that the "IM" popup menu code could all be removed in favor of a call to LLAvatarActions::startIM().
2009-11-09- Fix for low bug EXT-1965 "Place Profile: Accordions has different alignment".Sergei Litovchuk
--HG-- branch : product-engine
2009-11-09mergeJames Cook
2009-11-09Fixed crash on hovering over debug rendering menu due to texture atlas.James Cook
2009-11-09merge.Tofu Linden
2009-11-09remove debug spew.Tofu Linden
2009-11-09Smarter mildly-refactored voice-toggle state management.Tofu Linden
2009-11-09fixed normal bug EXT-2171 Group list - View Profile icon should only appear ↵Andrew Polunin
on Group item hover --HG-- branch : product-engine
2009-11-09don't have the 'speak' button be, technically, a toggle buttonTofu Linden
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics.
2009-11-09EXT-1866 : Inventory Side PanelLoren Shih
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items. This is to make the UI behavior compliant with the Inventory Panel MVP. Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
2009-11-09Fixed Nice to have bug EXT-1907-Context menu for avatar in Friends tab ↵Eugene Kondrashev
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu. --HG-- branch : product-engine
2009-11-09Central-source the authoritative state of mic openness.Tofu Linden
2009-11-09remove #include no longer needed.Tofu Linden
2009-11-09Fixed normal bug EXT-2103 (There are no arrow icons on the Chiclets overflow ↵Andrew Dyukov
buttons), but Erica will have to set appropriate icon. --HG-- branch : product-engine
2009-11-09Don't have LLVoiceClient manually poke the nearbychatbar's 'speak' button's ↵Tofu Linden
visual state as a special case - all speak buttons will soon know how to poll (sigh) the ptt state, with more reliability.
2009-11-10fix xml function param problem and adding missing settings in settings.xmlangela
2009-11-09- Reverted fix for normal bug EXT-2016 "Place Profile panel isn't resized". ↵Sergei Litovchuk
The reason is that some unnecessary free space is left in Place Profile panel. - Cleaned up obsolete code from Place Profile panel. --HG-- branch : product-engine
2009-11-09No ticket. Removed unused includes. Formatted xml.Eugene Kondrashev
--HG-- branch : product-engine
2009-11-09Implemented Sub-task EXT-1906 All speakers handling functional in old IM ↵Eugene Kondrashev
Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff --HG-- branch : product-engine
2009-11-09check for NULL UUID for friendListFolderIDangela
2009-11-09partial implementation for the major task (EXT-989) IM chiclets should ↵Dmitry Oleshko
expand to show active voice indicator --HG-- branch : product-engine
2009-11-09fixed normal bug EXT-2148 [BSI] Teleport button clickable although friend is ↵Andrew Polunin
offline --HG-- branch : product-engine
2009-11-09trivial comment fix while I was there.Tofu Linden
2009-11-09... remove unused llrandgauss.hTofu Linden
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'.
2009-11-09randgauss.h isn't *really* used by the viewer - remove #include and move it ↵Tofu Linden
to llmath with ll-header naming convention.
2009-11-09MergeDmitry Zaporozhan
--HG-- branch : product-engine