Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-08-10 | VWR-29358 : Fix auto scroll to selection when the filter is active | Merov Linden | |
2012-08-09 | MAINT-1197 : Fix inventory deselection/reselection when cutting items | Merov Linden | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-06-22 | merge | Dave Parks | |
2012-06-15 | Merge | Dave Parks | |
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-03-23 | fix for gcc | Richard Linden | |
2012-03-22 | CHUI-68 FIX Using arrow keys to scroll through inventory folders does not ↵ | Richard Linden | |
scroll content in view as a side effect, "My Inventory" is not selected by default auto selection of filtered items now reliably turns itself off as soon as user scrolls or moves keyboard focus to inventory | |||
2012-03-16 | EXP-1841 : pull from current viewer-experience. | Merov Linden | |
2012-03-16 | CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵ | Seth ProductEngine | |
horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel. | |||
2012-03-07 | EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵ | Merov Linden | |
first time around. | |||
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
2012-03-05 | EXP-1917 : Fix items coming back in folders when quit after cut. | Merov Linden | |
2012-03-05 | EXP-1912 : Fix filtering of folders when those are being cut. | Merov Linden | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-04 | MAINT-845 FIXED Inventory items auto selection is disabled during filtering, ↵ | Seth ProductEngine | |
unless a search string is being typed in. | |||
2012-02-17 | EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset. | Merov Linden | |
2012-02-10 | EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of ↵ | Merov Linden | |
folders in double cut scenarios | |||
2012-02-09 | EXP-1844 FIX Selecting a large number of inventory items can block the ↵ | Richard Linden | |
viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata | |||
2012-02-08 | EXP-1873 : Move cut items to trash in cut/copy over cut situations. | Merov Linden | |
2012-02-07 | EXP-1873 : Implement cut in the inventory contextual menu. Works without ↵ | Merov Linden | |
deleting the items but simply dimming them and moving them. Doesn't work for folders yet. | |||
2012-02-03 | EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵ | Merov Linden | |
LLClipboard and use this only | |||
2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2012-01-27 | EXP-1747, EXP-1152 : Fixed visual glitches in computation of visible width ↵ | Merov Linden | |
in inventory. | |||
2012-01-19 | EXP-1828 FIX -- Drag and drop to an open folder in the outbox causes it to ↵ | Leslie Linden | |
close automatically * Updated auto-open behavior to ignore items that are already open. | |||
2012-01-17 | Merge with viewer-dd, attempt #1 | Leslie Linden | |
2012-01-13 | EXP-1770 WIP Drag and drop visual selection can be off across hierarchies | Richard Linden | |
made shift-selection work consistently across folder boundaries | |||
2012-01-05 | EXP-1754 FIX -- Search text shown in Outbox floater after marketplace synch ↵ | Leslie Linden | |
if all items removed. * Added a setting to determine whether or not to display the standard empty inventory message. The message is on by default but turned off for the merchant outbox inventory panel. | |||
2012-01-04 | Merge from viewer-experience | Leslie Linden | |
2012-01-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-01-03 | use lazy deletion of views via die() method to avoid some potential crashes | Richard Linden | |
2011-12-30 | EXP-1523 WIP Defensive fix for a crash at ↵ | Vadim ProductEngine | |
LLFolderView::onItemsRemovalConfirmation(). | |||
2011-12-13 | EXP-1718 FIX -- Drag and drop within the outbox can result in folders being ↵ | Leslie Linden | |
out of order * Outbox updates now result in a resort to keep drag and drop items and folders properly sorted * New icon for merchant outbox * New behavior to accept drag and drop files over the entire merchant outbox floater | |||
2011-09-26 | fixed toolbar context menu | Richard Nelson | |
deprecated pointless LLView::deleteViewByHandle | |||
2011-09-15 | EXP-974 FIX Inventory Keystroke Behavior No Longer Working | Richard Linden | |
2011-09-07 | Merge from viewer-experience | Leslie Linden | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-08-30 | EXP-1158 FIX -- Viewer crash when deleting items from Outbox when some ↵ | leslie@leslie-HPz600.lindenlab.com | |
folders are open * New selection change on delete also insures the selection does not propagate to the child of a selected item. | |||
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-23 | Merge from viewer-experience | Leslie Linden | |
2011-08-23 | EXP-1099 FIX Cannot drag item on to empty space in outbox folder | Richard Linden | |
corrected bad logic for resizing LLFolderView | |||
2011-08-17 | EXP-1099 FIX Cannot drag item on to empty space in outbox folder | Richard Nelson | |
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 | |