Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-19 | Land display name updates | Leyla Farazha | |
reviewed by James | |||
2010-05-17 | updated preferences placement for display names option | Leyla Farazha | |
reviewed by James | |||
2010-05-17 | inspector and friends list tooltip updates | Leyla Farazha | |
reviewed by James | |||
2010-05-13 | Merge | Leyla Farazha | |
2010-05-13 | DEV-50013 Friends in sidebar now correctly displaying names | Leyla Farazha | |
reviewed by James | |||
2010-05-13 | DEV-50013 Call floater uses your display name | James Cook | |
2010-05-13 | Fix build errors introduced in last merge | James Cook | |
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-13 | EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType | Loren Shih | |
Change enum naming to use WT_INVALID=255 instead of WT_NONE=255. Added WT_NONE as -1. | |||
2010-05-13 | EXT-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-13 | automated merge | Loren Shih | |
2010-05-13 | EXT-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-13 | EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableType | Loren 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-13 | EXT-7285 FIX en_xui_change for truncation | Eli Linden | |
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-13 | EXT-7246 FIX PT remove old overrides | Eli Linden | |
2010-05-13 | ND-46735 WIP DE linguistic | Eli Linden | |
2010-05-13 | EXT-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-13 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-05-13 | EXT-7045 FIX Group profile not using placeholder art | Yuri 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-13 | EXT-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-13 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-05-13 | EXT-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-13 | EXT-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-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 | added winmm.dll shim for deployment in debug builds | Richard Linden | |
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 | automated merge | Loren Shih | |
2010-05-12 | EXT-7324 : INFRASTRUCTURE: Inventorymodel code cleanup | Loren Shih | |
Superficial header file cleanup Lots of moving functions around and recategorizing in LLInventoryModel.h Removed some obsolete functions, changed scoping of others Moved some static functions from LLInventoryModel into llinventoryfunctions.h | |||
2010-05-12 | Delete textures/xui files incorrectly added back during last merge | James Cook | |
2010-05-12 | merge | Tofu Linden | |
2010-05-12 | ND-46735 WIP IT linguistic | Eli Linden | |
2010-05-12 | EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanup | Loren Shih | |
Const correctness, logic cleanup, took out subclasses redefining same variable as base class (!!!). | |||
2010-05-12 | EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanup | Loren Shih | |
Superficial header file cleanup | |||
2010-05-12 | EXT-7104 : WIP : Reformatted panel_bottomtray.xml with Preview Tool. | Mike Antipov | |
Functionality was not changed. Not reviewed. --HG-- branch : product-engine | |||
2010-05-12 | EXT-7203 FIXED Re-enabled inventory search for wearables panel | Paul Guslisty | |
- Insert filter editor and inventory panels into layout_stack - restored filter functionality for a list view - added proper switching between flat list view and folder list view - made a little optimization: got rid of redundant findChild calls because of childSetVisible(..., childGetValue(...)); Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/362/ --HG-- branch : product-engine | |||
2010-05-12 | EXT-7104 : WIP : Removed dummy icons between buttons may be hidden to ↵ | Mike Antipov | |
simplify adding new buttons. * removed dummy icons * encreased width and minimal width of next to the left layout panels to icons' widths. * removed code processed dummy icons Reviewed by Vadim. --HG-- branch : product-engine | |||
2010-05-12 | EXT-7267 FIXED Corrected retrieving of object name. | Alexei Arabadji | |
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/376/ --HG-- branch : product-engine | |||
2010-05-12 | EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-05-12 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-05-12 | Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-05-12 | EXT-6783 FIXED Made notifications that are saved into notification well ↵ | Alexei Arabadji | |
window be persisted and offer notifications non-persisted. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/368/ --HG-- branch : product-engine |