Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |