summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-02-22Simple button to change your display nameJames Cook
Talks to web service so other people can see the change, but for now they need to relog or toggle display names on/off to clear their cache.
2010-02-19IM window titles are Display Name (SLID)James Cook
2010-02-19Avatars with legacy names have special color name tagsJames Cook
2010-02-19Tweak the legacy avatar name tag colorJames Cook
2010-02-19Show SLID in side panel full avatar profileJames Cook
2010-02-19Improved support for toggling display names on/offJames Cook
Stop pre-populated name cache because we have a web service now for lookup Added mIsLegacy to LLAvatarName so we can colorize those name tags differently
2010-02-19Added Display Names option to login menu as wellJames 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-17Look up display names via a web serviceJames Cook
Also removed unused LLComboBox globals to reduce llappviewer.cpp include file burden. Review pending
2010-02-17Fix typo, should unbreak Linux/Mac buildsJames Cook
2010-02-17DEV-46233 From field in group notices table contains SLID with ResidentJames Cook
Raw name being sent from server
2010-02-17Documented that last name "Resident" is not storedJames Cook
2010-02-17Added function LLCacheName::cleanFullName() to strip " Resident" from stringsJames Cook
2010-02-16DEV-46234 Group Invite contains SLID with Resident, andJames Cook
DEV-46231 Pay resident notification contains SLID with Resident last name, and DEV-46232 Payment confirmation of buy and sell parcel of land contains SLID with Resident in both notifications Clean up server-side name strings with regex matching. Reviewed with Simon.
2010-02-12Per-avatar customizable icons next to name links in textJames Cook
Changed LLUrlEntryAgent callbacks to handle both link label and icon Eliminated legacy LLNameCache file loading Reviewed with Kelly
2010-02-11Created stub LLAvatarNameCache for display name lookup, asJames Cook
well as LLAvatarName base data object. Reviewed with Kelly.
2010-02-11MergeJames Cook
2010-02-11Minor clarification edit to a warning comment.Eric M. Tulla (BigPapi)
2010-02-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2010-02-11EXT-4387 - Possible fix. No repro, but added an extra safety check and ↵Eric M. Tulla (BigPapi)
warning the only place in the function that it appears that something could go wrong if we have inventory corruption and InventoryType is wearable but the wearable type bitfield is in a broken state. -Reviewed by vir.
2010-02-11EXT-5105 Incorrect keyboard shortcut for Inventory in main menuangela
2010-02-11merge with remote repoangela
2010-02-11EXT-5164 Me->My Inventory opens Inventory floater, not side panelangela
2010-02-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-11Added tool tip to Clear History button.Chuck Linden
https://jira.secondlife.com/browse/EXT-5312
2010-02-11merge.Tofu Linden
2010-02-11merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Aimee Linden
2010-02-11EXT-5264 : Debug setting to show in-world voice visualizations while in ↵Aimee Linden
private voice calls Added ShowVoiceVisualizersInCalls, setting it to true will show voice visualizers, lipsync and voice gestures for people in the same voice session that are also visible in-world.
2010-02-11PE merge.Tofu Linden
2010-02-11Fixing another suicidal timer tick()Aimee Linden
2010-02-11CID-146Tofu Linden
Checker: NULL_RETURNS Function: LLNotificationChannelPanel::onClickNotification(void *) File: /indra/newview/llfloaternotificationsconsole.cpp
2010-02-11CID-147Tofu Linden
Checker: NULL_RETURNS Function: LLNotificationChannelPanel::onClickNotificationReject(void *) File: /indra/newview/llfloaternotificationsconsole.cpp
2010-02-11merge from remote repoangela
2010-02-11CID-148Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onClickPlay() File: /indra/newview/llfloatergesture.cpp
2010-02-11EXT-4837 [NUX] When filter results in null state, provide a message ↵angela
suggesting the user try global search.
2010-02-11CID-149Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onCopyPasteAction(const LLSD &) File: /indra/newview/llfloatergesture.cpp
2010-02-11CID-150Tofu Linden
Checker: NULL_RETURNS Function: LLFloaterGesture::onCopyPasteAction(const LLSD &) File: /indra/newview/llfloatergesture.cpp
2010-02-11CID-151Tofu Linden
Checker: NULL_RETURNS Function: LLFavoritesBarCtrl::insertBeforeItem(LLDynamicArray<LLPointer<LLViewerInventoryItem>, (int)32> &, const LLUUID &, LLViewerInventoryItem *) File: /indra/newview/llfavoritesbar.cpp
2010-02-11CID-153Tofu Linden
Checker: NULL_RETURNS Function: LLAgentWearables::makeNewOutfit(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const LLDynamicArray<int, (int)32> &, const LLDynamicArray<int, (int)32> &, int) File: /indra/newview/llagentwearables.cpp
2010-02-11CID-67Tofu Linden
Checker: FORWARD_NULL Function: LLFloaterTools::updatePopup(LLCoordGL, unsigned int) File: /indra/newview/llfloatertools.cpp
2010-02-11CID-66Tofu Linden
Checker: FORWARD_NULL Function: LLVOAvatar::parseSkeletonFile(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/newview/llvoavatar.cpp not a bug.
2010-02-11CID-64Tofu Linden
Checker: FORWARD_NULL Function: LLFeatureManager::loadFeatureTables() File: /indra/newview/llfeaturemanager.cpp not a bug.
2010-02-11CID-63Tofu Linden
Checker: FORWARD_NULL Function: LLFloaterProperties::dirtyAll() File: /indra/newview/llfloaterproperties.cpp
2010-02-11CID-115Tofu Linden
Checker: MISSING_BREAK Function: LLGroupMgrGroupData::sendRoleChanges() File: /indra/newview/llgroupmgr.cpp not a bug.
2010-02-11MergedMike Antipov
--HG-- branch : product-engine
2010-02-11Merged backout changesetMike Antipov
--HG-- branch : product-engine
2010-02-11Backed out changeset bc651a97431f. This changeset broke fix for EXT-4212 ↵Mike Antipov
(There's an ability to send non-latin group notices but they turn to '????...' in group profile page.) --HG-- branch : product-engine
2010-02-11CID-83 follow-upTofu Linden
2010-02-11CID-84Tofu Linden
Checker: FORWARD_NULL Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *) File: /indra/newview/llpanelpicks.cpp
2010-02-11CID-83Tofu Linden
Checker: FORWARD_NULL Function: LLPanelLandmarkInfo::populateFoldersList() File: /indra/newview/llpanellandmarkinfo.cpp