summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.h
AgeCommit message (Collapse)Author
2015-06-09DD-359 : Improve performance by caching display data while updating and ↵Merov Linden
preventing refreshing the whole marketplace (never useful)
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-04-24mergeBrad Payne (Vir Linden)
2015-03-16Merge lindenlab/viewer-tools-updateMerov Linden
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
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-13merge changes for 3.7.24-releaseOz Linden
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.
2014-12-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-10-19Update to build on Xcode 6.0: initialization needs a default constructorcallum_linden
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-08DD-104 : Use default folder icons for stock folders outside of the ↵Merov Linden
marketplace root
2014-08-30DD-183 : overloaded the buildContextMenu() method for Notecards so that we ↵Merov Linden
get the right menu in marketplace
2014-08-19MAINT-3391 FIXED Sounds no longer play directly when double clicking in ↵andreykproductengine
inventory.
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-24DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual ↵Merov Linden
methods on bridge items to know if items are wearable or not.
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-03MAINT-2570 FIXED Don't allow attaching or opening items from Merchant Outbox.Mnikolenko ProductEngine
2014-06-17Merge viewer-release and become version 3.7.9simon
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-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-04-04DD-45 : Add Activate right click menu item to marketplace listings foldersMerov Linden
2014-04-02DD-20 : WIP : Improve Cut and Paste for marketplace. Still some use cases ↵Merov Linden
that are not working well
2014-03-18DD-17, DD-40 : Style active listings in bold, implement a working ↵Merov Linden
initialization indicator
2014-03-14MAINT-3426 FIXED Searching inventory for "online" no longer returns online ↵andreykproductengine
friends calling cards in search results.
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
2014-02-11mergeBrad Payne (Vir Linden)
2013-11-26STORM-1986 Added right click Show on Map context menu for Inventory floater ↵Jonathan Yap
landmarks Possible fix for BUG-4593
2013-05-21mergeBrad Payne (Vir Linden)
2013-05-16SH-4168 FIX Inventory: Loading... Loading... shown on foldersRichard Linden
cleaned up logic for displaying "loading..." message so that it only applies to folders that are opened whose contents aren't yet loaded
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-11Viewer-chui mergeprep
2012-12-05CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵Merov Linden
(required for library items and links).
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-10-03CHUI-354 FIXED getIconOverlay() is added for LLItemBridgemaxim_productengine
2012-09-03Merge VirLinden/sunshine -> don_linden/sunshine-experimentalDon Kjer
2012-09-03Extracted texture baking system into llappearance library.Don Kjer
2012-08-22mergeBrad Payne (Vir Linden)
2012-08-21SH-3625 WIP - consolidating code paths for removal, removed dead codeBrad Payne (Vir Linden)
2012-08-16CHUI-269: Problem: When an item was purchased and delivered into the ↵Gilbert Gonzales
'Received Items' panel, the badge icon and new item count would not show. This was due to the creation date of the folders not being set when a new item was added. Resolution: Now when an item is added into the 'Received Items' panel, the folder hierachy is updated, triggering the badge icon and new item count to show.
2012-07-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard Linden
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder
2012-07-24CHUI-209 FIX for properly updating folder names in folder view after they ↵Seth ProductEngine
have been renamed. The old display name should be cleared before refreshing the views for both items and folders in folder view, otherwise the old name will be used upon renaming.
2012-07-11STORM-1898 Add "Copy SLURL" to context menu when right clicking Landmarks in ↵Jonathan Yap
Inventory
2012-07-03CHUI-101 WIP Make LLFolderview general purposeRichard Linden
move llfolderview* into LLUI!
2012-06-28CHUI-101 WIP Make LLFolderview general purposeRichard Linden
filtering mostly working
2012-06-27CHUI-101 WIP Make LLFolderView general purposeRichard Linden
moved filtering logic to viewmodel