summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationlog.cpp
AgeCommit message (Collapse)Author
2012-08-15CHUI-257 FIXED (Using clear cache option in preferences clears call log also)Paul ProductEngine
- Changed location where call log file is saved. Now it's saved with other user settings files under each avatar's directory in the user settings directory.
2012-08-03CHUI-263 : Fix crash on exit. LLSingleton like LLConversationLog cannot be ↵Merov Linden
an LLFriendObserver at the same time.
2012-07-27CHUI-151 FIXED (Implement conversation log)Paul ProductEngine
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