summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.cpp
AgeCommit message (Collapse)Author
2010-06-29EXT-8045 FIX shift ScreenChannel rect when "SidebarCameraMovement" change.Yuri Chebotarev
reviewed by Mike Antipov, Alexei Arabadji at https://codereview.productengine.com/secondlife/r/654/ --HG-- branch : product-engine
2010-04-29fixed EXT-6736 Notecard floater missing Keep/Discard Buttons (vwr 2.0)Alexei Arabadji
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-08fixed EXT-3703 Startup toast message doesn't fit toast widthAlexei Arabadji
* 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-07fixed EXT-5842 There is a lot of unused space in the online/offline toasts,Alexei Arabadji
- 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-03-04fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
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-03fixed EXT-5685 “Duplicated 'user online/offline' toasts after coming back toAlexei Arabadji
Viewer”, implemented filtering of exclusive notifications; --HG-- branch : product-engine
2010-02-17Fixed low bug EXT-4246 - Close button on notification toast is larger than ↵Dmitry Zaporozhan
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-04Fixed normal bug EXT-4862 - Nearby Chat pop-up toasts close affordance ↵Dmitry Zaporozhan
displays under prior toasts. Implemented same fix for notification toasts. --HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4696 - Teleport offer window is not alligned to the ↵Dmitry Zaporozhan
center of game area --HG-- branch : product-engine
2010-01-19Fixed low bug EXT - 3703 (Startup toast message doesn't fit toast width)Paul Guslisty
--HG-- branch : product-engine
2010-01-18fixed EXT-4214 “Notifications counter can be negative”,Alexei Arabadji
added check to avoid deleting closed toasts; --HG-- branch : product-engine
2010-01-18fixed EXT-4382 “Crash when blocking avatar from the inventory offer dialog”,Alexei Arabadji
added clean-up of stored toasts list on toast destroy event; --HG-- branch : product-engine
2010-01-14fixed EXT-3732 “Remove "x other alerts" toast“,Alexei Arabadji
removed overflow toast related functionality; --HG-- branch : product-engine
2010-01-13implemented EXT-4001 “Notification Well window interaction”,Alexei Arabadji
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine
2010-01-11Fixed normal bug EXT-3764 - Notifications should not stack when selected ↵Dmitry Zaporozhan
from the Well. --HG-- branch : product-engine
2009-12-30Fixed normal bug EXT-3762 - New notifications don't appear in the ↵Dmitry Zaporozhan
Notifications Well until they fade away in the channel. --HG-- branch : product-engine
2009-12-25Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM ↵Dmitry Zaporozhan
window is opened. --HG-- branch : product-engine
2009-12-22fixed normal bug (EXT-3587) Notifications overflow toast cannot be dismissed ↵Dmitry Oleshko
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-15Update for normal task EXT-3089 - Notification toasts positioning, layering ↵Dmitry Zaporozhan
and stacking. Docked LLDialogs are part of toasts positioning rules. --HG-- branch : product-engine
2009-12-14fixed normal bug (EXT-1093) Dialog boxes should be centered in the ↵Dmitry Oleshko
viewport(game area) Alert dialogs' behavior was broken in 6132:32b8dcff3b67 of PE brunch --HG-- branch : product-engine
2009-12-11Updated comment.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-10implemented task EXT-2609 Implement 'block' option for inventory offersDenis Serdjuk
--HG-- branch : product-engine
2009-12-09hardened condition for LLScreenChannelBase::isHovering method;Alexei Arabadji
--HG-- branch : product-engine
2009-12-08Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-08fixed EXT-3193 “Closing toasts cause blocking toast screen channel.”,Alexei Arabadji
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-08Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-08Update for normal task EXT-3089 - Notification toasts positioning, layering ↵Dmitry Zaporozhan
and stacking. Improved functionality, cleaned code. --HG-- branch : product-engine
2009-12-07Implemented normal task EXT-3089 - Notification toasts positioning, layering ↵Dmitry Zaporozhan
and stacking. --HG-- branch : product-engine
2009-12-07tast EXT-3096 (Notification toasts mouse hovering behavior), fade behavior ↵Igor Borovkov
is now being reset for all toasts on hovering --HG-- branch : product-engine
2009-12-03Work on task EXT-3081 (Separate Message Well on Notifications Well and IM Well)Mike Antipov
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-11-24No ticket.Dmitry Oleshko
A pointer member must be initialized in constructor. --HG-- branch : product-engine
2009-11-24fixed normal bug (EXT-2653) Undocked IM floater blinks each time ↵Dmitry Oleshko
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-20MergeDmitry Zaporozhan
--HG-- branch : product-engine
2009-11-20Implemented normal task EXT-2081 - Object IM chiclets art needs to be hooked ↵Dmitry Zaporozhan
up to LLDialog chiclets. Implemented LLDialog(LLScriptFloater) and Script Chiclets. --HG-- branch : product-engine
2009-11-20removed redundant local variableAlexei Arabadji
--HG-- branch : product-engine
2009-11-20fixed EXT-2457 "Remove unresolved notifications counter from the ↵Alexei Arabadji
Login/Startup toast"; --HG-- branch : product-engine
2009-11-16fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc.richard
2009-11-13fixed normal bug (EXT-1217) Non-interactive notifications in queue aren't ↵Dmitry Oleshko
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-12related to EXT-2397 "Notification and IM toasts stop to appear after ↵Alexei Arabadji
pressing Reply in any IM toast" corrected on hover lost event handling --HG-- branch : product-engine
2009-11-12Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-12fixed EXT-2397 "Notification and IM toasts stop to appear after pressing ↵Alexei Arabadji
Reply in any IM toast" --HG-- branch : product-engine
2009-11-12fixed major bugsDmitry Oleshko
(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-10Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵James Cook
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard.
2009-10-29IM: cleaned up includes of old im floater stuff llimpanel.hIgor Borovkov
--HG-- branch : product-engine
2009-10-27fixed major bug (EXT-1849) Crash in Notification subsystem while teleporting ↵Dmitry Oleshko
and having toasts shown --HG-- branch : product-engine
2009-10-26Fixed normal bug [BSI] The "X notifications arrived while you were away" ↵Dmitry Oleshko
toast on login is not clickable --HG-- branch : product-engine
2009-10-22Merging revisions 2146-2150 of ↵Steven Bennetts
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-21converted LLToast::Params to be a param blockRichard Nelson
reviewed by James
2009-10-21Merging revisions 2112-2128 of ↵Steven Bennetts
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-05merge -r 1890-1893 https://svn.aws.productengine.com/secondlife/pe/stable-2 ↵Steven Bennetts
-> viewer-2.0.0-3 * Bugs: EXT-1217, EXT-1274, EXT-1272 * Dev: EXT-1101