Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-05-18 | MAINT-6377 Nearby chat toasts cover the conversation floater. | Mnikolenko Productengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-06-12 | CHUI-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-06 | CHUI-973 FIXED Speaking indicator was removed | Mnikolenko ProductEngine | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-02 | CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting ↵ | Merov Linden | |
pointers to widgets in PostBuild | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-28 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
2013-03-26 | CHUI-862 FIXED Save collapsed state for nearby chat. | Mnikolenko ProductEngine | |
2013-03-21 | CHUI-878 FIXED Torn off conversation window width can be reduced and lose ↵ | AlexanderP ProductEngine | |
vertical scroll bar: manually setting of the floater's minimal size | |||
2013-03-21 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
2013-03-20 | CHUI-870 FIXED Expand Message panel after clicking toast. | Mnikolenko ProductEngine | |
2013-03-15 | CHUI-830 FIXED Button for collapsing torn-off floater(to a single input ↵ | Mnikolenko ProductEngine | |
line) is added. Show toasts for new messages for that conversation, regardless of other prefs. | |||
2013-03-12 | CHUI-847 Fixed [CHUIBUG]Collapse Participant List, operates on all torn off ↵ | AlexanderP ProductEngine | |
chats: make flag mIsPartListExpanded for saving of the participant list panel expand/collapse state | |||
2013-03-04 | merge | Gilbert Gonzales | |
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-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-01-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2013-01-21 | CHUI-655, CHUI-648 ADD FIX Conversation is not opened while first click on ↵ | AlexanderP ProductEngine | |
message from object; "Nearby Chat" dialog does not open while first attempt when pressing Ctrl+H keyboard shortcut : Fixed forced change visibility. | |||
2013-01-21 | CHUI-567 FIXED Menu items are moved to Participant view menu | maxim@mnikolenko | |
2013-01-15 | CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added. | maxim@mnikolenko | |
2012-12-18 | Clean up: Removed unnecessary call removeConversationListItem() when floater ↵ | AlexanderP ProductEngine | |
closes (If session's floater will be removed for any reason, then will start a removing of the corresponding session and removeConversationListItem() will call from a session's observer); Local variable are renamed in accordance with the code styling | |||
2012-12-18 | merge | MaximB ProductEngine | |
2012-12-18 | CHUI-562 FIXED Gear button is added for p2p torn-off floater. | maxim@mnikolenko | |
2012-12-18 | CHUI-586 (Scroll bar only partially shown initially on torn off conversations) | MaximB ProductEngine | |
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-12-06 | CHUI-576 (Group moderation menus do not work in torn off dialogs) | MaximB ProductEngine | |
2012-11-21 | CHUI-429 : Completed this though it still doesn't work on Nearby Chat. | Merov Linden | |
2012-11-21 | CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogs | Merov Linden | |
2012-11-19 | CHUI-470 : Fixed : Enable contextual menu in torn off conversations | Merov Linden | |
2012-11-16 | CHUI-479 : Fixed : Rebuild the root on the LLFloaterIMSession when modifying ↵ | Merov Linden | |
the session ID | |||
2012-11-12 | CHUI-362 FIXED (Torn off conversation name is highlighted when selected in ↵ | AlexanderP ProductEngine | |
conversation list with different conversation showing in message panel): connect new method "returnFloaterToHost" to click on quasi-URL "Bring it back" | |||
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 |