Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-18 | Rename mSLID to mUsername to match the name of the field in the UI | James Cook | |
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed. | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-16 | EXT-5205 MoAP auto zoom should not work on prims attached as HUDs | Leyla Farazha | |
Reviewed by Richard CC#192 | |||
2010-04-08 | EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media ↵ | Leyla Farazha | |
interaction reviewed by richard cc#182 | |||
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-26 | EXT-EXT-6317 - cursor does not indicate clicking will trigger an action when ↵ | Richard Nelson | |
over transparent objects reviewed by Leyla | |||
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-16 | merge | Richard Linden | |
2010-03-09 | EXT-2418 add price to object tooltip | angela | |
2010-03-08 | EXT-2418 Object hover tips no longer show price, description or owner | angela | |
2010-03-05 | EXT-2418 added open/sit/buy mouse cursors | Richard Linden | |
2010-03-02 | Merge | James Cook | |
2010-02-18 | Preference to set what fields name tags display, and | James Cook | |
first attempt at "use display names" menu item which doesn't work yet | |||
2010-02-15 | CID-39 | Tofu Linden | |
Checker: DEADCODE Function: LLToolPie::handleMediaClick(const LLPickInfo &) File: /indra/newview/lltoolpie.cpp simply some redundant checking, cleared-up for clarity | |||
2010-02-11 | Created stub LLAvatarNameCache for display name lookup, as | James Cook | |
well as LLAvatarName base data object. Reviewed with Kelly. | |||
2010-02-11 | Merge | James Cook | |
2010-02-11 | CID-73 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLToolPie::pickRightMouseDownCallback() File: /indra/newview/lltoolpie.cpp | |||
2010-02-08 | Converted names build from avatar object LLNameValue pairs to SLID | James Cook | |
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization | |||
2010-01-28 | FIX EXT-4630 EXT-4670: Show inspector tooltip over media, don't show it if ↵ | Rick Pasetto | |
media is playing Review #91 This is a different take from my prior implementation. This has two changes to the "rules" for showing the inspector tooltip: 1. Do not show the inspector tooltip if hovering over a face that has media displaying 2. If you hover over a face with media *data* on it, show the inspector tooltip, subject to rule #1 (i.e. only if media is not displaying) | |||
2010-01-27 | CID-415 | Tofu Linden | |
Checker: DEADCODE Function: LLToolPie::handleTooltipObject(LLViewerObject *, std::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::basic_string<char, std::char_traits<char>, std::allocator<char>>) File: /indra/newview/lltoolpie.cpp | |||
2010-01-22 | Remove code that enables tooltip inspector hover over media object | Rick Pasetto | |
(note: reverts changeset b6b3a58fdb30) | |||
2010-01-21 | merge | Rick Pasetto | |
2010-01-19 | better fix of EXT-299 "Mute" still showing in avatar Context menu, although ↵ | Ramzi Linden | |
label says "Block" The original fix at r6543 created a duplicate node, which breaks localization. Renaming that new node with a unique name=. | |||
2010-01-19 | EXT-1341 Inspectors - Break LLToolPie::handleTooltip into smaller ↵ | angela | |
functions, handleTooltipLand vs. handleTooltipObject | |||
2010-01-14 | EXT-3795 First run messages still display (click & drag on map, Build tools ↵ | angela | |
open, movement controlled, etc) | |||
2010-01-07 | EXT-4036 - change inspector tooltip image | richard | |
2010-01-06 | ext-4011 - sped up appearance of inspector affordances | richard | |
reviewed by Erica | |||
2010-01-06 | EXT-3201: bring up inspector tooltip if object has media | Rick Pasetto | |
2010-01-04 | Changed async picks in LLToolPie::handleMouseDown and ↵ | Monroe Linden | |
LLToolPie::handleRightMouseDown to sync. This fixes EXT-3658 ("DEV-44422 webprim doesn't get mouse up events from the Mac trackpad"). Reviewed by Richard. | |||
2009-12-18 | Fix 3D object tooltip backgrounds appearing gray | James Cook | |
Image "none" wasn't being properly converted to a NULL pointer, so was drawing the default gray image. Reviewed with Richard | |||
2009-12-14 | merge | richard | |
2009-12-14 | Allow selection of media faces even if there is no impl. We record | Rick Pasetto | |
the target object and use that fact to raise its interest level. This is mostly a pass-off for monroe to take and run with | |||
2009-12-09 | EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" | James Cook | |
2009-12-09 | Partial EXT-3268 Object Profile option showing up in avatar 3D Context menu | James Cook | |
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard. | |||
2009-11-19 | EXT-2094 Add click-to-zoom as a one-click settable option for objects | angela | |
2009-11-18 | EXT-2094 | angela | |
2009-11-16 | EXT-2512 Turned off Hover Glow Objects by default. | James Cook | |
Should resolve EXT-2499 EXT-2522 EXT-2514 Consider turning back on for Viewer 2.1 and tuning. | |||
2009-11-10 | EXT-1478 Tool-tip background and border colors are being ignored | Leyla Farazha | |
EXT-2082 Multifloater preview tab container extends outside window border EXT-773 odd notecard behaviour on closing an unsaved notcard reviewed by Richard | |||
2009-11-06 | Show glow around interactive objects on hover. Glow shows through ↵ | James Cook | |
objects/avatars - this is expected. Effect from DaveP long ago, hover code by me long ago, just changing the default setting. | |||
2009-11-03 | display the current URL in object inspector for media without going through ↵ | angela | |
media plugin | |||
2009-11-02 | merge | Leyla Farazha | |
2009-11-02 | EXT-1744 1-click Sit object not spawning an object inspector | Leyla Farazha | |
EXT-1810 Right clicking own avatar displayed semi-transparent menus EXT-1927 Hook up Push-to-talk in Preferences > Advanced reviewed by richard | |||
2009-10-30 | media inspector adding current url, secure browsing and home page button | angela | |
2009-10-30 | media inspector https icon | angela | |
2009-10-29 | EXT-1954 Implement Inspector Info i rollover icon | angela | |