Commit Graph

15 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Alexei Arabadji 73d07c9325 fixed major EXT-6593 "New notifications arrived while you were away" is bold
and doesn't fit on toast
* Unbolded startup toast message text;
* Avoided increasing complexity of LLToastNotifyPanel class that in future
should be decoupled on separate independent toast panel implementations and
added LLPanelGenericTip class to represent generic notifytip panels.

reviewed by Vadim Savchuk and Mike Antipov at
https://codereview.productengine.com/secondlife/r/214/

--HG--
branch : product-engine
2010-04-12 17:09:50 +03:00
Alexei Arabadji 920d54297f fixed major EXT-6500 “Message Well counter changes to '-1' after
plain text chat was enabled while unresolved offer was in hided IM window”,
Added check to LLToastNotifyPanel destructor whether we should close
notification since notification will be reused by IM floater when reload
messages, the rule is: if LLToastNotifyPanel destroying but IM floater is
exists – we shouldn't close notification.
The problem is that notification was incorrectly deleted when IM floater
reloads messages on chat log fromat change event.
reviewed by Vadim Savchuk at
https://codereview.productengine.com/secondlife/r/80/

--HG--
branch : product-engine
2010-03-25 17:09:20 +02:00
Dmitry Zaporozhan b2cc39d462 (work in progress) low task EXT-6377 - Embedded offer panels aren't reshaped by height on IM window resize
Added new Toast panel class for use in IM floater. New class handles IM floater reshape and updates Toast height.

--HG--
branch : product-engine
2010-03-17 13:26:34 +02:00
Dmitry Zaporozhan 97dea26dfc Updated normal task EXT-5905 - Resolving offers.
Implemented requested feature - "Resolving offer in the notification toast shouldn't remove offer panel form IM log until IM session is restarted"

--HG--
branch : product-engine
2010-03-16 15:30:01 +02:00
Alexei Arabadji 3874823bd8 Merge from viewer-2-0
--HG--
branch : product-engine
2010-03-16 15:02:58 +02:00
Dmitry Zaporozhan fee3752311 Implemented normal task EXT-5905 - Resolving offers.
Added functionality to make Toasts accept multiple user inputs(clicks on option buttons).

--HG--
branch : product-engine
2010-03-15 18:06:04 +02:00
Denis Serdjuk ded6723781 fixed Normal Bug EXT-5999 llDialog in 2.0 viewer has different text limits than in 1.23 viewer
Cause:
Dialog floater had arranged own shape to the shape of toast panel. So there is no way to change such behaviour from xml without changing of  other toasts
Solution:
New param has been added to constructor of toast panel to make possible setting an initial shape of panel before update buttons layout

--HG--
branch : product-engine
2010-03-09 13:42:39 +02:00
Alexei Arabadji f54bf2a1ea fixed EXT-5904 “Offers embedding into IM windows”,
made all type offers be embedded to the IM floater;
made showing offer toast if IM floater isn't visible;
corrected IM message counter on showing offer toast;

--HG--
branch : product-engine
2010-03-04 11:35:34 +02:00
Alexei Arabadji eec9f20d74 fixed EXT-5006 “One inventory offer cause blinking of both Conversations and
Notifications wells”,
embedded inventory offer panel into IM window;

--HG--
branch : product-engine
2010-02-18 16:05:11 +02:00
Denis Serdjuk 876369f615 fixed Bug Major EXT-5086 llDialog buttons are displayed in wrong order
Order of the buttons has been recovered to viewer 1.23 behavior.

--HG--
branch : product-engine
2010-02-15 21:24:14 +02:00
Denis Serdjuk 2307dec193 implemented Task EXT-572 Action buttons on toast should size to word for internationalization
Changes:
1. Remove hard coded button's width. Now buttons will be reshaped to required size if the required width is bigger then default.
2. Default width is configurable now.

--HG--
branch : product-engine
2010-01-18 14:24:03 +02:00
James Cook 0e351bedb6 Removed llnotifications.h from all headers by adding llnotificationsptr.h
Fixed many more includes
2009-11-24 22:55:56 -08:00
Dmitry Oleshko 4dc294e6dc fixed low bug (EXT-2552) Building of notification toast's panel produces a creation of dummy icon
removed commented code from XML file
removed from toast notify panel Icon member and a corresponding code

--HG--
branch : product-engine
2009-11-18 18:36:10 +02:00
Steven Bennetts 8103710c05 Merging revisions 2046-2068 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253  EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231
* Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476
* IM changes
2009-10-19 01:45:44 +00:00
Steven Bennetts cef46d1645 merge https://svn.aws.productengine.com/secondlife/pe/stable-1/indra -r 1078-1091 -> viewer-2.0.0-3 2009-07-21 00:59:14 +00:00