summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-19DEV-50265 Fix clipping of "Forgot your username or password?"James Cook
2010-05-19DEV-50013 Add 2px line padding to name tagsJames Cook
Should match final requests from Rhett. Reviewed with Leyla
2010-05-19Fix name tag update when prefs appliedJames Cook
Reviewed with Leyla
2010-05-19MergeJames Cook
2010-05-19Temporarily accept both username and sl_id from People APIJames Cook
Need this for testing during transition, soon we can remove the code to read "sl_id"
2010-05-19MergeLeyla Farazha
2010-05-19MergeLeyla Farazha
2010-05-19DEV-50265 Login screen should say "Forgot your username or password?"James Cook
2010-05-19DEV-50204 "Ericag Vader" shows when starting IM and local chatJames Cook
Start with blank header to hide sample text from XUI XML. Also fixed problem with computation of minimum chat header name width when the name wasn't in cache.
2010-05-19DEV-50263 "Username" hovertip still mentions "Second Life ID"James Cook
Now refers to Username. Also checked with Char to make sure it's OK to refer to Steller Sunshine (she's fine with it) and fixed the spelling of "Steller"
2010-05-19Land display name updatesLeyla Farazha
reviewed by James
2010-05-19DEV-50013 Viewer reads legacy first/last name from People APIJames Cook
Useful for voice subsystem and muting subsystem.
2010-05-19Remove colors for match/mismatch/friends from name tagsJames Cook
Product team request. Reviewed with Leyla
2010-05-19DEV-50013 More SLID to Username renamesJames Cook
2010-05-18DEV-50177 IM Session window title bar shows SLID for receiving partyJames Cook
Reviewed with Leyla
2010-05-18Rename mSLID to mUsername to match the name of the field in the UIJames 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-17updated preferences placement for display names optionLeyla Farazha
reviewed by James
2010-05-17MergeJames Cook
2010-05-17DEV-50013 Display name for inbound voice callsJames Cook
(Last commit was actually for outbound). Reviewed with Leyla
2010-05-17DEV-50013 New documentation URL for display names changesJames Cook
2010-05-17inspector and friends list tooltip updatesLeyla Farazha
reviewed by James
2010-05-17DEV-50013 Display name for inbound voice callsJames Cook
2010-05-17DEV-50013 Rename "SLID" to "Username" at Product's requestJames Cook
2010-05-13MergeLeyla Farazha
2010-05-13DEV-50013 Friends in sidebar now correctly displaying namesLeyla Farazha
reviewed by James
2010-05-13DEV-50013 Call floater uses your display nameJames Cook
2010-05-13Fix build errors introduced in last mergeJames Cook
2010-05-13merge pull from dessie/viewer-public, picking up SLE codeJames Cook
2010-05-13EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableTypeLoren Shih
Change enum naming to use WT_INVALID=255 instead of WT_NONE=255. Added WT_NONE as -1.
2010-05-13EXT-7350 : Grey box appears when opening up calling cards, only partially ↵Loren Shih
populated Fixed incorrect icon name which was causing grey box (i.e. icon not found) error.
2010-05-13automated mergeLoren Shih
2010-05-13EXT-4088 : FIXED : INFRASTRUCTURE : Change LLFolderView::getSelectionList to ↵Loren Shih
return a selection Function signature change to return a selection instead of taking one as an argument.
2010-05-13EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableTypeLoren Shih
Changed WT_NONE to 255 from -1, since 255 was formerly the designation for WT_INVALID which is now being used for WT_NONE.
2010-05-13EXT-7285 FIX en_xui_change for truncationEli Linden
2010-05-13DEV-50013 General "name list" support for display name +/- SLIDJames Cook
Added lookups via new name cache system. Added optional short_name parameter to show only display names in the list (don't need this yet). Removed top-level global refresh of all name list controls when legacy name cache receives names -- it was inefficient and we don't need it anymore. Reviewed with Leyla.
2010-05-13EXT-7246 FIX PT remove old overridesEli Linden
2010-05-13ND-46735 WIP DE linguisticEli Linden
2010-05-13EXT-7104 : WIP : improved processing of buttons to show/hide extend/shrink ↵Mike Antipov
them. Functionality was not changed. * added vector of buttons that can be shown/hidden extended/shrunk on resizing. * updated these operation to use iteration over this array. * cleaned up container initialization. This allow to extend this vector to add new buttons in bottom tray. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/381/ --HG-- branch : product-engine
2010-05-13mergeYuri Chebotarev
--HG-- branch : product-engine
2010-05-13EXT-7045 FIX Group profile not using placeholder artYuri Chebotarev
add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name... Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378 --HG-- branch : product-engine
2010-05-13EXT-7104 : WIP : bottomtray refactoring for future changes. Functionality ↵Mike Antipov
was not changed. * updated method related to resize logic to take references to S32 instead of pointer. * added doxygen comments for these methods. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/381/ --HG-- branch : product-engine
2010-05-13Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-05-13EXT-7218 FIXED added a delete button for attachment items (panel outfit edit)Igor Borovkov
added a deletable wearable item, predecessor of a clothing item, which is used for attachment items Reviewed by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/377 --HG-- branch : product-engine
2010-05-13EXT-7243 FIXED assigned a callback to the add_to_outfit_btn (panel outfit edit)Igor Borovkov
Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/380 --HG-- branch : product-engine
2010-05-12MergeLeyla Farazha
2010-05-12DEV-50013 Add "Turning off Display Names" preferenceLeyla Farazha
reviewed by James
2010-05-12DEV-50031 Moved buttons in IM ctrl panel to top, looks cleanerJames Cook
Reviewed with Leyla
2010-05-12DEV-50013 Display names limited to 31 chars (not bytes) in viewer UIJames Cook
Reviewed with Leyla
2010-05-12DEV-50013 IM window titles use correct name lookup methodJames Cook
2010-05-12Remove unnecessary include (was for debugging)James Cook