-
- Downloads
EXP-1280 FIX -- Minimized floaters associated with toolbar buttons should...
EXP-1280 FIX -- Minimized floaters associated with toolbar buttons should change the state of their parent button * Toolbar buttons now display green when its corresponding floater is open or minimized. * Made changes to buttons so flash time and rate is configurable * Removed unused "highlight_color" attribute from LLButton * Implemented "isVisible" function for toolbar button floaters. It returns true when the floater is visible or minimized. * Toolbar floater unminimize now also puts focus to the floater * All commands now specify their "is_running_function" for toolbar button state * ButtonFlashCount and ButtonFlashRate have been moved to button.xml settings and are now configurable on the button. Toolbar buttons are set to never flash and this functionality is used to show which buttons have windows open. * All toybox buttons show hover glow even when disabled Reviewed by Richard.
Showing
- indra/llui/llbutton.cpp 13 additions, 11 deletionsindra/llui/llbutton.cpp
- indra/llui/llbutton.h 9 additions, 4 deletionsindra/llui/llbutton.h
- indra/llui/llfloaterreg.cpp 23 additions, 0 deletionsindra/llui/llfloaterreg.cpp
- indra/llui/llfloaterreg.h 1 addition, 0 deletionsindra/llui/llfloaterreg.h
- indra/llui/lltoolbar.cpp 84 additions, 5 deletionsindra/llui/lltoolbar.cpp
- indra/llui/lltoolbar.h 11 additions, 1 deletionindra/llui/lltoolbar.h
- indra/llui/llui.cpp 1 addition, 0 deletionsindra/llui/llui.cpp
- indra/newview/app_settings/commands.xml 46 additions, 0 deletionsindra/newview/app_settings/commands.xml
- indra/newview/app_settings/settings.xml 0 additions, 22 deletionsindra/newview/app_settings/settings.xml
- indra/newview/skins/default/xui/en/floater_test_button.xml 0 additions, 1 deletionindra/newview/skins/default/xui/en/floater_test_button.xml
- indra/newview/skins/default/xui/en/floater_toybox.xml 13 additions, 0 deletionsindra/newview/skins/default/xui/en/floater_toybox.xml
- indra/newview/skins/default/xui/en/widgets/button.xml 5 additions, 2 deletionsindra/newview/skins/default/xui/en/widgets/button.xml
- indra/newview/skins/default/xui/en/widgets/toolbar.xml 4 additions, 2 deletionsindra/newview/skins/default/xui/en/widgets/toolbar.xml
Loading
Please register or sign in to comment