- Dec 01, 2009
-
-
Loren Shih authored
--HG-- branch : avatar-pipeline
-
Loren Shih authored
--HG-- branch : avatar-pipeline
-
Loren Shih authored
EXT-3012 : Cleanup LLToolDragAndDrop Now checking if folder contents have links before allowing object drop. Did some superficial cleanup of lltooldraganddrop files. --HG-- branch : avatar-pipeline
-
Loren Shih authored
Fixed the behavior so that New Window brings up a new floater inventory window instead of doing nothing. --HG-- branch : avatar-pipeline
-
Brad Payne (Vir Linden) authored
--HG-- branch : avatar-pipeline
-
Tofu Linden authored
-
Tofu Linden authored
-
Lynx Linden authored
-
Lynx Linden authored
The issue was that the widgets for this panel are not built solely from XUI. There's code in LLPanelPlaces::changeInventory() that creates the actual My Inventory and Teleport History panels. Adding help_topic strings to the relevant XUI files for the LLLandmarksPanel and LLTeleportHistoryPanel classes fixes this issue.
-
Tofu Linden authored
vivox 'Unknown' is the more-descriptive '(Not Connected)' now. plus, we admit that our Qt version number is hard-coded right into the viewer instead of asking Qt.
-
Lynx Linden authored
new ?lang=<LANG> query parameter.
-
Lynx Linden authored
than hardcode it in llvoiceclient.cpp. Also rename the string from "Unknown" to "Not connected", to better reflect the fact that we get the Vivox version once voice is connected.
-
- Nov 30, 2009
-
-
Steve Bennetts authored
-
Rick Pasetto authored
Review #48 This change kills two birds with one stone: every frame, we check to see if the media data is the same as the one we 'initialize' with. If it is, we disable OK and Cancel. Otherwise we enable them. This makes it very difficult to set empty media data, as well as fixing the "apply button doesn't grey out" bug.
-
Nyx (Neal Orman) authored
Eyes weren't alpha masked. Hair wasn't being consistently alpha masked Hair alpha mask was being ignored during avatar customization We weren't hitting onFirstTEMessageReceived() All of these were fixed. Also takes care of EXT-2926 EXT-2925 EXT-2974 Code reviewed by Bigpapi --HG-- branch : avatar-pipeline
-
bea@american.lindenlab.com authored
-
bea@american.lindenlab.com authored
-
Loren Shih authored
Includes removal of unused header files. Includes changing big static map into a lldictionary. --HG-- branch : avatar-pipeline
-
ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman) authored
--HG-- branch : avatar-pipeline
-
Nyx (Neal Orman) authored
Changed local compositing code for alpha masks to handle the case where we are generating a local composite of an alpha masked body part. See JIRA for repro information Code reviewed by Bigpapi --HG-- branch : avatar-pipeline
-
Alexei Arabadji authored
--HG-- branch : product-engine
-
Lynx Linden authored
CMakeFiles.txt file. Previously it checked for a narrow range of gcc versions via a regex: if (${CXX_VERSION} MATCHES "4.[23]") Now we explicit check for any version >= 4.2: if (${CXX_VERSION_NUMBER} GREATER 419)
-
Alexei Arabadji authored
chiclet” --HG-- branch : product-engine
-
Tofu Linden authored
-
Tofu Linden authored
the floater version turned out easier to get on-spec (though not perfect).
-
https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji authored
--HG-- branch : product-engine
-
Loren Shih authored
Observer wasn't being removed when class was deleted. --HG-- branch : avatar-pipeline
-
Sergey Borushevsky authored
Replaced LLNotifications::add call by LLNotificationsUtil::add. --HG-- branch : product-engine
-
Brad Payne (Vir Linden) authored
--HG-- branch : avatar-pipeline
-
Mike Antipov authored
--HG-- branch : product-engine
-
Mike Antipov authored
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel)) -- initialized agent icon, name -- added agent's speaker indicator --HG-- branch : product-engine
-
Alexei Arabadji authored
--HG-- branch : product-engine
-
https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji authored
--HG-- branch : product-engine
-
Alexei Arabadji authored
avoided IM-toast popup when adding message to session; --HG-- branch : product-engine
-