summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
AgeCommit message (Collapse)Author
2013-02-05CHUI-730 : Fixed! Only clear out More sub menus in inventoryMerov Linden
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-09CHUI-649 : WIP : Cleanup code to make it readableMerov Linden
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-05Pull merge from dev repoMerov Linden
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵Merov Linden
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
2012-12-05CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵Merov Linden
(required for library items and links).
2012-12-04Pull and merge viewer-developmentsimon@Simon-PC.lindenlab.com
2012-11-20Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-14CHUI-508 FIXED Attach to and Attach to HUD menus not showing in inventory ↵maksymsproductengine
floater to select attachment point
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-08CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵William Todd Stinson
refers to it as Do Not Disturb mode.
2012-10-26CHUI-383: Realized that prior changes for this bug caused a regress. The ↵Gilbert Gonzales
regress was using the people panel or a notecard to start a im/call with a user. When doing this the conversation line item would not be focused. Resolution: Changed all calls to LLIMFloater::show() to LLIMFloaterContainer::showConversation(), which will first select the conversation line item and then show the corresponding conversation floater.
2012-10-17CHUI-394 FIXED Group moderation tools missing in right click menusmaksymsproductengine
2012-10-03CHUI-354 FIXED getIconOverlay() is added for LLItemBridgemaxim_productengine
2012-09-05Merge in latest viewer-developmentsimon@Simon-PC.lindenlab.com
2012-09-04CHUI-303: Problem was that the prior solution only updated (using ↵Gilbert Gonzales
dirtyFilter()) the inventory window that the paste occurred in. Resolution: Now each inventory window calls dirtyFilter(), which then determines visibility of the pasted item.
2012-08-24merging in latest changesGilbert Gonzales
2012-08-24kicking off another build (whitespace change)Gilbert Gonzales
2012-08-23CHUI-303: Problem: When pasting the item, the item's filtering flag was not ↵Gilbert Gonzales
updated. The filtering flag determines visibility. Resolution: Upon pasting the item to the folder from the clipboard, update the filtering flag so that visibility can properly be determined.
2012-08-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.Todd Stinson
2012-08-16merge changes for storm-1898Oz 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-08-10CHUI-273: Problem was that after renaming the item, the item was not ↵Gilbert Gonzales
triggering a sort. Resolution: Once the name of the item is set, trigger a sorting of the parent.
2012-08-09MAINT-1197 : Fix inventory deselection/reselection when cutting itemsMerov Linden
2012-08-08MAINT-65 FIXED Disable "Edit" in context menu if wearable has status "no modify"maxim_productengine
2012-08-08MAINT-481 FIXED Disable creating new folders in Favorites foldermaxim_productengine
2012-08-08MAINT-1121 FIXED Disable "Open" if several calling cards are selected.maxim_productengine
2012-08-01CHUI-267 FIX Full inventory listing not always shown for test accountRichard Linden
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering
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-25CHUI-239 FIX Viewer crash when opening object with contentsRichard Linden
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
removed viewer dependencies from folderview code
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
2012-06-25CHUI-101 WIP Make LLFolderView general purposeRichard Linden
all inventory names are correctly initialized now
2012-06-21CHUI-101 WIP Make LLFolderview general purposeRichard Linden
inventory item labels and icons displaying again
2012-06-19CHUI-101 WIP Make LLFolderview general purposeRichard Linden
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors
2012-06-18CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors general cleanup
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderviewRichard Linden
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
llfolderview refactornig
2012-07-24Crashfix; don't crash in ↵Nicky
LLRightClickInventoryFetchDescendentsObserver::execute when there's a 0 pointer for item_array or cat_array.
2012-04-14DRTVWR-136: Remove redundant remove_(item|category)() functions.Nat Goodspeed
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
2012-04-13merge changes for drtvwr-136Oz Linden
2012-03-30merge changes for vmrg-233Oz Linden
2012-03-27CHOP-854: move change_(item|category)_parent() into LLInventoryModel.Nat Goodspeed
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review.
2012-03-22Automated merge with http://hg.secondlife.com/viewer-releaseRichard Linden
2012-03-16EXP-1915 : Fetch recursively folders when selectedMerov Linden