CHUI-151 FIXED (Implement conversation log)
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
Showing
- indra/newview/CMakeLists.txt 10 additions, 0 deletionsindra/newview/CMakeLists.txt
- indra/newview/app_settings/settings.xml 22 additions, 0 deletionsindra/newview/app_settings/settings.xml
- indra/newview/llappviewer.cpp 4 additions, 0 deletionsindra/newview/llappviewer.cpp
- indra/newview/llconversationlog.cpp 336 additions, 0 deletionsindra/newview/llconversationlog.cpp
- indra/newview/llconversationlog.h 164 additions, 0 deletionsindra/newview/llconversationlog.h
- indra/newview/llconversationloglist.cpp 422 additions, 0 deletionsindra/newview/llconversationloglist.cpp
- indra/newview/llconversationloglist.h 143 additions, 0 deletionsindra/newview/llconversationloglist.h
- indra/newview/llconversationloglistitem.cpp 157 additions, 0 deletionsindra/newview/llconversationloglistitem.cpp
- indra/newview/llconversationloglistitem.h 77 additions, 0 deletionsindra/newview/llconversationloglistitem.h
- indra/newview/llfloaterconversationlog.cpp 127 additions, 0 deletionsindra/newview/llfloaterconversationlog.cpp
- indra/newview/llfloaterconversationlog.h 61 additions, 0 deletionsindra/newview/llfloaterconversationlog.h
- indra/newview/llfloaterconversationpreview.cpp 112 additions, 0 deletionsindra/newview/llfloaterconversationpreview.cpp
- indra/newview/llfloaterconversationpreview.h 51 additions, 0 deletionsindra/newview/llfloaterconversationpreview.h
- indra/newview/llimfloater.cpp 12 additions, 0 deletionsindra/newview/llimfloater.cpp
- indra/newview/llimfloater.h 6 additions, 0 deletionsindra/newview/llimfloater.h
- indra/newview/llimview.cpp 11 additions, 6 deletionsindra/newview/llimview.cpp
- indra/newview/llimview.h 7 additions, 3 deletionsindra/newview/llimview.h
- indra/newview/llstartup.cpp 3 additions, 0 deletionsindra/newview/llstartup.cpp
- indra/newview/llviewerfloaterreg.cpp 4 additions, 0 deletionsindra/newview/llviewerfloaterreg.cpp
- indra/newview/llviewermessage.cpp 4 additions, 1 deletionindra/newview/llviewermessage.cpp
Loading
Please register or sign in to comment