-
- Downloads
EXT-7104 WIP Implemented a functionality to control the width of the chat entry field.
* LLResizeBar calls notifyParent on resizing before changing rect of view, bottomtray processed this notification to update other buttons. * Had to move setup of buttons visibility on startup into LLBottomTray to ensure all buttons have necessary visibility BEFORE restore the width of the chat entry field; * Updated layout between chatbar and speak button to show resize mouse pointer in the middle between them. Implemented behavior: visible buttons shrink to their minimal width when the chat entry field gets wider. Also were refactored: * moved declaration of settings related to buttons visibility from the settings.xml to LLBottomTray. * moved setting of control listeners to LLBottomTray. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/403/ --HG-- branch : product-engine
Showing
- indra/llui/llresizebar.cpp 5 additions, 0 deletionsindra/llui/llresizebar.cpp
- indra/newview/app_settings/settings.xml 0 additions, 44 deletionsindra/newview/app_settings/settings.xml
- indra/newview/llbottomtray.cpp 88 additions, 3 deletionsindra/newview/llbottomtray.cpp
- indra/newview/llbottomtray.h 11 additions, 0 deletionsindra/newview/llbottomtray.h
- indra/newview/llviewercontrol.cpp 0 additions, 29 deletionsindra/newview/llviewercontrol.cpp
- indra/newview/llviewerwindow.cpp 0 additions, 20 deletionsindra/newview/llviewerwindow.cpp
- indra/newview/skins/default/xui/en/panel_bottomtray.xml 10 additions, 7 deletionsindra/newview/skins/default/xui/en/panel_bottomtray.xml
- indra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml 1 addition, 1 deletionindra/newview/skins/default/xui/en/panel_nearby_chat_bar.xml
Loading
Please register or sign in to comment