| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
| LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
| 2021-10-20 | SL-16184 FIXED Frame stall when friend comes online. | Mnikolenko Productengine | |
| 2016-11-09 | MAINT-6880 Viewer notification was not centered. | andreykproductengine | |
| 2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
| 2015-11-23 | MAINT-5688 FIXED Viewer crashes when user in DnD calling to another user ↵ | Mnikolenko ProductEngine | |
| also in DnD | |||
| 2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
| 2014-06-17 | Merge with 3.7.9-release | dolphin | |
| 2014-05-28 | ACME-1471 WIP [VWR] Merge multiple Exp Perm dialogs into one | Richard Linden | |
| merged multiple experience toasts into a single one reviewed by Cho | |||
| 2014-05-02 | MAINT-4009: Patching the memory leak occurring in the scenario where toast ↵ | Stinson Linden | |
| panels were being created, but the screen channel were deciding not to display the given toasts. | |||
| 2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
| 2013-09-05 | changed fast timer over to using macro | Richard Linden | |
| another attempt to move mem stat into base class | |||
| 2013-08-09 | second phase summer cleaning | Richard Linden | |
| replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
| 2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
| 2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
| 2013-03-11 | Viewer-chui merge | prep | |
| 2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
| alignment issue in llAppearance. | |||
| 2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
| 2012-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
| in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
| 2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
| 2012-07-14 | Crashfix: showToastsTop/Bottom, don't iterate over mToastList. The member ↵ | Nicky | |
| can change during recursive calls, invalidating iterators. | |||
| 2012-05-25 | CHUI-131 FIX Crash when selecting Show on inventory offer notification if ↵ | Richard Linden | |
| other notifications are being received | |||
| 2012-05-18 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
| notification duplicate suppression now doesn't generate multiple dialogs | |||
| 2012-05-18 | CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵ | Richard Linden | |
| dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications | |||
| 2012-04-26 | merge with viewer-release | Richard Linden | |
| 2012-03-30 | CHUI-51 WIP notifications routing code cleanup | Richard Linden | |
| object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels | |||
| 2012-02-10 | EXP-1885 FIX Viewer crashes when receiving multiple inventory offer ↵ | Richard Linden | |
| notifications | |||
| 2012-02-10 | EXP-1885 FIXED the crash when receiving multiple inventory offer notifications. | Seth ProductEngine | |
| Fixed erasing the iterator which was becoming invalid on recursive calls. | |||
| 2012-02-01 | EXP-1672 FIXED Various fixes to prevent crashes in notifications. | Seth ProductEngine | |
| - Refactoring of LLToast and LLScreenChannel classes: moved LLToast signals to the private section. - Modified the screen channel's lists of toasts to store LLHandles instead of pointers and screen channel code to work with toast LLHandles. | |||
| 2011-11-29 | merge | Dave Parks | |
| 2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
| idle calls. Reviewed by davep. | |||
| 2011-10-27 | EXP-1389 FIXED ("New notifications while offline" notification shown in ↵ | Paul ProductEngine | |
| lower right corner of FUI viewer) - Moved startup toast to the top of the LLScreenChannel | |||
| 2011-10-14 | EXP-1336 FIX Move Notifications to upper right | Richard Nelson | |
| also made toolbar buttons not trigger if enabled callback returns false | |||
| 2011-10-13 | EXP-1319 FIX Nearby chat toasts should not underlap toolbars | Richard Linden | |
| 2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
| - Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
| 2010-12-28 | STORM-682 : pull into viewer-development | Merov Linden | |
| 2010-12-27 | STORM-523 : pull into viewer-development | Merov Linden | |
| 2010-12-24 | STORM-682 FIXED Fixed positioning notification toasts in mouse-look mode. | Vadim ProductEngine | |
| Toasts were positioned as if side tray was expanded. The fix is to reshape the so-called toasts screen channel (an area where toasts are drawn) on entering/leaving mouse-look mode, so that the screen channel can notice that side tray get in/visible. | |||
| 2010-12-11 | STORM-391 FIXED Dismiss toasts that don't fit on screen. | Vadim ProductEngine | |
| Make sure older toasts don't appear after newer ones fade out. | |||
| 2010-12-11 | STORM-391 WIP Removed unused methods. | Vadim ProductEngine | |
| 2010-12-10 | Merge from viewer-development | Monroe Linden | |
| 2010-12-09 | STORM-774 WIP Misc renames to improve readability. | Vadim ProductEngine | |
| 2010-12-08 | Adjusted whitespace in llscreenchannel.cpp | Jonathan Yap | |
| 2010-12-03 | Found and disabled another place where hovered notifications were being handled | Jonathan Yap | |
| 2010-12-03 | Fix for OK notification being overlaid by Keep/Discard/Block notification | Jonathan Yap | |
| 2010-11-15 | merge | Richard Linden | |
| 2010-11-01 | EXP-371 Chat/IM bubble notifications not aligned with bottom bar | Richard Linden | |
| 2010-10-26 | STORM-36 FIXED As a User, I want to control how long a chat toast appears ↵ | Paul Guslisty | |
| before it fades. Please add fade time back to Chat preferences. - Added two spinners to the Chat preferences tab that control NearbyToastLifeTime and NearbyToastFadingTime - Added callbacks to the LLNearbyChatScreenChannel that update these properties if they were changed Refactoring of LLToast: - Removed code that was making toast transparent from LLToast::draw() - Modified LLToast interface that relates to showing and hiding toast, so that all screen channels can use LLToast universally. - Replaced in LLScreenChannel calling methods of old interface to new ones. | |||
| 2010-10-04 | EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight Viewer | Richard Nelson | |
| 2010-10-14 | STORM-211 FIXED Only the hovered toasts now persists until you move mouse ↵ | Vadim ProductEngine | |
| away (all toasts used to freeze). | |||
| 2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
