Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-26 | EXP-1160 FIX Cannot drag/drop items from inventory into the contents of a ↵ | Richard Nelson | |
prim in latest Mesh build 239475 brought back some old logic for dispatching to child folder as drag and drop fallback | |||
2011-08-16 | EXP-1099 FIX Cannot drag item on to empty space in outbox folder | Richard Linden | |
2011-08-11 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-08-10 | added fast timers to profile inventory LLSD deserialization | Richard Nelson | |
2011-08-08 | EXP-1065 FIX Inventory has slowed to a crawl. Clicking between items has an ↵ | Richard Nelson | |
average one second delay. Same with switching between tabs. disable traversal of inventory contents for findView family of functions | |||
2011-07-08 | merge | Leyla Farazha | |
2011-07-08 | merge | Leyla Farazha | |
2011-07-08 | adding freshness flag support | Leyla Farazha | |
2011-07-08 | EXP-983 FIX -- Viewer crashes around Place Profile and Landmarks listing in ↵ | Leslie Linden | |
Viewer Experience Drag and drop for LLFolderView now handles the empty mFolders case. | |||
2011-07-06 | EXP-983 WIP potential fix for crash when using Place Profile in viewer ↵ | Richard Linden | |
experience | |||
2011-07-06 | Null check in case this is causing the places crash | Leyla Farazha | |
2011-07-06 | merge | Leyla Farazha | |
2011-07-06 | EXP-980 Inbox sorting does not persist between sessions | Leyla Farazha | |
2011-07-05 | Merge | Leslie Linden | |
2011-07-05 | EXP-916 FIX -- Folder in Inbox indicates loading when all items are ↵ | Leslie Linden | |
displayed in folder * Updated inbox inventory to not ever display the loading status like other inventory windows. * show_load_status is now an optional parameter for LLInventoryPanel and LLFolderView. Its default value is true but it is overridden to be false for the LLInboxInventoryPanel. Reviewed by Richard. | |||
2011-07-05 | updating code comment for EXP-981 | Leyla Farazha | |
2011-07-05 | EXP-981 Selecting Wear and detach options for an object in Received Items ↵ | Leyla Farazha | |
folder causes issues with Profile, Share, and Wear buttons | |||
2011-07-01 | EXP-895 fixing selection problems - again | Leyla Farazha | |
2011-06-23 | Build fixes from the merge. | Leslie Linden | |
Recommended by Richard. | |||
2011-06-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-06-23 | Automated merge with ssh://hg.lindenlab.com/leyla/viewer-experience-dd | Richard Linden | |
2011-06-22 | EXP-923 FIX Landmarks moved to new folders do not show as moved until relog ↵ | Richard Linden | |
in viewer - Delete, Copy, and Paste functions not working as well | |||
2011-06-21 | EXP-895 Selecting items in Marketplace Inbox does not change focus in ↵ | Leyla Farazha | |
inventory panel away from items selected in inventory panel | |||
2011-06-17 | EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView* | Richard Linden | |
cleaned up and refactored inventory code a bit reviewed by Leyla | |||
2011-05-03 | EXP-756 : Fix inventory folder ordering on launch | Merov Linden | |
2011-01-19 | STORM-373 FIXED "Rename" context menu option was disabled for incomplete ↵ | Vadim ProductEngine | |
inventory items. Refresh the inventory context menu (which enables the "Rename" option) after the selected item(s) gets fetched. | |||
2010-11-03 | STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in ↵ | Seth ProductEngine | |
Places SP->My Landmarks. - Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area. - Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-16 | Set display name field now clamps to 31 unicode characters | Leyla Farazha | |
Added ability to set max length in line editors by characters in addition to bytes left other widgets (comboboxes/spinners) using the bytes, but it can easily be changed over reviewed by Richard | |||
2010-09-22 | merge storm-162 | Tofu Linden | |
2010-09-21 | STORM-133 FIXED keyboard navigation in Places SP->My Landmarks while items ↵ | Sergei Litovchuk | |
fetch is in progress. | |||
2010-09-20 | STORM-162 : Makes the folder code more resilient | Merov Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | merge from viewer-release | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | EXT-8473 FIXED Fixed renaming inventory items without hitting Enter. | Vadim Savchuk | |
Problem: The bug was caused by the fix of EXT-6682 that prematurely forgets the item being renamed (by resetting mRenameItem) whenever the renamer input field loses focus. That's why we couldn't actually finish renaming item. Fix: The code is quite messy, but I'll try to explain. There are three cases when we should hide the renamer: 1) ESC key is hit (just hide). 2) ENTER key is hit (rename, then hide). 3) renamer loses focus (rename, then hide). In the first two cases we manually remove the renamer from the popups list -- by calling gViewerWindow->removePopup(mRenamer). In the third case that's done automatically. So, in all cases the onRenamerLost() pop-up is called that hides the renamer and only *then* resets mRenameItem. Not only this approach fixes the bug -- I hope it's a bit more straightforward too. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/854/ --HG-- branch : product-engine | |||
2010-08-10 | EXT-8255 FIXED Added confirmation dialog when removing items. | Andrew Dyukov | |
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/849/ --HG-- branch : product-engine | |||
2010-08-10 | EXT-3981 FIXED changeset e1e225cd1deb. Disabled folder view automatic ↵ | Sergei Litovchuk | |
scrolling while background fetch is in progress. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/835/. --HG-- branch : product-engine | |||
2010-08-10 | Backed out changeset: e1e225cd1deb | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-08-06 | EXT-3981 FIXED Disabled folder view automatic scrolling while background ↵ | Sergei Litovchuk | |
fetch is in progress. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/835/. --HG-- branch : product-engine | |||
2010-08-04 | Backed out changeset: b81927151a18. Fix of EXT-3981 reverted to fix EXT-4379. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-07-26 | EXT-8229 FIXED Add "--no options--" automatically instead of special casing ↵ | Loren Shih | |
for it in right-click menus Changed logic so that the menu is post-processed and, at that time, nooptions is added if the menu is seen to be empty. | |||
2010-07-28 | merge from viewer-release | Tofu Linden | |
2010-07-20 | merge | Richard Nelson | |
2010-07-19 | EXT-8448 FIX [crashhunters] Crash in LLFolderBridge::folderOptionsMenu() | Richard Linden | |
reviewed by Callum | |||
2010-07-15 | changed allow_html to parse_urls to be clearer about its meaning | Richard Linden | |
allow_html still supported as alternate | |||
2010-06-28 | EXT-8033 FIXED Selecting multiple inventory items can give incorrect ↵ | Loren Shih | |
right-click context menus EXT-8093 FIXED No "open" or "properties" items for gestures Re-added open/properties to gestures Fixed right-click inventory selection so that it does something logical & consistent for multiple items. Had to add a "getLastVisible" to LLView to support this. | |||
2010-06-15 | merge | Richard Linden | |