-
- Downloads
STORM-36 FIXED As a User, I want to control how long a chat toast appears...
STORM-36 FIXED As a User, I want to control how long a chat toast appears before it fades. Please add fade time back to Chat preferences. - Added two spinners to the Chat preferences tab that control NearbyToastLifeTime and NearbyToastFadingTime - Added callbacks to the LLNearbyChatScreenChannel that update these properties if they were changed Refactoring of LLToast: - Removed code that was making toast transparent from LLToast::draw() - Modified LLToast interface that relates to showing and hiding toast, so that all screen channels can use LLToast universally. - Replaced in LLScreenChannel calling methods of old interface to new ones.
Showing
- indra/newview/llnearbychathandler.cpp 52 additions, 6 deletionsindra/newview/llnearbychathandler.cpp
- indra/newview/llscreenchannel.cpp 4 additions, 4 deletionsindra/newview/llscreenchannel.cpp
- indra/newview/lltoast.cpp 97 additions, 13 deletionsindra/newview/lltoast.cpp
- indra/newview/lltoast.h 24 additions, 11 deletionsindra/newview/lltoast.h
- indra/newview/skins/default/xui/en/panel_preferences_chat.xml 33 additions, 1 deletion...a/newview/skins/default/xui/en/panel_preferences_chat.xml
Loading
Please register or sign in to comment