Commit Graph

55 Commits (bbfc0e47196ecbae8d89e7b721a61ba5eeaaa2b7)

Author SHA1 Message Date
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
Steven Bennetts f05df68656 merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1868 https://svn.aws.productengine.com/secondlife/pe/stable-2@1876 -> viewer-2.0.0-3
* Bugs: EXT-1111 EXT-915 EXT-1131 EXT-1200 EXT-1202 EXT-1201 EXT-1205 EXT-1212 EXT-1173 EXT-1229 EXT-1218 EXT-1164 EXT-996 EXT-821 EXT-1030 EXT-1031 EXT-816
* Major Bugs: EXT-1142 (timeout during login due to processing group IMs)
* Changes: EXT-1216 (minimize message well)
2009-10-01 17:44:44 +00:00
Steven Bennetts 606b381c9f merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3
JIRAS:
EXT-96 EXT-204 EXT-312 EXT-334 EXT-479 EXT-498 EXT-514 EXT-637 EXT-647 EXT-746 EXT-748 EXT-749 EXT-757 EXT-789 EXT-794 EXT-808 EXT-817 EXT-823 EXT-831 EXT-834 EXT-837 EXT-844 EXT-848 EXT-862 EXT-876 EXT-896 EXT-897 EXT-898 EXT-899 EXT-910 EXT-912 EXT-918 EXT-921 EXT-925 EXT-926 EXT-928 EXT-930 EXT-931 EXT-935 EXT-938 EXT-939 EXT-952 EXT-985 EXT-986 EXT-992 EXT-994 EXT-995 EXT-996 EXT-997 EXT-998 EXT-1001 EXT-1004 EXT-1010 EXT-1012 EXT-1016 EXT-1018 EXT-1020 EXT-1028 EXT-1041 EXT-1044 EXT-1051 EXT-1052 EXT-1061 EXT-1069 EXT-1071 EXT-1074 EXT-1075 EXT-1076 EXT-1078 EXT-1080 EXT-1081 EXT-1082 EXT-1083 EXT-1085 EXT-1092 EXT-1093 EXT-1099 EXT-1100 EXT-1101 EXT-1104 EXT-1106 EXT-1111 EXT-1113 EXT-1114 EXT-1115 EXT-1116 EXT-1118 EXT-1119 EXT-1129 EXT-1132 EXT-1135 EXT-1138 EXT-1142 EXT-1161 EXT-1162 EXT-1178 EXT-1180

* NEW DEVELOPMENT:
* EXT-898 - Add dock/undock support for camera and movement controls
* Avatar list changes
* Bottom bar changes: menu, docking, visibility
* Camera changes
* Camera & Movement Floaters
* Dockable Floaters (LLDockableFloater)
* Removed LLListCtrl
* Toast / Notification changes: signal / destruction changes, ordering
* Nearby chat input should display active voice indicator

QA NOTES:
* Message Well Window  is ready to be tested for regression & matching the spec.
* Verify Group List Item L&F
* Verify All tabs in People Panel
* Verify that Picks behavior is not changed
2009-09-29 19:37:05 +00:00
Steven Bennetts ccb1d2b1e4 merge -r 1609-1612 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
Fixes: EXT-825 EXT-893 EXT-889 EXT-88
2009-09-10 03:12:12 +00:00
Steven Bennetts 79653dfed4 merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1566 https://svn.aws.productengine.com/secondlife/pe/stable-2@1580 -> viewer-2.0.0-3
* Bugs: EXT-807 EXT-810 EXT-811 EXT-784 EXT-820 EXT-393 EXT-826 EXT-811 EXT-801 EXT-808 EXT-393 EXT-743 EXT-699 EXT-397 EXT-812 EXT-736 EXT-744 EXT-809 EXT-306 EXT-854 EXT-857 EXT-790
* New Dev: EXT-694 EXT-393 EXT-367 EXT-819 EXT-795 EXT-827 EXT-788
* EXT-272 - Draggable Landmarks
* EXT-715 - Block List Panel
* EXT-782 - Implement advanced place information accordions
2009-09-07 22:55:07 +00:00
Steven Bennetts af98aad98d svn merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1471 https://svn.aws.productengine.com/secondlife/pe/stable-1@1476 -> viewer-2.0.0-3
EXT-65 EXT-270 EXT-359 EXT-361 EXT-367 EXT-367 EXT-368 EXT-455 EXT-468 EXT-530 EXT-539 EXT-540 EXT-542 EXT-545 EXT-555 EXT-557 EXT-558 EXT-559 EXT-559 EXT-560 EXT-561 EXT-562 EXT-563 EXT-564 EXT-566 EXT-568 EXT-569 EXT-570 EXT-571 EXT-581 EXT-590 EXT-594 EXT-596 EXT-597 EXT-601 EXT-602 EXT-603 EXT-613 EXT-620 EXT-624 EXT-628 EXT-630 EXT-631 EXT-632 EXT-639 EXT-640 EXT-641 EXT-642 EXT-662 EXT-671 EXT-672 EXT-676 EXT-682 EXT-692 EXT-703 EXT-717
2009-08-26 20:47:27 +00:00
Steven Bennetts 36e932b4d8 merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1351 https://svn.aws.productengine.com/secondlife/pe/stable-1@1365 -> viewer-2.0.0-3
EXT 451 EXT-303 EXT-367 EXT-367 EXT-371 EXT-394 EXT-494 EXT-502 EXT-503 EXT-516 EXT-538 EXT-540
2009-08-17 17:02:48 +00:00