summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2015-08-18merge changes for 3.8.3-releaseOz Linden
2015-08-11merge changes for 3.8.2-releaseOz Linden
2015-08-04Merge downstream code and become version 3.8.3andreykproductengine
2015-08-04Merge viewer-release and become version 3.8.3AndreyL ProductEngine
2015-07-30merge changes for other open sourc contributionsOz Linden
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-07-14merge changes for 3.8.1-releaseOz Linden
2015-07-143.8.1-releaseOz Linden
2015-07-07MAINT-5174 Add Check for Updates feature to Help menuandreykproductengine
2015-06-30correct labels for rendering choices for STORM-2107Oz Linden
2015-06-15merge changes for 3.7.30-releaseOz Linden
2015-07-15Merge downstream code and become version 3.8.2andreykproductengine
2015-05-28MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.Nat Goodspeed
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
2015-05-20MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macroNat Goodspeed
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it.
2015-05-05MAINT-5170 FIXED Show info for all faces in one notification.Mnikolenko ProductEngine
2015-04-17reorganize visual muting, impostors, and complexity criteria [does not ↵Oz Linden
render correctly yet]
2015-04-14Pull merge from lindenlab/viewer-tools-update (includes viewer-release)Merov Linden
2015-04-14Merge viewer-release, become version 3.7.28simon
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-09MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ↵Brad Payne (Vir Linden)
ground. WIP on better tracking of attachment requests via various message in LLSelectMgr.
2015-03-26merge changes for tools update tipOz Linden
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-03-23Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-10MAINT-147 FIXED Allow follow cam scripts after closing Build tools floater.Mnikolenko ProductEngine
2015-02-27Pull merge from lindenlab/viewer-releaseMerov Linden
2015-02-27merge up to 3.7.25-releaseOz Linden
2015-02-25mergeBrad Payne (Vir Linden)
2015-01-13SL-92 WIP - added signal for simulator features received. Use to keep hover ↵Brad Payne (Vir Linden)
floater UI synced with region support for hover.
2014-12-31MAINT-1654 FIXED object context menu redraws and repositions some time after ↵andreykproductengine
being opened.
2014-12-28STORM-2098 - Don't enable object edit for an invalid agentCinder
2014-12-14DD-299 : Suppress cap hardcoded fallback. Recheck cap after each teleport.Merov Linden
2014-12-08MAINT-1662 FIXED Disable menu items for attached objects.Mnikolenko ProductEngine
2014-12-03MAINT-4704 FIXED Don't show warning message for "region" item, when fixed ↵Mnikolenko ProductEngine
sky is used.
2014-11-26mergeBrad Payne (Vir Linden)
2014-11-24Merge downstream code and become version 3.7.21simon
2014-11-24Merge downstream code and become version 3.7.21simon
2014-11-13clean up showing avatar draw costsOz Linden
2014-11-11Pull merge from lindenlanb/viewer-releaseMerov Linden
2014-11-05mergeBrad Payne (Vir Linden)
2014-11-03Merge downstream code and become 3.7.20simon
2014-11-03Merge downstream code and become 3.7.20simon
2014-10-28merge changes for 3.7.19-releaseOz Linden
2014-10-27MAINT-2759 FIXED Touch is greyed out when right clicking on child prims in a ↵andreykproductengine
touchable linkset if the script uses a reset on rez
2014-10-14DD-170 : Check the Merchant Outbox API and hide the menu item if getting ↵Merov Linden
503. Show SLM always.
2014-10-09MAINT-2565 FIXED Show texture information in one toastMnikolenko ProductEngine
2014-10-06DD-170 : Rename enum for consistencyMerov Linden
2014-10-05DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED ↵Merov Linden
state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).
2014-09-29SL-92 WIP - can edit hover height debug setting via sliderBrad Payne (Vir Linden)