summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelonlinestatus.cpp
AgeCommit message (Collapse)Author
2010-07-12EXT-8274 FIXED Avoided message truncation on tip toasts.Alexei Arabadji
Details: Made max message line count configurable and by default 10 lines. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/730/ --HG-- branch : product-engine
2010-04-22fixed EXT-6936 Avoid using LLToastNotifyPanel class for tip toasts.Alexei Arabadji
* renamed class LLOnlineStatusToast to LLPanelOnlineStatus; * updated method LLToastPanel::buidPanelFromNotification to provide building all kinds of tip toast panels; * updated method LLTipHandler::processNotification to avoid using LLToastNotifyPanel; reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/286/ --HG-- branch : product-engine