summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
AgeCommit message (Collapse)Author
2024-02-09#68 The 'Recently used emoji' can not be selected by the 'Tab' keyAlexander Gavriliuk
2024-01-24SL-20416 Use image from file for emoji_recent_panel_toggle_btnAlexander Gavriliuk
2024-01-24SL-20416 Avoid of taking focus by EmojiPickerAlexander Gavriliuk
2023-11-28Mac build fixAlexander Gavriliuk
2023-11-10SL-20416 Choose emoji floater puts emoji in the chat window that opened itAlexander Gavriliuk
2023-11-10SL-20521 Focus does not move to the Nearby Chat fieldAlexander Gavriliuk
2023-11-08SL-20518 EmojiPicker - The 'More' button is overlapped the recently used ↵Alexander Gavriliuk
emojis row after narrowing back the 'Conversations' floater
2023-11-07SL-20356 Show tooltip for the empty-recent textboxAlexander Gavriliuk
2023-10-04SL-20348 Focus should be in the chat bar when the Conversations floater is ↵Alexander Gavriliuk
opened
2023-10-02SL-20358 restore focus after opening recent emoji panelMaxim Nikolenko
2023-09-22SL-20294 The row of recent emojis displays the recently sent emoji only ↵Alexander Gavriliuk
after clicking the collapsing smiley button
2023-09-13SL-20247 Keep the focus on the chat field as emojis in the offboard floater ↵Alexander Gavriliuk
are clicked
2023-08-30SL-20210 Recent Emojis - Remember emojis that were actually sent in the messageAlexander Gavriliuk
2023-08-30SL-20209 EmojiPicker - Show 'Recent' panel instead of the floater on click ↵Alexander Gavriliuk
the button
2023-07-28SL-20088 EmojiPicker - replace the image on the activation button with an emojiAlexander Gavriliuk
2023-07-18DRTVWR-489: trivial merge conflict fixCallum Prentice
2023-05-17SL-19575 Create emoji gallery (fix bug with drawing emojis in chat history)Alexander Gavriliuk
2023-04-20SL-19575 LLFloaterEmojiPicker - Add filter by categoryAlexander Gavriliuk
2023-04-14SL-19575 Create emoji gallery access iconAlexander Gavriliuk
2023-02-14SL-19196 Nearby chat bar moves down every time it gains focusAndrey Kleshchev
2022-12-12Merge branch 'main' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp
2022-10-19Reduce folderview menu bloat via lazy creation on right clickRye Mutt
2022-09-07SL-18102 Remove 'Translate chat' checkbox from chatMnikolenko Productengine
2022-07-13SL-17760 Crash at LLFolderViewItem::refresh(318)Andrey Kleshchev
and at LLFolderViewItem::postBuild for LLConversationViewParticipant
2022-03-09SL-16992 Crash at LLVivoxVoiceClient::notifyStatusObserversAndrey Kleshchev
2021-11-16Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
# Conflicts: # doc/contributions.txt
2021-08-23SL-15868 FIXED Crash in LLFloaterIMSessionTab::enableDisableCallBtnMnikolenko Productengine
2021-06-25SL-15458 Avatars who are moderators appear twice in popped-out IM session ↵Andrey Kleshchev
floater
2021-04-29Merge master into DV525-merge-6.4.19Dave Houlton
2021-04-01SL-15053 Use previous icon for Nearby chatMnikolenko Productengine
2021-03-26SL-14975 SL-14384 viewer crashes because of large chat groupsAndrey 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
2021-03-01SL-13609 Don't use any icon for Nearby chatMnikolenko Productengine
2021-01-06SL-14270 Crash on participant's updateNameAndrey Kleshchev
Session was deleted before viewer had a chance to create view for listener, so listener ended up not deleted and avaiting an uptade, then tryed to call for deleted session.
2020-09-28Merge branch 'master' into DRTVWR-515-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llpanelprimmediacontrols.cpp
2020-07-16SL-13609 Better indicate which conversation is active in Conversations floaterMnikolenko Productengine
2020-07-13SL-13597 Crash in LLFloaterIMSessionTab::addConversationViewParticipantMnikolenko Productengine
2020-07-09SL-13397 Reduce Viewer freeze when opening chat with a large group.Mnikolenko Productengine
2017-06-12MAINT-7478 Build fix, boost function doesn't like 'reuse' of cb_do_nothingandreykproductengine
2017-06-09MAINT-7478 Fixed "No callback" log spamandreykproductengine
2016-05-20Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-05-18MAINT-6377 Nearby chat toasts cover the conversation floater.Mnikolenko Productengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-10-15MAINT-4555 FIXED Floater opens in the bottom right corner overlapping ↵Mnikolenko ProductEngine
Conversations floater
2014-09-03MAINT-4363 FIXED In-use script dialogs and pending inventory offers are ↵andreykproductengine
forced out of view and into their chiclet every time a new conversation is started by another resident or a new group chat session opens
2014-03-12merge with releaseRichard Linden
2013-11-19SH-4634 FIX Interesting: Viewer crashes when receiving teleport offerRichard Linden
renamed fast timers to have unique names, changes instance tracker to never allow duplicates
2013-11-08MAINT-3400 FIXED Reshape IMSession floater after expanding participant list.Mnikolenko ProductEngine
2013-06-18CHUI-979 FIXED Clear highlight after clicking in chat input. Do not flash ↵Mnikolenko ProductEngine
chat button if current conversation is focused and torned off.
2013-06-12CHUI-896 ADD FIX Line flashing and FUI button flashing not working correctly ↵PavelK ProductEngine
for CHUI notifications 1) Fixed line flashing upon conversation floater opening (previously was highlight only) 2) Fixed line highlight (and flashing) clearing when clicking Chat input field
2013-06-06CHUI-973 FIXED Speaking indicator was removedMnikolenko ProductEngine