summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
AgeCommit message (Collapse)Author
2016-01-15Merge VRRider Linden
2015-11-17MAINT-5495 linux build fixandreykproductengine
2015-11-13MAINT-5495 FIXED Drag and Drop no copy items from object contents to ↵andreykproductengine
inventory creates multiple pop ups
2015-10-15Merge downstream code, version 3.8.6AndreyL ProductEngine
2015-10-19Merge from viewer release.Rider Linden
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2015-09-14MAINT-5627 FIXED "Copy to merchant outbox" menu item is removedMnikolenko ProductEngine
2015-09-01MAINT-5556 FIXED Active listing folder stays listed, with empty Version folderMnikolenko ProductEngine
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-07-30MAINT-5439 FIXED Gesture will not deactivate by using the deactivate button ↵andreykproductengine
in inventory drop down menu
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-07-143.8.1-releaseOz Linden
2015-07-10MAINT-5363 FIXED Selecting an inventory item plus an inventory link displays ↵andreykproductengine
delete menu twice but both delete options are greyed out.
2015-06-11DD-416 : Fix deactivate listing that I broke in trying to improve speed with ↵Merov Linden
the previous DD-416 commit
2015-06-11MAINT-1723 FIXED Restore snapshots from trash to Photo album folder.Mnikolenko ProductEngine
2015-06-10DD-416 : Added DAMA when version folder is empty and unlisted, accelerated ↵Merov Linden
some functions avoiding depth computation when we could, fixed cut case
2015-06-09DD-412 : Fixes the hierarchy before creating a listing and warn the userMerov Linden
2015-06-09DD-412 : WIP : Validate a listing before creating a listing on SLMMerov Linden
2015-06-09DD-359 : Improve performance by caching display data while updating and ↵Merov Linden
preventing refreshing the whole marketplace (never useful)
2015-06-06DD-316 : Disable New Folder under version folder hierarchy of ↵Merov Linden
InventoryOutboxMaxFolderCount has been reached
2015-06-05Merge from viewer-releaseandreykproductengine
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-05-27mergeBrad Payne (Vir Linden)
2015-05-25MAINT-5155 FIXED Unfortunate way to accidently permanantly delete outfits ↵Mnikolenko ProductEngine
which bypasses Trash
2015-05-20MAINT-5217 FIXED Allow dragging outfit folders to other folders inside 'My ↵Mnikolenko ProductEngine
outfit'.
2015-05-02DD-394 : Make sure Copy and Move to Marketplace menu items are disabled if ↵Merov Linden
the Marketplace listing folder doesn't exist
2015-04-30MAINT-5155 FIXED Don't allow moving link folders to COF folder.Mnikolenko ProductEngine
2015-04-24 MAINT-2577 FIXED Cannot detach wearables by pressing Enter in inventoryMnikolenko ProductEngine
2015-04-14Pull merge from lindenlab/viewer-tools-update (includes viewer-release)Merov Linden
2015-04-13DD-388 : More resilient way of reacting to not evaluated stock count ↵Merov Linden
throughout marketplace handling
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-10DD-381 : Avoid unecessary SLM updates, suppress some ↵Merov Linden
update_marketplace_category() that are picked by dirty bit setup
2015-03-21DD-371 : Do not go through the accept logic when user confirmation is not ↵Merov Linden
required (because already given)
2015-03-19MAINT-4917 WIP - comments and bug fixes for batching up COF link requests ↵Brad Payne (Vir Linden)
after attachments added.
2015-03-18MAINT-4917 WIP - Attachment deferred bulk COF linking WIPBrad Payne (Vir Linden)
2015-03-18DD-337 : Validate the version folder before setting it and show error dialog ↵Merov Linden
if error
2015-03-18DD-292 : Decrement cargo count when dropping items one by one in the ↵Merov Linden
marketplace listings folder
2015-03-13MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgrBrad Payne (Vir Linden)
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
2015-03-09SL-103 WIP - fix for some inventory items not enabling addBrad Payne (Vir Linden)
2015-03-05SL-103 WIP - viewer enforces wearable limits based on total articles of ↵Brad Payne (Vir Linden)
clothing rather than per-type limit. Limit is artificially low for testing, will bump before release.
2015-02-24MAINT-4917 WIP - batch COF link request before batch attachment request. ↵Brad Payne (Vir Linden)
Should only generate one bake request.
2015-02-20MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵Brad Payne (Vir Linden)
smarter handling of multiple requests.
2015-01-27DD-296 : Add options to move or leave behind no copy items when copying a ↵Merov Linden
folder to the marketplace
2015-01-25DD-296 : Disable move and copy to marketplace if limit passed. Improve perf ↵Merov Linden
of validate_marketplaceting(). Open marketplace floater on copy or move. String fix.
2015-01-24DD-306 : Suppress no issue listings from audit listing dump, add no error ↵Merov Linden
message when no error, disable some right click menu items in multiselection cases
2015-01-24DD-306 : WIP : Add Check Listing to menu to audit listings individuallyMerov Linden
2015-01-10DD-305 : Do not call update_marketplace_category on the marketplace listings ↵Merov Linden
folder itself
2015-01-02DD-297 : Performance on login : Refactored the code so that we have a new ↵Merov Linden
LLMarketplaceFolderBridge class in the bridge model. Only the panels with the use_marketplace_folders param flag will use that one.