summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
AgeCommit message (Collapse)Author
2012-09-10Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵William Todd Stinson
repository.
2012-08-10VWR-29358 : Fix auto scroll to selection when the filter is activeMerov Linden
2012-08-09MAINT-1197 : Fix inventory deselection/reselection when cutting itemsMerov Linden
2012-07-11Pull in viewer-development because it's painful. Merge with runitai's help.simon@Simon-PC.lindenlab.com
2012-06-22mergeDave Parks
2012-06-15MergeDave Parks
2012-04-14DRTVWR-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-23fix for gccRichard Linden
2012-03-22CHUI-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-16EXP-1841 : pull from current viewer-experience.Merov Linden
2012-03-16CHUI-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-07EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵Merov Linden
first time around.
2012-03-06EXP-1767 WIP Received Items panel state does not persist between sessionsRichard 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-05EXP-1917 : Fix items coming back in folders when quit after cut.Merov Linden
2012-03-05EXP-1912 : Fix filtering of folders when those are being cut.Merov Linden
2012-03-01EXP-1841 : Use instance instead of getInstance on LLClipboard singleton.Merov Linden
2012-03-01Pull from viewer-experienceMerov Linden
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-04-04MAINT-845 FIXED Inventory items auto selection is disabled during filtering, ↵Seth ProductEngine
unless a search string is being typed in.
2012-02-17EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset.Merov Linden
2012-02-10EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of ↵Merov Linden
folders in double cut scenarios
2012-02-09EXP-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-08EXP-1873 : Move cut items to trash in cut/copy over cut situations.Merov Linden
2012-02-07EXP-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-03EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵Merov Linden
LLClipboard and use this only
2012-01-31EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local ChatRichard Linden
2012-01-27EXP-1747, EXP-1152 : Fixed visual glitches in computation of visible width ↵Merov Linden
in inventory.
2012-01-19EXP-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-17Merge with viewer-dd, attempt #1Leslie Linden
2012-01-13EXP-1770 WIP Drag and drop visual selection can be off across hierarchiesRichard Linden
made shift-selection work consistently across folder boundaries
2012-01-05EXP-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-04Merge from viewer-experienceLeslie Linden
2012-01-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard Linden
2011-12-30EXP-1523 WIP Defensive fix for a crash at ↵Vadim ProductEngine
LLFolderView::onItemsRemovalConfirmation().
2011-12-13EXP-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-26fixed toolbar context menuRichard Nelson
deprecated pointless LLView::deleteViewByHandle
2011-09-15EXP-974 FIX Inventory Keystroke Behavior No Longer WorkingRichard Linden
2011-09-07Merge from viewer-experienceLeslie Linden
2011-08-31Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-08-30EXP-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-26EXP-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-23Merge from viewer-experienceLeslie Linden
2011-08-23EXP-1099 FIX Cannot drag item on to empty space in outbox folderRichard Linden
corrected bad logic for resizing LLFolderView
2011-08-17EXP-1099 FIX Cannot drag item on to empty space in outbox folderRichard Nelson
2011-08-16EXP-1099 FIX Cannot drag item on to empty space in outbox folderRichard Linden
2011-08-11Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-08-10added fast timers to profile inventory LLSD deserializationRichard Nelson
2011-08-08EXP-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-08mergeLeyla Farazha