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 | |||
2018-04-10 | MAINT-8489 Remove/Cleanup LLIMInfo | Andrey Kleshchev | |
2014-02-12 | merge with release | Richard Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-11 | merge changes for 3.6.10-release | Oz Linden | |
2013-10-29 | STORM-1975 IM windows occasionally report false typing status. | Jonathan Yap | |
2013-09-13 | Build fix after patch for MAINT-3137 | dmitrykproductengine | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
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-04 | CHUI-778: Now when changing paths for chat logs and transcripts any empty ↵ | Gilbert Gonzales | |
conversations will be reloaded with data from the new location. Use case for this is if the users nearby chat is empty and they switch to a location that has a nearby chat file, then the nearby chat file be loaded. | |||
2013-02-01 | CHUI-675 FIX You can select multiple users in people floater but can only ↵ | Cho | |
drag and drop one name to conversation Moved drag and drop start in LLAvatarListItem instead of LLAvatarList, and made LLFloaterIMSession handle multiple dropped participants correctly | |||
2013-01-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2013-01-15 | CHUI-458 : Fixed : Tidy up the title overwrite by the selected conversation | Merov Linden | |
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) | |||
2012-12-18 | CHUI-385: Problem: When the new session was created with multiple ↵ | Gilbert Gonzales | |
participants the old conversation floater was being recycled. When the conversation floater was re-initialized it did not remove and update the chat messages. Resolution: When the conversation floater is recycled simply call reloadMessages(). | |||
2012-12-18 | CHUI-562 FIXED Gear button is added for p2p torn-off floater. | maxim@mnikolenko | |
2012-12-14 | CHUI-520: Now when have a P2P conversation torn off a voice indicator icon ↵ | Gilbert Gonzales | |
will be displayed allowing the user to adjust the voice volume when clicked. Also did a code cleanup on conversationview.h/cpp which was showing the speaking indicator icon too soon when joining another voice session. This was due to calling switchIndicator(..) directly inside ::onCurrentVoiceSessionChanged. The proper solution is to wait for SpeeakingIndicatorManager::switchSpeakerIndicators() call switchIndicators(). | |||
2012-11-30 | CHUI-570 : Fixed : Take the typing state when updating the title, also make ↵ | Merov Linden | |
refresh update less frequent (perf). | |||
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 |