Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-07-11 | SL-19986 Crash at LLConversationItemSession::findParticipant | Andrey Kleshchev | |
Observed on bugsplat, no repro. Something destroys LLConversationItem without cleaning list (some sessions reuse the item, but they aren't supposed to remove it). Either item should inform floater to be properly removed or should be stored as an LLPointer. | |||
2021-03-26 | SL-14975 SL-14384 viewer crashes because of large chat groups | Andrey Kleshchev | |
1. Due to desync participant can be NULL - added NULL checks 2. With large backlog of events, closing and then opening a goup session was causing a crash due to obsolete events - added cleanup for backlog 3. In some cases events were accumulating faster than they were processed - ensured that after certain point event processing scales up with a backlog | |||
2020-09-22 | Merge branch 'master' v6.4.9 into DRTVWR-497 | Dave Houlton | |
2020-07-09 | SL-13397 Reduce Viewer freeze when opening chat with a large group. | Mnikolenko Productengine | |
2020-03-11 | SL-12452 FIXED The moderator can't unmute himself in the group call after ↵ | maxim_productengine | |
turning on 'Mute everyone' option | |||
2019-02-20 | SL-1811 Slight chat optimization | andreykproductengine | |
2017-05-17 | MAINT-6805 Fixed Right-click menus in the right and left panes of the ↵ | andreykproductengine | |
Conversations windows are different | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-15 | MAINT-5206 FIXED always show Nearby chat on first opening of IMcontainer ↵ | Mnikolenko ProductEngine | |
floater. | |||
2014-08-05 | DRTVWR-373 Merge with viewer-release 3.7.13 | maksymsproductengine | |
2014-07-14 | MAINT-4226 Group ban option is added to participant menu in Group chat. | Mnikolenko ProductEngine | |
2014-05-12 | MAINT-3963 FIXED The behavior of speak button in the conversations HUB and ↵ | Mnikolenko ProductEngine | |
toolbar button is consistent now. Use setUserPTTState(false) to switch off the mic. | |||
2013-08-23 | MAINT-3031: Toggle Expanding CHUI when Icon is CLicked | PavelK ProductEngine | |
2013-09-13 | MAINT-3133 FIXED Expand Nearby Chat participant list on first open of ↵ | dmitrykproductengine | |
Conversations floater, per login session | |||
2013-09-12 | MAINT-3137 FIXED We should handle condition when viewer is quitting | Mnikolenko ProductEngine | |
2013-06-27 | CHUI-817 FIX Revealing the "Conversations" window reveals hidden Nearby Chat ↵ | PavelK ProductEngine | |
window as well | |||
2013-06-04 | CHUI-918 FIXED Close only selected conversations instead of closing all ↵ | Mnikolenko ProductEngine | |
conversations. | |||
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-20 | CHUI-953 FIXED Set dnd and close all conversation before quittinq. | Mnikolenko ProductEngine | |
2013-05-16 | CHUI-963 (Toggling chat fui button twice tears off nearby chat to lower left ↵ | mberezhnoy | |
corner also deletes other open conversations) | |||
2013-05-03 | CHUI-963 (Toggling chat fui button twice tears off nearby chat to lower left ↵ | mberezhnoy | |
corner also deletes other open conversations) | |||
2013-04-26 | CHUI-859 FIXED Conversation panel moves when new message received with Open ↵ | maksymsproductengine | |
Conversation window preference | |||
2013-04-22 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵ | PavelK ProductEngine | |
with Flash Toolbar button preference | |||
2013-04-19 | merge | mberezhnoy | |
2013-04-19 | CHUI-915 ([CHUIBUG]Control+W hides Conversations floater instead of closing ↵ | mberezhnoy | |
active tab) | |||
2013-04-10 | CHUI-899 (The size of conversations panel does not persist between sessions ↵ | mberezhnoy | |
if user relogin while messages pane is collapsed. ) | |||
2013-04-09 | CHUI-797 FIXED Only one separated conversation window is shown after exiting ↵ | PavelK ProductEngine | |
from mouselook view Added all separated conversation floaters to skip list used in gFloaterView->popVisibleAll(skip_list) in llagent.cpp since LLFloaterIMContainer::setVisible() takes control of them by itself. | |||
2013-04-04 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-04-02 | CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting ↵ | Merov Linden | |
pointers to widgets in PostBuild | |||
2013-04-01 | CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵ | Gilbert Gonzales | |
a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-23 | CHUI-888 : Fixed! Overload setVisibleAndFrontmost() so that we set the focus ↵ | Merov Linden | |
if requested (was dropped in the shuffle before). | |||
2013-03-14 | CHUI-844 (Collapsed conversation panel auto expands when a new IM ↵ | mberezhnoy | |
conversation starts) CHUI-713 ("Conversations" floater size doesn't persist between sessions) | |||
2013-03-07 | CHUI-821 ADD FIX Conversation size regression when logging out with ↵ | AlexanderP ProductEngine | |
conversation list minimized to icons: deleted redundant savings of the convers. panel width; added a manually reshape of the conv. panel after change it's collapse state; function with uninformative name "updateState" was renamed to "reshapeFloaterAndSetResizeLimits" | |||
2013-03-07 | CHUI-832 (Different conversation than is selected shown in message panel ↵ | Gilbert Gonzales | |
after tearing off conversation): Now when a conversation is torn off an adjacent conversation is selected (but not focused). | |||
2013-03-01 | CHUI-694 FIXED Handle ALT + Up/Down and ALT + Right/Left to switch ↵ | Mnikolenko ProductEngine | |
conversations in the list. Handle ALT + Enter to expand participant list of selected conversation. | |||
2013-02-28 | CHUI-789 (Letter m appears in Conversations while exit from outlook view ↵ | mberezhnoy | |
using 'M' keyboard key) | |||
2013-02-25 | merging | Cho | |
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Renamed LLFLoaterIMContainer::isConversationItemWidgetvisible() to isScrolledOutOfView() with opposite return value | |||
2013-02-22 | CHUI-772 FIX User sees no notification of conversation activity not visible ↵ | Cho | |
in long scrolling conversation list Added LLFLoaterIMContainer::isConversationItemWidgetvisible() which is now used in LLConversationViewSession::startFlashing() to flash chat toolbar button if out of view | |||
2013-02-23 | CHUI-568 : Fixed! Implemented Ctrl-H for Nearby Chat, taking into account ↵ | Merov Linden | |
the existence of other conversations and docked/torn off state | |||
2013-02-18 | CHUI-729 FIXED Messages pane displays incorrect after changing size and relogin | maksymsproductengine | |
2013-02-13 | CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵ | Cho | |
this participant" Added new LLFloaterIMContainer::visibleContextMenuItem() connected to "Avatar.VisibleItem" | |||
2013-02-09 | CHUI-713 "Conversations" floater size doesn't persist between sessions | mberezhnoy | |
additional fix | |||
2013-01-14 | CHUI-458 : WIP : Allow change of the general conversations panel when the ↵ | Merov Linden | |
selected conversation needs it (e.g. P2P is typing) | |||
2013-01-04 | CHUI-643 FIXED Collapsed conversations floater has huge right padding: ↵ | AlexanderP ProductEngine | |
prevent of a rewriting mOriginMinWidth and mOriginMinHeight to default values | |||
2013-01-04 | CHUI-608 (Conversations floater can be resized too small once a conversation ↵ | maximbproductengine | |
is torn off) |