Alexei Arabadji
8dae4c265e
fixed EXT-6736 Notecard floater missing Keep/Discard Buttons (vwr 2.0)
...
Added functionality to close hidden IM toasts when IM floater opens.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/321/
--HG--
branch : product-engine
2010-04-29 15:35:44 +03:00
Alexei Arabadji
d218276bdc
fixed EXT-3703 Startup toast message doesn't fit toast width
...
* reverted changes made previously by rev. f0663aa57134;
* added calculation of toast height difference based on LLTextBox::reshapeToFitText;
* added vertical centering of message textbox;
reviewed by Mike Antipov at
https://codereview.productengine.com/secondlife/r/195/
--HG--
branch : product-engine
2010-04-08 10:49:48 +03:00
Alexei Arabadji
bb3abe5c17
fixed EXT-5842 There is a lot of unused space in the online/offline toasts,
...
- decreased on/offline notification toasts width from 305 to 220px;
- added toast right alignment;
- made toasts for long avatar names taller
(according to max length of avatar full name(63 characters) made 3 max line of message text in online/offline toasts, also corrected initial geometry parameters of panel_online_status_toast.xml to allow method LLToastPanel::snapToMessageHeigh works correctly);
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/182/
--HG--
branch : product-engine
2010-04-07 10:49:12 +03: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
41c3b459f2
fixed EXT-5685 “Duplicated 'user online/offline' toasts after coming back to
...
Viewer”,
implemented filtering of exclusive notifications;
--HG--
branch : product-engine
2010-03-03 19:48:16 +02:00
Dmitry Zaporozhan
4b161b8839
Fixed low bug EXT-4246 - Close button on notification toast is larger than host spot.
...
Close button is partially positioned out of toast(floater). Usually, hovering or clicking
that "outer" part of the button can not be handled. The workaround is to position the button
on the floater and make the floater background invisible. Now close button is properly handled,
but toast is transparent. To fix this i added wrapper_panel that looks and behaves like a floater.
--HG--
branch : product-engine
2010-02-17 16:00:28 +02:00
Dmitry Zaporozhan
7453aae13e
Fixed normal bug EXT-4862 - Nearby Chat pop-up toasts close affordance displays under prior toasts.
...
Implemented same fix for notification toasts.
--HG--
branch : product-engine
2010-02-04 15:16:14 +02:00
Dmitry Zaporozhan
85cb82fdda
Fixed normal bug EXT-4696 - Teleport offer window is not alligned to the center of game area
...
--HG--
branch : product-engine
2010-02-02 17:04:31 +02:00
Paul Guslisty
a6429a6a14
Fixed low bug EXT - 3703 (Startup toast message doesn't fit toast width)
...
--HG--
branch : product-engine
2010-01-19 08:15:50 +02:00
Alexei Arabadji
7165bb86be
fixed EXT-4214 “Notifications counter can be negative”,
...
added check to avoid deleting closed toasts;
--HG--
branch : product-engine
2010-01-18 18:44:23 +02:00
Alexei Arabadji
fe37c59940
fixed EXT-4382 “Crash when blocking avatar from the inventory offer dialog”,
...
added clean-up of stored toasts list on toast destroy event;
--HG--
branch : product-engine
2010-01-18 16:28:24 +02:00
Alexei Arabadji
a42ef84b9f
fixed EXT-3732 “Remove "x other alerts" toast“,
...
removed overflow toast related functionality;
--HG--
branch : product-engine
2010-01-14 10:12:07 +02:00
Alexei Arabadji
33af1ba1e5
implemented EXT-4001 “Notification Well window interaction”,
...
made notification that restored from notification well window shows as inspector;
--HG--
branch : product-engine
2010-01-13 17:40:47 +02:00
Dmitry Zaporozhan
d0c029c609
Fixed normal bug EXT-3764 - Notifications should not stack when selected from the Well.
...
--HG--
branch : product-engine
2010-01-11 14:12:03 +02:00
Dmitry Zaporozhan
5eb4d0b219
Fixed normal bug EXT-3762 - New notifications don't appear in the Notifications Well until they fade away in the channel.
...
--HG--
branch : product-engine
2009-12-30 16:58:49 +02:00
Dmitry Zaporozhan
0312156258
Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM window is opened.
...
--HG--
branch : product-engine
2009-12-25 13:53:11 +02:00
Dmitry Oleshko
29ac4cf97d
fixed normal bug (EXT-3587) Notifications overflow toast cannot be dismissed during spam
...
- reduced to minimum number of show/hide cycles for the Overflow toast, so it is easier now to click the (x) button
- the Overflow toast is now created once for a channel
--HG--
branch : product-engine
2009-12-22 16:10:10 +02:00
Dmitry Zaporozhan
c157c1176a
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
...
Docked LLDialogs are part of toasts positioning rules.
--HG--
branch : product-engine
2009-12-15 10:54:37 +02:00
Dmitry Oleshko
c159d9165d
fixed normal bug (EXT-1093) Dialog boxes should be centered in the viewport(game area)
...
Alert dialogs' behavior was broken in 6132:32b8dcff3b67 of PE brunch
--HG--
branch : product-engine
2009-12-14 16:09:29 +02:00
Dmitry Zaporozhan
28b507dd60
Updated comment.
...
--HG--
branch : product-engine
2009-12-11 12:20:38 +02:00
Denis Serdjuk
1967034ca0
implemented task EXT-2609 Implement 'block' option for inventory offers
...
--HG--
branch : product-engine
2009-12-10 21:40:46 +02:00
Alexei Arabadji
918eedc4e9
hardened condition for LLScreenChannelBase::isHovering method;
...
--HG--
branch : product-engine
2009-12-09 12:45:00 +02:00
Alexei Arabadji
abe3084db2
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-12-08 20:35:07 +02:00
Alexei Arabadji
7d261eb9cf
fixed EXT-3193 “Closing toasts cause blocking toast screen channel.”,
...
added direct check of toast hovering to avoid collisions with order of
mouseEnter and mouseLeave events;
corrected EXT-3096,
added call off startFadingToasts in deleteToast since mouseLeave not will be
called in case closing toast;
--HG--
branch : product-engine
2009-12-08 20:34:30 +02:00
Vadim Savchuk
d87c492d72
Merge from default branch.
...
--HG--
branch : product-engine
2009-12-08 15:27:20 +02:00
Dmitry Zaporozhan
e6210e82d3
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
...
Improved functionality, cleaned code.
--HG--
branch : product-engine
2009-12-08 12:17:10 +02:00
Dmitry Zaporozhan
3dee439c1d
Implemented normal task EXT-3089 - Notification toasts positioning, layering and stacking.
...
--HG--
branch : product-engine
2009-12-07 19:23:34 +02:00
Igor Borovkov
0a88e412cc
tast EXT-3096 (Notification toasts mouse hovering behavior), fade behavior is now being reset for all toasts on hovering
...
--HG--
branch : product-engine
2009-12-07 19:09:25 +02:00
Mike Antipov
22303da8a6
Work on task EXT-3081 (Separate Message Well on Notifications Well and IM Well)
...
Initial commit
-- added two floater classes derived from LLSysWellWindow to work with Notification Well & IM Well
-- register two floaters in place of previous sys_well (but with the same xml file)
-- replace using of LLSysWellWindow with LLNotificationWellWindow in the out code (except of in LLScreenChannel::updateShowToastsState)
-- rename member variable in bottom tray used for Notification Well
--HG--
branch : product-engine
2009-12-03 13:48:07 +02:00
Dmitry Oleshko
b070425691
No ticket.
...
A pointer member must be initialized in constructor.
--HG--
branch : product-engine
2009-11-24 18:22:06 +02:00
Dmitry Oleshko
06f638abdf
fixed normal bug (EXT-2653) Undocked IM floater blinks each time notification toasts fade away
...
- reduced a number of show-hide cycles for toasts
- only toasts showed for the first time will appear in foreground now (using of mFirstLook from LLFloater)
--HG--
branch : product-engine
2009-11-24 11:44:55 +02:00
Dmitry Zaporozhan
d0c1593d85
Merge
...
--HG--
branch : product-engine
2009-11-20 19:24:07 +02:00
Dmitry Zaporozhan
13a6077b78
Implemented normal task EXT-2081 - Object IM chiclets art needs to be hooked up to LLDialog chiclets.
...
Implemented LLDialog(LLScriptFloater) and Script Chiclets.
--HG--
branch : product-engine
2009-11-20 19:17:38 +02:00
Alexei Arabadji
a995c494d4
removed redundant local variable
...
--HG--
branch : product-engine
2009-11-20 12:52:40 +02:00
Alexei Arabadji
ba2e9f4495
fixed EXT-2457 "Remove unresolved notifications counter from the Login/Startup toast";
...
--HG--
branch : product-engine
2009-11-20 12:19:29 +02:00
richard
b38ca5ec32
fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc.
2009-11-16 15:47:45 -08:00
Dmitry Oleshko
8039b75ae8
fixed normal bug (EXT-1217) Non-interactive notifications in queue aren't dismissed when overflow toast is dismissed proactively
...
returned a call to the appropriate function "onOverflowToastHide" that was brocen by commit r2150 to SVN
--HG--
branch : product-engine
2009-11-13 15:56:47 +02:00
Alexei Arabadji
3b7ed8a4e9
related to EXT-2397 "Notification and IM toasts stop to appear after pressing Reply in any IM toast"
...
corrected on hover lost event handling
--HG--
branch : product-engine
2009-11-12 19:08:31 +02:00
Alexei Arabadji
e7af49ce5d
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-11-12 18:58:29 +02:00
Alexei Arabadji
4c637196e4
fixed EXT-2397 "Notification and IM toasts stop to appear after pressing Reply in any IM toast"
...
--HG--
branch : product-engine
2009-11-12 18:57:27 +02:00
Dmitry Oleshko
381c9f468d
fixed major bugs
...
(EXT-2392) No "login" toast appears with overall number of unresolved interactive notifications
(EXT-2391) Notifications overflow toast is broken
--HG--
branch : product-engine
2009-11-12 18:48:02 +02:00
James Cook
0f6242d9fd
Sanitize naming of getWindowRect (scaled vs. raw pixels) and getWorldViewRect (scaled vs. raw)
...
Reduces chance of future UI bugs related to UI size.
Discussed with Richard.
2009-11-10 14:00:38 -08:00
Igor Borovkov
ea0abdac1d
IM: cleaned up includes of old im floater stuff llimpanel.h
...
--HG--
branch : product-engine
2009-10-29 16:49:06 +02:00
Dmitry Oleshko
0ac752cd4b
fixed major bug (EXT-1849) Crash in Notification subsystem while teleporting and having toasts shown
...
--HG--
branch : product-engine
2009-10-27 18:48:47 +02:00
Dmitry Oleshko
fa13628e9d
Fixed normal bug [BSI] The "X notifications arrived while you were away" toast on login is not clickable
...
--HG--
branch : product-engine
2009-10-26 18:51:31 +02:00
Steven Bennetts
c7786aa5b6
Merging revisions 2146-2150 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry
...
* Bugs: EXT-1752 EXT-1754
2009-10-22 00:25:11 +00:00
Richard Nelson
5cb2371781
converted LLToast::Params to be a param block
...
reviewed by James
2009-10-21 21:53:06 +00:00
Steven Bennetts
6f41747bc4
Merging revisions 2112-2128 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
...
* Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587
* Dev: EXT-748 EXT-1447
* IM Cleanup
2009-10-21 04:58:23 +00:00
Steven Bennetts
f9788fa6ce
merge -r 1890-1893 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
...
* Bugs: EXT-1217, EXT-1274, EXT-1272
* Dev: EXT-1101
2009-10-05 07:47:56 +00:00
Steven Bennetts
1713a3552b
merge -r 1879-1884 https://svn.aws.productengine.com/secondlife/pe/stable-2
...
* Major Bugs: EXT-1248 EXT-1127 EXT-844 EXT-1160
* Changes: EXT-1139 (places context menu)
2009-10-01 17:52:30 +00:00