Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-13 | DEV-50013 General "name list" support for display name +/- SLID | James 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-12 | Merge | Leyla Farazha | |
2010-05-12 | DEV-50013 Add "Turning off Display Names" preference | Leyla Farazha | |
reviewed by James | |||
2010-05-12 | DEV-50031 Moved buttons in IM ctrl panel to top, looks cleaner | James Cook | |
Reviewed with Leyla | |||
2010-05-12 | DEV-50013 Display names limited to 31 chars (not bytes) in viewer UI | James Cook | |
Reviewed with Leyla | |||
2010-05-12 | DEV-50013 IM window titles use correct name lookup method | James Cook | |
2010-05-12 | Remove unnecessary include (was for debugging) | James Cook | |
2010-05-12 | DEV-50013 WIP Added utility to get name and SLID in single string | James Cook | |
2010-05-12 | DEV-50013 IM inline text uses display names | James Cook | |
Reviewed with Leyla | |||
2010-05-12 | Add link to help docs to "Thanks for updating your name" dialog | James Cook | |
2010-05-12 | Fix merge problem, crash on close prefs due to SmallAvatarNames | James Cook | |
Was deleted in trunk in code I refactored extensively. | |||
2010-05-12 | Delete textures/xui files incorrectly added back during last merge | James Cook | |
2010-05-11 | Clean up merge, advanced preferences layout | James Cook | |
2010-05-11 | Clean up merge, dueling LLDateUtil refactoring | James Cook | |
2010-05-11 | Clean up merge about name cache callback prototype | James Cook | |
2010-05-11 | Clean up merge-fight about getIcon() const-ness | James Cook | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-08 | merge from PE's viewer-trunk | Tofu Linden | |
2010-05-07 | DEV-49780 Moved Display Names debug toggle to Advanced Prefs | James Cook | |
2010-05-07 | EXT-7111 FIX missing translation for 5 langs | Eli Linden | |
2010-05-07 | DEV-49780 Tweak to name lockout timing message | James Cook | |
2010-05-07 | DEV-49780 Make object owner/creator wider in Object Profile | James Cook | |
2010-05-07 | DEV-49780 Clean up Pay dialog layout | James Cook | |
2010-05-07 | Merge | Eli Linden | |
2010-05-07 | ND-46735 WIP PT linguistic | Eli Linden | |
2010-05-07 | EXT-6844 FIX Shorten ES strings to alleviate UI truncation | Eli Linden | |
2010-05-07 | DEV-49780 Final name tag colors from Epic, looks nice | James Cook | |
2010-05-07 | DEV-49780 Update name tags when "Show SLIDs" pref disabled | James Cook | |
2010-05-07 | DEV-49780 Better confirmation/failure messages for setting name | James Cook | |
Reviewed with Callum | |||
2010-05-07 | DEV-49780 Avatar picker uses new People API interface | James Cook | |
Reviewed with Callum | |||
2010-05-07 | DEV-49780 Chat/IM history shows SLID in tooltip | James Cook | |
Reviewed with Callum | |||
2010-05-07 | DEV-49780 Remove Display Name from login menu, auto-enables on login | James Cook | |
Reviewed with Callum | |||
2010-05-07 | Rename menu item toggle to "Display Name Demo" | James Cook | |
2010-05-07 | automated merge | Loren Shih | |
2010-05-07 | EXT-7276: Hide "paste as link" under Debug Setting ("InventoryLinking") | Loren Shih | |
In viewer2.0, paste as link was only allowed in god mode. Here, it is allowable if the user sets a debug setting. This prevents normal users from accidentally screwing up their inventory if they don't understand what a link is. | |||
2010-05-07 | Merge | Eli Linden | |
2010-05-07 | EXT-6658 WIP removing unwanted linebreak | Eli Linden | |
2010-05-07 | EXT-2493 FIXED Added strafe buttons. | Andrew Dyukov | |
- Added slide left and Move right buttons to movement actions panel, when inserting them in xml organized buttons in panel into 3 columns to make their position more easily configurable. - Removed hiding of fly up and down buttons. When not flying(in walk/run mode) they act as jump ans crouch. - Added movement mode(walk/run/fly) dependent tooltips for fly/jump/crouch and slide buttons. - Added comment regarding implementation of move floater buttons toggling when user moves via keyboard (because it's not quite obvious and time consuming when you first encounter it) to LLFloaterMove::postBuild(). Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/360 --HG-- branch : product-engine | |||
2010-05-07 | automated merge | Loren Shih | |
2010-05-07 | EXT-7269 : FIXED : Issue warning dialog when item is deleted that has links ↵ | Loren Shih | |
pointing to it Warning now comes up if you try to delete an item that has any item links pointing to it (in memory). This assumes that the viewer actually knows about those links, which is true at least in 2.0 since links only appear in Outfits folders and this code causes those to be fetched into memory on startup. | |||
2010-05-07 | DEV-49633 Prefer Retry-After for error handling backoff | James Cook | |
Also, we can't parse Expires dates, so use Cache-Control max-age. Reviewed with Huseby. | |||
2010-05-07 | merge | Palmer | |
2010-05-07 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-05-07 | EXT-7106 FIX remove multiply binding for switch tab callback | Yuri Chebotarev | |
Reviwed by V.Savchuk at https://codereview.productengine.com/secondlife/r/361/ --HG-- branch : product-engine | |||
2010-05-07 | EXT-7205 FIXED reversed displaying order of clothing items of the same type ↵ | Igor Borovkov | |
in panel outfit edit - reversed iterating order - switched up/down buttons' callbacks Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/359/ --HG-- branch : product-engine | |||
2010-05-07 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-05-07 | EXT-7165 FIXED panel outfit edit now observes all changes in COF (incl. ↵ | Igor Borovkov | |
wearables order changes) - added observing changes in the COF (based on version changes of the COF category, COF's version is also updated when order of COF items is changed) - got rid of outfit fetcher, cause the only used outfit is COF which is always in a fetched state - minor cleanup Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/356/ --HG-- branch : product-engine | |||
2010-05-07 | EXT-7143 FIXED remove redundat code | Yuri Chebotarev | |
reviewed V.Savchuk at https://codereview.productengine.com/secondlife/r/358/ --HG-- branch : product-engine | |||
2010-05-06 | CT-575 WIP DA translation for set10, new files | Eli Linden | |
2010-05-06 | CT-575 WIP DA translation for set10 | Eli Linden | |