Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
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-27 | CHUI-901 : Fixed! Do touch torn off state in restoreFloater() | Merov Linden | |
2013-03-26 | CHUI-862 FIXED Save collapsed state for nearby chat. | Mnikolenko ProductEngine | |
2013-03-25 | CHUI-892 : Fixed. restoreFloater() called when floater docked | Merov Linden | |
2013-03-22 | CHUI-889 : Fixed! Collapse/Expand of participants list in torn off panels | Merov Linden | |
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-21 | CHUI-880 FIXED Show Button panel if floater is torned off. Don't show ↵ | Mnikolenko ProductEngine | |
Conversation floater in Mouselook, if Nearby chat is torned off. | |||
2013-03-20 | CHUI-870 FIXED Expand Message panel after clicking toast. | Mnikolenko ProductEngine | |
2013-03-20 | CHUI-860 FIXED Don't call onSlide() to change Participant list's state | Mnikolenko ProductEngine | |
2013-03-15 | CHUI-816 [CHUIBUG]CHUI does not remember undocked state and position of ↵ | AlexanderP ProductEngine | |
Nearby Chat | |||
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-13 | build fix | AlexanderP ProductEngine | |
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-12 | CHUI-845 : Avoid some xml param parsing error that seems to be linked with ↵ | Merov Linden | |
crashers | |||
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-06 | CHUI-834 (Conversation selection in conversation list does not update when ↵ | Gilbert Gonzales | |
redocking torn off conversations): Now when click to dock a torn off floater, the correct conversation line item will be selected. | |||
2013-03-05 | CHUI-829 (Allow Conversations floater to display a different chat than the ↵ | Gilbert Gonzales | |
torn off and selected window): Now when selecting a torn off conversation this will not select the conversation line item. | |||
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-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 |