summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneliteminfo.cpp
AgeCommit message (Collapse)Author
2017-04-20MAINT-1463 Fixed inconsistent permissionsandreykproductengine
Permissions should be checked against owning group instead of active one
2017-03-30MAINT-7245 Use Experience Box in LSL Editor will not show as checked if ↵Mnikolenko Productengine
containing object is in another region
2017-02-02MAINT-288 Fixed Content of 'Object contents' tab blinks after editing it's ↵andreykproductengine
permissions
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-03Changes from code review with NatRider Linden
2015-09-02Move associated experience fetching into the ExperienceCache as a coro ↵Rider Linden
remove the responder.
2015-04-15Merge viewer-releasesimon
2014-11-11MAINT-4657 FIXED Objects can appear to have wrong 'for sale' type when ↵andreykproductengine
viewed in inventory
2014-05-07Merge with 3.7.7-releasedolphin
2014-03-12merge with releaseRichard Linden
2014-03-10Mergedolphin
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-09-23Added LLUrlEntryExperienceProfile to link to experience profilesdolphin
Added LLExperienceHandler to handle experience links Updated LLSidepanelItemInfo to use profile links
2013-08-19Added experience association info llsidepaneliteminfo for scripts.dolphin
Changed the cap which looks up a script association to take a object/item id pair instead of a asset id. Updated llpreviewscript to use the new cap (which also improves loading time since it can be done in parallel with the lsltext retrieval).
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-06-14MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creatorsimon@Simon-PC.lindenlab.com
as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly
2011-06-30EXP-919 FIX -- Items not shown in Received Items panelLeslie Linden
EXP-929 FIX -- First Direct Delivery item purchased while logged in: Received Items folder visible in inventory and item not visible in Received items panel - no badge count update * Inbox and Outbox inventory panels now live in their own XML files and are hot loaded into place when appropriate, like when the "Received Items" folder is first created, for example. * The Inbox and Outbox panels now show relevant default messages when the folders are empty or do not exist * Added LLInventoryCategoryAddedObserver, a new inventory observer type to observe added folders * Hacked LLInventoryPanel to properly set up inbox and outbox inventory views for the "Received Items" folder and the "Merchant Outbox" folder that aren't created with the proper system folder type * Changed inventory badge count computation to use LLFolderView rather than the inventory directly * Applied various focus, selection and other inbox fixes to the outbox Reviewed by Richard.
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2010-12-15STORM-776 : unable to change permissions to "no trans" on item in avatar ↵Wolfpup Lowenhar
inventory applied Kitty's code changes listed in STROM-288 as it is a related issue and this actualy fixed both issues!
2010-11-01STORM-288 FIXED New name resets to old if change it on 'Item Profile' panel ↵Paul Guslisty
while fetching inventory Reason: 'item info panel' updated EACH time some inventory object changed Fix: update 'item info panel' only if changed inventory object is the object for which 'item profile panel' is shown
2010-09-27MergeLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-09-16mergeRichard Linden
2010-09-15STORM-148 FIXED Added updating Item Profile info upon changes of objects ↵Sergei Litovchuk
inventory items. The 'Item Profile' panel was observing changes in agent's inventory only, so when an item inside an object was renamed its name wasn't updated in 'Item Profile' panel.
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-06-30EXT-8047 FIXED In-world object contents' items show as "(inventory)" in item ↵Loren Shih
profile panel. Easy fix.
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
reviewed by Leyla
2010-05-26DEV-50013 Inventory item creator/owner not clickable, layout fixJames Cook
2010-05-26DEV-50013 Inventory item properties in sidetray uses completenameJames Cook
2010-04-06EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a ↵Loren Shih
base abstract LLInventoryFetchObserver class Added a new abstract class LLInventoryFetchObserver from which LLInventoryFetchItems and LLInventoryFetchDescendents inherit. Also changed isEverythingComplete to isFinished and made some other minor superficial changes.
2010-04-05EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefinesLoren Shih
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well.
2010-02-11CID-79 cleanupTofu Linden
2010-02-11CID-79Tofu Linden
Checker: FORWARD_NULL Function: LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem *) File: /indra/newview/llsidepaneliteminfo.cpp
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla
2010-01-04EXT-3725 & EXT-2224 - Issue with permissions and for sale ui for certain ↵Eric M. Tulla (BigPapi)
items in side panel. We now completely hide those UI elements when they don't make sense. -Reviewed by seraph
2009-12-30EXT-2224 - Inv item property fields were still editable if item was deletedEric M. Tulla (BigPapi)
-Reviewed by seraph
2009-12-15EXT-3199 : Re-enable task inspection inventory sidepanelLoren Shih
Re-added the task sidepanel. Fixed bottom button layout. Edit mode now always returns true for inventory sidepanels. --HG-- branch : avatar-pipeline
2009-12-10EXT-3314 : Remove save/cancel from inventory item properties sidepanel and ↵Loren Shih
have changes apply instantly The ItemInfoSP now works just like the old properties floaters in terms of how edits and commits are handled. --HG-- branch : avatar-pipeline
2009-12-09EXT-3063 cleanup of inventory item properties sidepanelNyx (Neal Orman)
step 1: kill the edit button step 2: disable info button on main inventory panel if more than one item is selected. other steps to be done will be filed as separate jiras code reviewed by seraph --HG-- branch : avatar-pipeline
2009-12-02DEV-43684 - Deleting an item you are currently editing disables the edit button.Eric M. Tulla (BigPapi)
-Reviewed by Seraph