summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
AgeCommit message (Collapse)Author
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-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-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-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-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.
2014-04-15DD-65, DD-55: Treat activation/deactivation separately for listing and ↵Merov Linden
version folders. Also use max instead of stock for suffix for non stock folders.
2014-04-14DD-20 : Prevent pasting incompatible items in stock foldersMerov Linden
2014-04-14DD-20 : Prevent dropping incompatible items in stock foldersMerov Linden
2014-04-12DD-64 : Add New Folder to right click menu on marketplaceMerov Linden
2014-04-11DD-57 : Update stock folder count when item moved back to inventoryMerov Linden
2014-04-09DD-13 : Clean up Associate/Disassociate listing. Also clarify the update ↵Merov Linden
folder code in marketplace
2014-04-08DD-18 : Compute stock for all levels, get folders to update more ↵Merov Linden
consistently on all actions in the marketplace
2014-04-07DD-41 : Clean up and add back into contextual menu the clipboard options, as ↵Merov Linden
well as Rename and Properties
2014-04-06DD-15 : Allow version folder to be made active/inactive, add new methods to ↵Merov Linden
marketplace to make all that a bit more clear and clean
2014-04-04DD-14 : Add all right click menu items for marketplace. Make Add, Activate ↵Merov Linden
and Deactivate work. Right click fails on non folder items though in marketplace
2014-04-04DD-45 : Add Activate right click menu item to marketplace listings foldersMerov Linden
2014-04-03DD-20 : Handle edge cases a bit more cleanlyMerov Linden
2014-04-02DD-20 : WIP : Improve Cut and Paste for marketplace. Still some use cases ↵Merov Linden
that are not working well
2014-04-01DD-20 : WIP : Implemented the cut and paste code for marketplace. Stock ↵Merov Linden
update still not working as expected.
2014-03-31DD-18 : WIP : Implement stock folder counting but no propagation so far, ↵Merov Linden
also update is not working
2014-03-28DD-24 : Add FT_MARKETPLACE_STOCK as a new type for folders, implement the ↵Merov Linden
promotion code for Drag and Drop, display of stock folders and embryonic marketplace validation
2014-03-18DD-17, DD-40 : Style active listings in bold, implement a working ↵Merov Linden
initialization indicator
2014-03-14DD-17 : WIP : Add live status to active listing folders, clean up ↵Merov Linden
getLabelSuffix() code a bit
2014-03-13DD-42 : Rename merchant items to marketplace listings to be consistent with specMerov Linden
2014-03-10DD-17 : WIP : some work on the suffix for Listing foldersMerov Linden
2013-11-27STORM-1986 Eliminated early return per code reviewJonathan Yap
2013-11-26STORM-1986 Added right click Show on Map context menu for Inventory floater ↵Jonathan Yap
landmarks Possible fix for BUG-4593
2013-08-05merge changes for 3.6.2-releaseOz Linden
2013-07-11Merged in viewer-releaseAura Linden
2013-06-13merge changes for 3.5.3-releaseOz Linden
2013-05-16Removed debugging.Aura Linden
2013-04-19merge changes for DRTVWR-294Oz Linden