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
2010-03-01Automated merge with a few fixups for code review commentsRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-25automated mergeRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2010-02-25automated mergeRoxie Linden
2010-02-24automated mergeRoxie Linden
Don't wanna fix all windows EOL issue here warn-on-failure:unix-eol
2010-02-24Automated merge up from viewer 2.0 trunk.Roxie Linden
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used.
2010-02-03PE merge.Tofu Linden
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