Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-31 | CHUI-612 FIXED Blank conversation names showing in conversation list | maksymsproductengine | |
2013-01-28 | merge | mberezhnoy | |
2013-01-28 | CHUI-395 (Group moderators are not shown as Moderators in group conversation) | mberezhnoy | |
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-17 | CHUI-631 (Next conversation in list should be selected in Conversations ↵ | maxim@mnikolenko | |
floater after closing a conversation) Don't force selecting nearby chat after closing conversation | |||
2013-01-15 | CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added. | maxim@mnikolenko | |
2013-01-04 | merge | maximbproductengine | |
2013-01-04 | CHUI-608 (Conversations floater can be resized too small once a conversation ↵ | maximbproductengine | |
is torn off) | |||
2013-01-03 | CHUI-656 : Fixed. getTypedInstance() will create an instance if not found. ↵ | Merov Linden | |
Do not use that in destructors (bad...) or in places where creation is not required. Use findTypedInstance() instead. | |||
2013-01-03 | CHUI-631 FIXED 'Nearby chat' is not selected in Conversations floater after ↵ | AlexanderP ProductEngine | |
closing separate conversation if list of participants was expand in Conversations floater: force select 'Nearby chat' when session floater is destroyed | |||
2013-01-03 | CHUI-608 (Conversations floater can be resized too small once a conversation ↵ | maximbproductengine | |
is torn off) | |||
2012-12-28 | CHUI-453 FIXED Tooltip on chevron in torn-off conversation is incorrect: ↵ | AlexanderP ProductEngine | |
implemented suitable tool-tips; fixed a small separate bug ("tooltip_to_separate_window"/"tooltip_to_main_window" for Tear-Off Button: was shown reverse) | |||
2012-12-26 | CHUI-617 FIXED Update Gear button state after initing session. | maxim@mnikolenko | |
mConversationsRoot creation is moved to postBuild(). | |||
2012-12-20 | CHUI-588 (Clicking nearby chat toast doesn't highlight proper conversation ↵ | MaximB ProductEngine | |
line item) | |||
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 | Additional fix for CHUI-562 | maxim@mnikolenko | |
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 | mergiing in latest changes | Gilbert Gonzales | |
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-14 | merge | MaximB ProductEngine | |
2012-12-12 | CHUI-589 (Conversation floater displays wrong IM floater when receiving a ↵ | MaximB ProductEngine | |
new message) additional fix | |||
2012-12-12 | CHUI-427 FIXED Added callback to track changing in mUserPTTState. It's ↵ | maxim@mnikolenko | |
needed to synchronize both buttons | |||
2012-12-07 | CHUI-512 FIXED New incoming conversations take focus in message panel only ↵ | maksymsproductengine | |
and do not show toasts | |||
2012-12-07 | CHUI-547 : Fixed : (Clicking IM toast does not select message panel in ↵ | AlexanderP ProductEngine | |
conversation floater) : select new session floater when a container is hidden | |||
2012-12-07 | CHUI-564 : Fixed : (Conversation floater always opens when new IM is ↵ | AlexanderP ProductEngine | |
received) : Remove obsolete code: control of an visibility of container was delegated to on_new_message() [see llimview.cpp] | |||
2012-12-07 | CHUI-427 FIXED Voice button is added to Conversations floater. | maxim@mnikolenko | |
2012-12-06 | merge | MaximB ProductEngine | |
2012-12-06 | CHUI-576 (Group moderation menus do not work in torn off dialogs) | MaximB ProductEngine | |
2012-12-04 | CHUI-571: Fixed bug where when the converation floater was torn off and a ↵ | Gilbert Gonzales | |
new im received, the incorrect conversation would be displayed and focused. In order to do this removed the conversation floater panels from being focused immediately when set visible. Also there was a bug when showing the stub panel for torn off conversations. The tab container was not setting the stub panel index properly to 0, which is where the stub panel existed in the tab container's list. This is post code review submit. Will submit another with minor code review changes. | |||
2012-12-04 | merging | MaximB ProductEngine | |
2012-12-03 | merging in latest changes | Gilbert Gonzales | |
2012-12-03 | CHUI-571: Now when the 'Chat Preference' is set to 'Open Conversations ↵ | Gilbert Gonzales | |
window' the conversation line item with flash. The only time it does not flash is when the the conversation line item is already focused. Also fixed various focusing bugs when navigating between conversations and participants. | |||
2012-12-03 | CHUI-556 (Tooltip on call button incorrect when call is active) | MaximB ProductEngine | |
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-26 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-11-23 | CHUI-530 FIXED Don't switch to new conversation automatically | maxim@mnikolenko | |
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-21 | CHUI-533 FIXED Check that mConversationsRoot is not null | maxim_productengine | |
2012-11-20 | CHUI-528, CHUI-536, CHUI-538, CHUI-540 Built single processor of different ↵ | AlexanderP ProductEngine | |
types of notifications | |||
2012-11-20 | CHUI-487, CHUI-488 Commented out demo | AlexanderP ProductEngine | |
2012-11-19 | CHUI-470 : Fixed : Enable contextual menu in torn off conversations | Merov Linden | |
2012-11-17 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-11-17 | CHUI-479 : Clean up unecessary tracking code | Merov Linden | |
2012-11-16 | CHUI-479 : Fixed : Rebuild the root on the LLFloaterIMSession when modifying ↵ | Merov Linden | |
the session ID |