Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | EXP-1815 FIXED Favorites list in login screen not populated when display ↵ | Vadim ProductEngine | |
names are disabled. * Fixed LLAvatarName::getLegacyName() to work when display names are disabled (it used to return ' ', i.e. empty first and last name separated with a space). * Added some debugging messages. | |||
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ↵ | Ardy Lay | |
history * Clean up changes based upon feedback from reviewers. * Improve comment based upon feedback from reviewers. | |||
2011-01-15 | renamed temp name flag member in name cache to avoid confusion with similar ↵ | Oz Linden | |
names in other classes | |||
2010-09-04 | Correct license on newly exported files to LGPL. | Aimee Linden | |
2010-05-27 | DEV-50013 Friendlier info if you can't change name due to time lockout | James Cook | |
Reviewed with Leyla | |||
2010-05-26 | DEV-50013 Viewer only reads "username" from People API never "sl_id" | James Cook | |
2010-05-21 | Rename LLAvatarName::getNameAndSLID() to getCompleteName() | James Cook | |
Discussed with Leyla/Richard | |||
2010-05-19 | Temporarily accept both username and sl_id from People API | James Cook | |
Need this for testing during transition, soon we can remove the code to read "sl_id" | |||
2010-05-19 | DEV-50013 Viewer reads legacy first/last name from People API | James Cook | |
Useful for voice subsystem and muting subsystem. | |||
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-12 | DEV-50013 WIP Added utility to get name and SLID in single string | James Cook | |
2010-04-28 | Remove prototype support for badges next to avatar names | James Cook | |
Easy to reimplement if we decide we want to do it. | |||
2010-04-26 | Don't save dummy records (from 503 errors) to disk cache | James Cook | |
2010-04-22 | DEV-47529 Turn off display names if no capability from simulator, and | James Cook | |
Display name update broadcasts entire new name record to nearby viewers Display name update directly inserts new name into sim cache indra.xml has display_names_enabled setting to control cap Synchronized viewer and server versions of avatar name cache Reviewed with Ambroff | |||
2010-04-20 | Viewer caches avatar display names between sessions | James Cook | |
Reviewed with Simon | |||
2010-04-16 | Accept expires timestamp as UTC datetime in LLSD | James Cook | |
2010-04-12 | DEV-47529 Convert viewer to use final People API lookup URL format | James Cook | |
Reviewed with Simon | |||
2010-04-08 | DEV-47529 Add expiration to display name cache for viewer | James Cook | |
Also synchronize LLAvatarNameCache with server version TODO: Get expiration time from web service | |||
2010-02-19 | Improved support for toggling display names on/off | James 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-12 | Per-avatar customizable icons next to name links in text | James Cook | |
Changed LLUrlEntryAgent callbacks to handle both link label and icon Eliminated legacy LLNameCache file loading Reviewed with Kelly | |||
2010-02-11 | Created stub LLAvatarNameCache for display name lookup, as | James Cook | |
well as LLAvatarName base data object. Reviewed with Kelly. |