Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-18 | Partial support for Set Name returning error msg from service | James Cook | |
2010-03-10 | Freshly created SLID-only account now shows white tag, not yellow | James Cook | |
2010-03-09 | Default display names to on for demo | James Cook | |
2010-03-08 | Removed custom star badges for Lindens. | James Cook | |
Plan is to use avatar profile pictures for these. | |||
2010-02-24 | Hack to refresh name tags when I change my display name. | James Cook | |
Also fixes a crash when turning on display names. | |||
2010-02-24 | Clean up code after review with Roxie | James Cook | |
2010-02-24 | Add asynchronous display name lookup with callback | James Cook | |
2010-02-23 | Decreased delay between name lookup requests | James Cook | |
for slightly faster lookup times | |||
2010-02-22 | Simple button to change your display name | James 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-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-18 | Default using display names to on for now until I can fix the | James Cook | |
code to turn them off | |||
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-17 | Fix Mac/Linux build | James Cook | |
Dang finicky LLSD map dereferences | |||
2010-02-17 | Look up display names via a web service | James Cook | |
Also removed unused LLComboBox globals to reduce llappviewer.cpp include file burden. Review pending | |||
2010-02-16 | Fix Linux build warning/error for unused function | James Cook | |
2010-02-16 | Fix display of SLID-only accounts - prototype display name code was | James Cook | |
putting duplicate name in parentheses. | |||
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 | Removed temporary LLCacheName::getDisplayName code | James Cook | |
2010-02-11 | Created stub LLAvatarNameCache for display name lookup, as | James Cook | |
well as LLAvatarName base data object. Reviewed with Kelly. |