Skip to content
Snippets Groups Projects
  1. Feb 01, 2017
  2. Nov 10, 2015
  3. Aug 15, 2013
  4. Jul 30, 2013
  5. Jun 06, 2013
  6. Jun 05, 2013
  7. Mar 29, 2013
  8. Mar 13, 2013
  9. Mar 11, 2013
  10. Feb 06, 2013
  11. Nov 14, 2012
  12. Sep 11, 2012
    • Paul ProductEngine's avatar
      CHUI-326 FIXED (One entry per conversation with a user in conversation log... · 1e2dcbfb
      Paul ProductEngine authored
      CHUI-326 FIXED (One entry per conversation with a user in conversation log timestamped with most recent utterance/activity.)
      
      - Modified LLConversationLog to show only one entry per conversation with user. I.e. there can't be two conversations with the same session_id in LLConversationLog.
      - Got rid of processing voice sessions
      - Refactored creation of conversation in LLConversationLog
      - Refactored a little bit LLConversation and LLConversationLog: function names and made some functions private
      1e2dcbfb
  13. Aug 31, 2012
    • Paul ProductEngine's avatar
      CHUI-298 FIXED (Conversation started as an IM and then goes to voice call does... · 73769180
      Paul ProductEngine authored
      CHUI-298 FIXED (Conversation started as an IM and then goes to voice call does not show as call in conversation log)
      
      - Show voice icon when call is started
      - Added flag LLConversation::mIsConversationPast which means that this conversation is finished and any of its data can't be changed. I.e. it cannot be reused.
      - When session removed (i.e. finished) corresponding conversation is marked as Past conversation. I.e. mIsConversationPast is true.
      - Added changed(const LLUUID& session_id, U32 mask) method to LLConversationLog to notify particular conversation. This is used in LLConversationLogList to update its particular item and not to rebuild the whole list.
      73769180
    • Paul ProductEngine's avatar
      CHUI-157 FIXED (Implement menu bar for conversation floater) · dab6788c
      Paul ProductEngine authored
      - Added View Nearby chat history option
      - Also replaced menu item "Add Friend / Remove" with two separate menus: Add Friend and Remove Friend. So if user is a Friend the Remove Friend option would be shown there. If the user is not a friend, the Add Friend option would be shown.
      dab6788c
  14. Aug 23, 2012
  15. Jul 27, 2012
    • Paul ProductEngine's avatar
      CHUI-151 FIXED (Implement conversation log) · 0ee0a5ef
      Paul ProductEngine authored
      A brief explanation of what have been implemented. More information can be found in comments.
      
      1. Created conversation history viewer (llfloaterconversationpreview)
      2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog)
      3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively
      4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList
      0ee0a5ef
Loading