summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-06-02notification fixesleyla
2010-06-01DEV-50741 Complete name extends off of Pay Resident dialogJames Cook
2010-06-01DEV-50439 Legacy name shown in Title of Voice Call dialogJames Cook
Wasn't updating window title with correct name. Also fixed outgoing call dialog. Reviewed with Simon.
2010-06-01DEV-50013 Don't add delays to batch up name requestsJames Cook
In practice, bulk name requests are all added in a single frame, triggered for example by opening a group membership dialog. There's no point to waiting to batch up more requests, and this slows down the usual single-name lookup. Reviewed with Simon.
2010-06-01MergeJames Cook
2010-06-01Clean up some commentsJames Cook
2010-06-01Avoid name lookups when loading chat history on startupJames Cook
Also fixes DEV-50451, ??? for object names in chat history log on login.
2010-05-28MergeLeyla Farazha
2010-05-28Getting rid of some more old gCacheName callsLeyla Farazha
2010-05-28One more text tweak in error messageJames Cook
2010-05-28Added debugging code for names changes for when People API breaksJames Cook
2010-05-28DEV-50202 IM toast notification shows SLID and flashing info iconJames Cook
Fixed to use Display Name (Username), fixed icon placement, also fixed notifications system well names. Reviewed with Leyla.
2010-05-28Code comments/variable names to make clear when legacy names usedJames Cook
Reviewed with Leyla
2010-05-28MergeLeyla Farazha
2010-05-28adding name lookup callback for friendship requested notificationLeyla Farazha
2010-05-28changing notifications from "inspect" slurls to "completename" slurlsLeyla Farazha
2010-05-28removing deprecated add friend callback path for server 1.24Leyla Farazha
2010-05-28fixed nearby and friends avatar picker bugLeyla Farazha
2010-05-28DEV-50013 Script memory floater uses usernamesJames Cook
2010-05-28WIP Fix miscellaneous display names in UIJames Cook
2010-05-28DEV-50013 More space for name in Buy Object dialogJames Cook
2010-05-28DEV-50451 FIX ??? shown in local chat for chat from objectsJames Cook
Simple - was always doing name lookup even if ID was for an object
2010-05-27DEV-50013 Object returned to lost and found uses display namesJames Cook
2010-05-27mergeJames Cook
2010-05-27DEV-50013 Region debug top scripts/colliders display namesJames Cook
2010-05-27update group notice panel and group notice to optionally use username if ↵Leyla Farazha
using display names
2010-05-27MergeLeyla Farazha
2010-05-27added function for building a username from a legacy name and fixed group ↵Leyla Farazha
notice panel reviewed by James
2010-05-27DEV-50013 Friendlier info if you can't change name due to time lockoutJames Cook
Reviewed with Leyla
2010-05-26Automated merge with ↵Richard Nelson
ssh://richard@hg.lindenlab.com/james/viewer-identity-evolution
2010-05-26changed you paid... message to use non-linked name urlRichard Nelson
2010-05-26MergeJames Cook
2010-05-26DEV-50013 Viewer only reads "username" from People API never "sl_id"James Cook
2010-05-26MergeLeyla Farazha
2010-05-26Resident Chooser fixesLeyla Farazha
2010-05-26LLNameBox -> LLTextBoxLeyla Farazha
2010-05-26MergeJames Cook
2010-05-26DEV-50013 Build tools owner/creator show both names, more spaceJames Cook
2010-05-26DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
std::multimap::find does *not* return an iterator just to the matching results, use std::multimap::equal_range instead
2010-05-26mergeRichard Nelson
2010-05-26DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
separate mIsLink from mLink to support non-clickable urls (e.g. secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/completename)
2010-05-26DEV-50466 Fix spurious warnings when someone pays youJames Cook
2010-05-26DEV-50013 Inventory item creator/owner not clickable, layout fixJames Cook
2010-05-26Merge with dessie/viewer-public to get Callum's webkit changesJames Cook
2010-05-26MergeJames Cook
2010-05-26Added Debug > XUI > Flush Names Caches for testingJames Cook
2010-05-26DEV-50013 Inventory item properties in sidetray uses completenameJames Cook
2010-05-26Clean up llurlmatch test headersJames Cook
2010-05-26mergeRichard Nelson
2010-05-26EXT-7058 FIX Viewer freezes if IM chat floater with teleport offer is ↵Richard Nelson
resized a few times