summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
AgeCommit message (Collapse)Author
2014-08-02DD-161 : Make marketplace listings root folder not movable and add a special ↵Merov Linden
tooltip to that effect
2014-07-29MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to COF folder is also limited now.
2014-07-26DD-101 : Do not list or associate listings that do not validate. Present ↵Merov Linden
user with relevant error when that happens.
2014-07-25MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to COF folder is also limited now.
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-18MAINT-4239 FIXED Add items to outfit without replacing whole current outfitMnikolenko ProductEngine
2014-07-08MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵andreykproductengine
applies to
2014-06-18Merge downstream codesimon
2014-06-17Merge viewer-release and become version 3.7.9simon
2014-06-11DD-126 : Ask for confirmation when moving a version folder in a way that ↵Merov Linden
will deactivate it
2014-06-10DD-107, DD-111 : Add a tooltip to indicate why you can't move an active listingMerov Linden
2014-06-10DD : Clean up marketplace listings folder creation so we create it in only ↵Merov Linden
one place
2014-06-11MAINT-4112 FIXED Disable moving objects composed of multiple items to My ↵Mnikolenko ProductEngine
outfits.
2014-06-09DD-107, DD-111 : Fixed! Do not allow active listing and version folders to ↵Merov Linden
be moved or cut or deleted (must unlist first).
2014-06-05DD-114, DD-115, DD-116: Fixed counts on folder, folder depth and items on ↵Merov Linden
operations on marketplace listings
2014-06-04DD-84 : Final clean up for this fixMerov Linden
2014-06-03DD-84 : Fix all active listing modification actions. Add specific message ↵Merov Linden
when listing will unlist. Make update skip consistency check when called from internal level (not public API).
2014-05-30DD-92 : pull merge lindenlab/sunshine-external to get AISv3 workMerov Linden
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-29DD-84 : WIP : Get DAMA to display for drag and drop. Note that, because of ↵Merov Linden
current SLM issues, it works on version folders, active or not.
2014-05-30MAINT-4099 FIXED Use toggleOpen() to open/close folders via Enter keyMnikolenko ProductEngine
2014-05-29MAINT-4086 FIXED Limit the number items "Replace Current Outfit" or "Wear" ↵AndreyL ProductEngine
applies to
2014-05-23DD-91 : WIP : Refactor code testing the validity of a drag, drop or paste of ↵Merov Linden
a folder or item in the marketplace
2014-05-22DD-103 : Use the same logic than Drag and Drop for Paste operations. Prompt ↵Merov Linden
with dialog instead of tooltip though.
2014-05-21DD-91 : WIP : Fix taking the correct root folder (merchant outbox or ↵Merov Linden
marketplace listings) into account
2014-05-21DD-91, DD-84 : WIP : Verify restrictions when moving things to marketplace, ↵Merov Linden
provide clear alert for errors, parametrize alerts and tooltips correctly
2014-05-20DD-88 : Make Drag and Drop tooltips for Merchant Outbox and Marketplace ↵Merov Linden
restrictions identical
2014-05-23MAINT-2255 FIXED Allow copy only landmarks to Favorites.Mnikolenko ProductEngine
2014-05-14DD-76, DD-77, DD-90 : recycled can_move_to_outbox() into ↵Merov Linden
can_move_to_marketplace() so we have now the same logic for both marketplace and merchant outbox
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-12DD-89 : Add a MarketplaceListingsLogging setting to get SLM API logs. DD-22 ↵Merov Linden
: Fixed the delete /listing route
2014-05-12DD-22 : WIP : Implement the GET /listing/:listing route to complete the SLM ↵Merov Linden
API coverage. Will be used only in test.
2014-05-08DD-22 : WIP : More clean up of marketplace classes, rationalize methods namingMerov Linden
2014-05-08DD-22 : WIP : Cleanep up the class definition, seting methods private and ↵Merov Linden
better isolate calls leading to HTTP requests
2014-05-07DD-22 : WIP : Completed the associate_listing route, take edit_url into ↵Merov Linden
account and rewrite getListingURL()
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-06DD-22 : WIP : Implement the modify listing route. Made the code more ↵Merov Linden
readable and cleared old debug code
2014-05-05DD-22 : WIP : Completed GET and POST listings routes. Refactored the ↵Merov Linden
marketplace data code a bit as a result
2014-04-29DD-76 : Do not allow Calling Cards in Marketplace ListingsMerov Linden
2014-04-22DD-58 : Forced listing ID to be an integer throughout. Verify we get an ↵Merov Linden
integer when using the associate UI.
2014-04-22DD-68 : Suppress the listing if a listing folder is cut when associated but ↵Merov Linden
not listed
2014-04-22DD-68 : Suppress the listing if a listing folder is dragged outside the ↵Merov Linden
marketplace back into the inventory
2014-04-22MAINT-1344 FIXED Attempting to move a folder or item, to another folder in a ↵andreykproductengine
different inventory window found via inventory search, fails.
2014-04-21DD-71 : Implement a new item properties floater, calls the same code as the ↵Merov Linden
sidepanel in the inventory but with the back button hidden
2014-04-21DD-66 : Use new icons for version folders and stock folderMerov Linden
2014-04-18DD-58 : Implement associate listing UI and primitiveMerov Linden
2014-04-17DD-54 : Prevent right click actions to destroy live listings or list things ↵Merov Linden
without version folders
2014-04-17DD-70 : Use List/Delist for listing folders and Activate/Deactivate for ↵Merov Linden
version folders. Also create test SLM ID when creating listing.
2014-04-16DD-11 : Implement getListingURL() and parametrize it correctly. Change Show ↵Merov Linden
Listing to Edit Listing.