summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
AgeCommit message (Collapse)Author
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-08-25MergeRider Linden
2015-08-18Merge downstream code and become version 3.8.4andreykproductengine
2015-08-11A depricated llinos call got into the code.Rider Linden
2015-08-04merge conflict fix (isDead() check got missed)andreykproductengine
2015-08-04merge conflict fixandreykproductengine
2015-08-04merge conflict fixandreykproductengine
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-08-04Merge viewer-release and become version 3.8.3AndreyL ProductEngine
2015-07-28MAINT-5432 MAINT-5440 FIXED CrashAndreyL ProductEngine
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems()
2015-07-24MAINT-5432 FIXED Null check to avoid crashMnikolenko ProductEngine
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-07-143.8.1-releaseOz Linden
2015-07-01MAINT-2864 FIXED Viewer crashes when clicking "Ok" on "Delete Selected Item" ↵andreykproductengine
modal from a non existant object.
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 : 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-416 : Unlist a listed listing that becomes devoid of any itemMerov Linden
2015-06-06DD-333 : Prevent dropping no copy items if it'll create folders above the ↵Merov Linden
folder limit
2015-06-05Merge from viewer-releaseandreykproductengine
2015-07-01MAINT-2864 FIXED Viewer crashes when clicking "Ok" on "Delete Selected Item" ↵andreykproductengine
modal from a non existant object.
2015-07-15Merge downstream code and become version 3.8.2andreykproductengine
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-05-27mergeBrad Payne (Vir Linden)
2015-05-13DD-366 : Update validated listing folders more consistentlyMerov Linden
2015-05-08DD-399 : Use folder name to create new folders when under listing levelMerov Linden
2015-06-08Merge viewer-release and become version 3.7.30simon
2015-05-01DD-378 : Separate stock items of different permissions in different stock ↵Merov Linden
folders
2015-04-14MAINT-5082 WIP, MAINT-5083 WIP - batch up wear/add/take off/detach requests ↵Brad Payne (Vir Linden)
in inventory panel the same way we do now in appearance tab
2015-04-13DD-388 : More resilient way of reacting to not evaluated stock count ↵Merov Linden
throughout marketplace handling
2015-04-10DD-381 : Avoid unecessary SLM updates, suppress some ↵Merov Linden
update_marketplace_category() that are picked by dirty bit setup
2015-04-09DD-384, DD-388 : Do not trust cached values for stock folders, do not ↵Merov Linden
consider a non fetched stock folder empty
2015-04-07DD-381 : Fix update of count on hand on drop. Will spam SLM a bit but only ↵Merov Linden
solution
2015-04-07DD-382 : Fix typo resulting in double negative in test and serious bugMerov Linden
2015-04-07DD-382 : Set count_on_hand correctly when creating or assigning a listingMerov Linden
2015-04-01MAINT-5031 FIXED Attachments aren't highlighted in the inventory after using ↵andreykproductengine
'Show original'
2015-03-20DD-324 : Fix crash when recursively wrapping no copy items in stock foldersMerov Linden
2015-03-17DD-362 : Limit the admissible total of stock items, fail validation if above ↵Merov Linden
the threshold
2015-03-17DD-362 : WIP : Check stock folder count limitMerov Linden
2015-02-27DRTVWR-397 - removed duplicate functionBrad Payne (Vir Linden)
2015-02-27MAINT-4918 WIP - batch up detach requests for objectsBrad Payne (Vir Linden)
2015-02-21DD-335 : Improve the performance of Get listings by 400%, fix a bug when ↵Merov Linden
error occured on SLM
2015-02-10DD-324 : Alert the user when we split a stock folderMerov Linden
2015-02-09DD-296 : Make validation with fix of listing a bit more resilient when ↵Merov Linden
moving items and folders around
2015-02-05DD-322 : Use vector of UUIDs instead of pointers to items when reparenting ↵Merov Linden
those items
2015-02-03DD-296 : Implement listing validation after we get all copied items ↵Merov Linden
confirmation from the server
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