summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneliteminfo.cpp
AgeCommit message (Collapse)Author
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
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-17EXT-2403 Object name, description now forced to be ASCII characters onlyJames Cook
Also fixes EXT-172, EXT-2399. Semantics now are: Object name, object desc, parcel name, region name, inventory item name all are ASCII only. Parcel desc allows arbitrary Unicode chars. Group names force ASCII only. Reviewed with Leyla
2009-11-13Header file cleanupLoren Shih
Removed unnecessary "#include llinventorymodel.h" now that llinventoryobserver was split from llinventorymodel. --HG-- branch : avatar-pipeline
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
EXT-2224 : Edit item then delete item -- edit panel still active EXT-2228 : Buy/Pay/Open buttons for Task sidepanel --HG-- branch : avatar-pipeline
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
Subclassing sidepanel item/task info with llsidepanelinventorysubpanel. Some bug fixing and cleanup. --HG-- branch : avatar-pipeline
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
Guts of task properteis sidepanel created. --HG-- branch : avatar-pipeline
2009-11-03EXT-2168 : Rename ObjectInfo to ItemInfoLoren Shih
Renaming for better clarity as to what llsidepaneliteminfo does. Also fixed an error where Edit was not enabling the panel. Also did some superficial cleanup and reorganization of llsidepanel- files. --HG-- branch : avatar-pipeline