summaryrefslogtreecommitdiff
path: root/indra/newview/llinspectavatar.cpp
AgeCommit message (Collapse)Author
2011-01-28pull back fixes from betaOz Linden
2011-01-24SOCIAL-473 FIX Add Kick, Freeze, Unfreeze and CSR to profile mini floater ↵Richard Linden
drop down Added Kick and CSR, made existing Freeze menu item use god mode freeze when in god mode (works across grid, not just with local avatars)
2011-01-19STORM-547 FIXED Name of blocked person is not presented in list if person ↵Paul Guslisty
was blocked from Inspector - Replaced method call which returns empty string with member containing display name
2010-10-22STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵Seth ProductEngine
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton.
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13DEV-52163 Long display name with wide characters not fully visible in viewer ↵Leyla Farazha
aside from nametag
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-05-28Getting rid of some more old gCacheName callsLeyla Farazha
2010-05-25MergeLeyla Farazha
2010-05-25Report abuse floater updated for display names compatibilityLeyla Farazha
reviewed by James
2010-05-19Updated avatar inspectors to use new legacy name field in avatarnamecacheLeyla Farazha
2010-05-18Rename mSLID to mUsername to match the name of the field in the UIJames 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-17inspector and friends list tooltip updatesLeyla Farazha
reviewed by James
2010-05-13merge pull from dessie/viewer-public, picking up SLE codeJames Cook
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-26Fix inspector display name updating to help test server Display NamesJames Cook
2010-04-21Automated mergeRoxie Linden
2010-04-19Fixed bug EXT-6842 ([I18N] Date format in Profile - mm/dd/yyyy needs to be: ↵Vadim Savchuk
yyyy/mm/dd for Japanese). - Made avatar registration date localizeable. - Specified localization templates for English, Japanese and German. Reviewed by Mike: https://jira.secondlife.com/browse/EXT-6842 --HG-- branch : product-engine
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-02DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-29Automated mergeRoxie Linden
2010-03-23Minimal fix for EXT-6508, restore voice volume when unmuting.Aimee Linden
Ignore incoming volume level of zero from SLVoice. (May also fix EXT-5625, though unconfirmed, removes obsolete hack that was obfuscating that issue).
2010-03-25Fixed low bug EXT-6488 (Teleport menuitem is enabled for offline residents ↵Paul Guslisty
in the context menu and inspectors) - Added a check for a teleport offer ability. In XML created a paremeter and check it in source code. Reviewed by Leyla Farazha at https://codereview.productengine.com/secondlife/r/86/ --HG-- branch : product-engine
2010-03-08Merge with viewer 2 beta 4James Cook
2010-03-02Nicer inspector when using SLIDs onlyJames Cook
2010-02-18Preference to set what fields name tags display, andJames Cook
first attempt at "use display names" menu item which doesn't work yet
2010-02-18Fixed low bug EXT - 4751 (VCP hides while avatar inspector in use)Paul Guslisty
- Updated an Avatar Inspector to register / unregister itself in the Transient Floater Manager --HG-- branch : product-engine
2010-02-16Added Share to avatar mini-inspector overflow menu (EXT-5151).Vadim Savchuk
--HG-- branch : product-engine
2010-02-11Created stub LLAvatarNameCache for display name lookup, asJames Cook
well as LLAvatarName base data object. Reviewed with Kelly.
2010-02-10Mini-inspectors show both display name and SLIDJames Cook
2010-02-03mergeJames Cook
2010-02-02Fixed normal bug EXT-4740 - Object inspector hides however context menu presentDmitry Zaporozhan
--HG-- branch : product-engine
2010-02-01Support returning full_name (and SLID) for LLCacheName::get() callsJames Cook
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly
2010-01-25Fixed reopened normal bug EXT-4450([BSI] call buttons enabled when voice is ↵Andrew Dyukov
disabled). - Added check for call availability in miniinspector's context menu - Removed ability to call yourself in group chat context menu - Added check for call availability for context menu which appears on right mouse click on avatar in game area --HG-- branch : product-engine
2010-01-22Fixed bug EXT-4582 ([BSI] "Report" from avatar inspector does not ↵Vadim Savchuk
auto-populate "Abuser name" when Resident is not nearby). Added method LLFloaterReporter::showFromAvatar() to use for remote avatars. --HG-- branch : product-engine
2010-01-12Merge with default branch, resolved conflict in llpanelavatar.cppMike Antipov
--HG-- branch : product-engine
2010-01-11Better resolution of merge conflictJames Cook
2010-01-11Merge, sync from viewer-2-0, fixed conflict in llinspectavatar.cppJames Cook
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-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-08EXT-3874 Lindens can (appear to) be blocked from avatar info popupLeyla Farazha
2010-01-08EXT-3874 Lindens can (appear to) be blocked from avatar info popupLeyla Farazha
2010-01-06mergerichard