Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | CHUI-374 FIXED (Nearby chat is torn off and cannot be docked if nearby chat ↵ | AlexanderP ProductEngine | |
is received while conversation floater is closed) Nearby_chat is created only after the creation of the im_container | |||
2012-09-07 | CHUI-323 FIXED (Local chat message panel out of position in Conversation ↵ | AlexanderP ProductEngine | |
floater): Prevented too early creation LLNearbyChat | |||
2012-08-31 | CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵ | AlexanderP ProductEngine | |
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-06-14 | CHUI-199 WIP Modified the nearby chat for using floater_im_session.xml; ↵ | AlexanderP ProductEngine | |
merging LLNearbyChatBar with LLNearbyChat; clean up code; supressed a double creation of LLNearbyChat | |||
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
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-04-12 | CHUI-87 FIXED crash in handling notifications after viewer disconnect. | Seth ProductEngine | |
Notification handlers now use LLHandles to screen channels. | |||
2012-03-27 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 1, removal of most of llnotificationhandler | |||
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-02 | EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵ | Leslie Linden | |
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10. | |||
2011-11-29 | EXP-1565 FIXED Fixed IRC-style emotes in chat. | Vadim ProductEngine | |
2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
idle calls. Reviewed by davep. | |||
2011-10-26 | EXP-1461 FIX Incoming Nearby chat not visible in chat toasts/bubbles to user ↵ | Richard Linden | |
when chat window is minimized with chat history opened | |||
2011-10-17 | EXP-1382 FIX -- Viewer crashes when updating UI size in preferences | Leslie Linden | |
Reviewed by Richard. | |||
2011-10-17 | EXP-1396 FIX -- Local chat toasts appear is upper left corner, reviewed by ↵ | Leslie Linden | |
Richard. | |||
2011-10-17 | EXP-1333 FIXED (Move IM toasts to upper right and flip vertically) | Paul ProductEngine | |
- Nearby chat toasts flipped vertically - Fixed notification and IM well floaters docking state saving. | |||
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-14 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-14 | updated chat toast with 10 pixel padding | Richard Nelson | |
2011-10-14 | merge with head | callum | |
2011-10-13 | EXP-1319 FIX Nearby chat toasts should not underlap toolbars | Richard Linden | |
2011-10-14 | EXP-1282 FIXED Bottom bar removed. | Seth ProductEngine | |
- LLBottomTray code and XUI removed. - "Speak" buttom which resided in Bottom bar removed. - Voice connection status update moved from LLBottomTray to LLVivoxVoiceClient. | |||
2011-10-11 | EXP-1293 Nearby chat toasts no longer appear. | leyla_linden | |
EXP-1316 Minimized Snapshot floater has a snapshot preview image attached below. EXP-1318 Clicking on nearby chat toasts should bring up Nearby Chat history | |||
2011-09-27 | EXP-1247 Nearby chat as part of chat floater | Leyla Farazha | |
2011-06-29 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2011-06-21 | STORM-1352 WIP Issue a warning if a NULL chat toast is encountered. | Vadim ProductEngine | |
2011-06-20 | STORM-1352 WIP Changed sort functor return type to bool. | Vadim ProductEngine | |
2011-06-16 | STORM-1352 WIP Attempting to fix a crash in ↵ | Vadim ProductEngine | |
LLNearbyChatScreenChannel::showToastsBottom(). Apparently, a nearby chat toast got somehow destroyed while still remaining in the list of active toasts. Attempt to sort active toasts in showToastsBottom() then triggered the crash. I don't know how to reproduce the crash, i.e. force destroying a toast in a way that its onClose() method (which would remove references to the toast) isn't called. So we'll just remove references to the toast whenever it's destroyed. | |||
2011-06-01 | ER-949: Chat using '/me' style text displayed incorrectly. Reviewed by Kelly | Dave SIMmONs | |
2011-04-07 | ER-671: add llRegionSayTo(). Cleaned up some chat code, implemented '@' ↵ | Dave SIMmONs | |
special case. Reviewed by Kelly | |||
2011-04-01 | Merge with viewer-development | Don Kjer | |
2011-04-01 | merge changes for storm-399 | Oz Linden | |
2011-03-23 | STORM-1021 ADDITIONAL_FIX Replaced usual object inspector with the remote ↵ | Vadim ProductEngine | |
one in nearby chat toasts. | |||
2011-03-21 | STORM-399 FIXED Users that has chatted within chat range of the user ↵ | Paul ProductEngine | |
in-world are not added to Recent tab - Add sender(only avatar) to the recent people list just after message appears in nearby chat | |||
2011-03-17 | ER-616 : Create LLEventHost API to receive incoming chat messages. Added ↵ | Dave SIMmONs | |
"LLChat" LLEventStream and pass incoming chat to it. Reviewed by Kelly. | |||
2010-12-13 | STORM-398 FIXED Disabled Nearby Chat toasts while user is in Busy mode. | Seth 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-09 | STORM-774 WIP Partially reverted transparency fix for nearby chat toasts ↵ | Vadim ProductEngine | |
(STORM-717) to develop a more generic one (applicable to all notification toasts). | |||
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-04 | STORM-717 FIXED Made nearby chat toasts respect transparency settings: | Vadim ProductEngine | |
* Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity". | |||
2010-11-15 | merge | 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-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-10-04 | EXP-138 FIXED Chat and IM notices not aligned with Bottom bar in Skylight Viewer | Richard Nelson | |
2010-10-04 | EXP-138 WIP Chat and IM notices not aligned with Bottom bar in Skylight Viewer | Richard Nelson | |
2010-09-22 | fixed build | Richard Linden | |
2010-09-22 | merge | Richard Linden | |