summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2010-01-12Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-11Fix for normal bug EXT-3888 - [BSI] double click does not fetch/open ↵Dmitry Zaporozhan
attachment on group notice. --HG-- branch : product-engine
2010-01-06fixed EXT-3922 “[BSI] Chatlog file contains all names twice”,Alexei Arabadji
removed redundant 'from name' from chat log; --HG-- branch : product-engine
2009-12-30Fixed normal bug EXT-3643 - Make Friend Offer dialog a modal alert.Dmitry Zaporozhan
Added "Start IM" option to "OfferFriendship" notification. --HG-- branch : product-engine
2009-12-30EXT-2781. Added reference to issue in comments.Sergei Litovchuk
--HG-- branch : product-engine
2009-12-29Fixed low bug (EXT-2781) Stop Flying button is displayed while walking after ↵Sergei Litovchuk
slumping. - Disabled flying mode if it has been enabled shortly before the agent stand up animation is signaled. In this case we don't get a signal to start flying animation because of some server side problem, the agent's avatar does not play flying animation, so we switch flying mode off. This may cause "Stop Flying" button to blink. --HG-- branch : product-engine
2009-12-26implemented EXT-3701 “Replace "accept" button with "show" in the inventoryAlexei Arabadji
offer toast”; --HG-- branch : product-engine
2009-12-26fixed EXT-3702 “"group invitation accepted" toast should be ↵Alexei Arabadji
non-interactive”, made system IM notifications(IM_MESSAGEBOX) as notifytip; --HG-- branch : product-engine
2009-12-24Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-23DEV-44631 local chat / chat history emote formatting is wrongTofu Linden
2009-12-23Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
Disabled generic preview floater as it spawns for all new inventory items. --HG-- branch : product-engine
2009-12-22Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
Attachments will be opened in a preview floater. --HG-- branch : product-engine
2009-12-18Fixed major bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
2009-12-14Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0.brad kittenbrink
2009-12-14mplemented EXT-3392 “Teleport offers recorded in IM history should include aAlexei Arabadji
SLURL to the TP location”, teleport offer message supplement with teleport location URL; --HG-- branch : product-engine
2009-12-11Related to normal sub-task EXT-2478: Implemened chiclet + chiclet window ↵Eugene Mutavchi
should spawn only for offers from objects. Offers from persons should be shown as toasts --HG-- branch : product-engine
2009-12-11implemented EXT-2323 “Get rid from obsolete notification widgets”;Alexei Arabadji
--HG-- branch : product-engine
2009-12-11no ticket. fixing at least win buildYuri Chebotarev
--HG-- branch : product-engine
2009-12-10implemented task EXT-2609 Implement 'block' option for inventory offersDenis Serdjuk
--HG-- branch : product-engine
2009-12-10mplemented EXT-2801 “Record "object return" notification into IM history, notAlexei Arabadji
chat history”, added logging to IM for ServerObjectMessage notification; --HG-- branch : product-engine
2009-12-07Fixups for things broken after the last merge and for the linux build.brad kittenbrink
2009-12-07merge fixesSteve Bennetts
2009-12-07Merge from product-engineSteve Bennetts
2009-12-07Another merge of include dependency cleanup work with viewer-2-0.brad kittenbrink
2009-12-07No ticket. Removed inventory offer fake notification.Eugene Mutavchi
--HG-- branch : product-engine
2009-12-07 implemented Task EXT-2304 Offer Notifications should include a link ↵Denis Serdjuk
that highlights the landmark or item in the appropriate side panel Changes: 1.highlighting of landmarks was broken by LLInventoryPanel::getActiveInventoryPanel(). 2. escaping of urls --HG-- branch : product-engine
2009-12-04automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-04Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-04implemented EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
--HG-- branch : product-engine
2009-12-03automated merge for avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-03EXT-2410 : Accepting an offered item should open the inventorySPLoren Shih
Added a new "Quiet" query for folder types, so I don't have to special case all the folders where we don't want UI notifications from inventory offers. Fixed a bug where a sidepanel was considered active even if the sidetray was closed. --HG-- branch : avatar-pipeline
2009-12-03Merge from product-engineSteve Bennetts
2009-12-03merge of viewer2 into avp branchEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-12-03EXT-2410 : Accepting an offered notecard should open the inventorySPLoren Shih
Preliminary checkin to improve this infrastructure. --HG-- branch : avatar-pipeline
2009-12-02EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵Loren Shih
llviewermessage More header file cleanup. --HG-- branch : avatar-pipeline
2009-12-02EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵Loren Shih
llviewermessage Removed > 100 header includes from llviewermenu and llviewermessage. --HG-- branch : avatar-pipeline
2009-12-02Update for normal task EXT-2081 - Object IM chiclets art needs to be hooked ↵Dmitry Zaporozhan
up to LLDialog chiclets. Disabled notification toast. --HG-- branch : product-engine
2009-12-01EXT-3028 : "Find Original" does nothing if floater inventory isn't openLoren Shih
Changed logic for getActiveInventory so that it considers InventorySP. Removed getActiveInventory and replaced with getActiveInventoryPanel since that follows its current usage. This currently contains a bug because the InventorySP always thinks it's open. --HG-- branch : avatar-pipeline
2009-12-01Implemented normal task EXT-2476 (llGiveInventory() should be handled also ↵Eugene Mutavchi
by Chiclet subsystem along with Notificaton subsystem) --HG-- branch : product-engine
2009-12-01implemented EXT-2799 “Record to IM history notification about L$ payments byAlexei Arabadji
other avatar”; --HG-- branch : product-engine
2009-11-25merge in changes from viewer-2-0, manually fixed conflict in ↵James Cook
llviewermessages.cpp
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-24made task inventory offers work the old way, and disabled inv slurls for them.Eric M. Tulla (BigPapi)
2009-11-23small fixes for inv slurl functionalityEric M. Tulla (BigPapi)
2009-11-23Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-23Update for task EXT-2081 - Object IM chiclets art needs to be hooked up to ↵Dmitry Zaporozhan
LLDialog chiclets. Cleaned code, added comments. --HG-- branch : product-engine
2009-11-20Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-20Inventory Offer changes and clickable inventory slurlsEric M. Tulla (BigPapi)