Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-09 | EXP-1300 : drop tool animation. First shot. Works but still a bit hacky and ↵ | Merov Linden | |
with some bugs (tools can be duplicated at times). | |||
2011-10-07 | EXP-1300 : Completed the drawing of drop zones on toolbars when dragging tools | Merov Linden | |
2011-10-06 | EXP-1301 : Init some members that were not initialized correctly | Merov Linden | |
2011-10-06 | EXP-1303 FIX Drag and dropping button over viewer area can select objects ↵ | Richard Nelson | |
inworld fixed close button not working on floaters against right edge of window fixed drag and drop only working once per toolbar button reimplemented drag and drop threshold | |||
2011-10-06 | EXP-1300 WIP Visual feedback for Drag and Drop | Richard Nelson | |
removed hover highlighting of buttons when dragging over them also updated toolbar button art to match spec | |||
2011-10-05 | Merge! | Leslie Linden | |
2011-10-05 | EXP-1286 : Add DaD to toybox | Merov Linden | |
2011-10-05 | Fixing merge mistakes! | Leslie Linden | |
2011-10-05 | Merge with latest | Leslie Linden | |
2011-10-05 | EXP-1280 FIX -- Minimized floaters associated with toolbar buttons should ↵ | Leslie Linden | |
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. | |||
2011-10-05 | EXP-1286 : DaD works between all toolbars, button drops in correct place, ↵ | Merov Linden | |
removal of button works too | |||
2011-10-05 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-05 | EXP-1286 : DaD is functional though has bugs... Working on it... | Merov Linden | |
2011-10-04 | * Modified commands to add functions for is_enabled, is_running and is_starting, | Leslie Linden | |
currently not hooked to any functionality. | |||
2011-10-03 | fixed build | Richard Nelson | |
2011-10-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-10-03 | implemented Range and ClampedValue classes to standardize min/max settings | Richard Nelson | |
fixed not serializing named values when values provided from code | |||
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | EXP-1202 : pull from richard/viewer-experience-fui | Merov Linden | |
2011-10-03 | * Added tooltips to the toolbar buttons. | Leslie Linden | |
Reviewed by Richard. | |||
2011-10-03 | EXP-1286 : First pass at Drag and Drop of tools. Not functional. Most hooks ↵ | Merov Linden | |
into the LLToolDragAndDrop system in to support the new AT_WIDGET and SOURCE_VIEWER | |||
2011-09-30 | made toolbars conform to visual specs | Richard Nelson | |
added ability to specify clip rects in textures.xml | |||
2011-09-30 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-09-30 | param block cleanup | Richard Nelson | |
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks | |||
2011-09-29 | EXP-1211, EXP-1257 : Save and load the button type along with the toolbars, ↵ | Merov Linden | |
add a force default load option, enforce consistency between menus and toolbars | |||
2011-09-29 | Merge | Richard Nelson | |
2011-09-28 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1233 FIX -- Populate the toybox floater window with all FUI toolbar buttons indicated as such in the "commands.xml" definition. EXP-1267 FIX -- Enable/disable buttons in the toybox * Hooked up button callbacks to the toolbar buttons * Fixed toybox button enable/disable to function properly and live update as buttons change states. * Removed the toybox toolbar background image Reviewed by Leyla | |||
2011-09-28 | EXP-1234 WIP experimental drag and drop | Richard Nelson | |
2011-09-27 | EXP-1258 FIX toggle buttons between icons and icons+text modes | Richard Linden | |
fixed button layout for icon only buttons | |||
2011-09-27 | EXP-1258 WIP toggle buttons between icons and icons+text modes | Richard Linden | |
fixed button layout for icon+text layout stack now uses floating point precision to avoid clamping panels to 0 | |||
2011-09-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-09-27 | EXP-1258 WIP toggle buttons between icons and icons+text modes | Richard Linden | |
better button sizing also disabled context menu for non-toolbar region | |||
2011-09-27 | EXP-1202 : pull from viewer-experience-fui | Merov Linden | |
2011-09-27 | EXP-1211 : Read toolbar default settings from toolbars.xml, no saving of ↵ | Merov Linden | |
settings done yet. | |||
2011-09-27 | * Modified toolbar context menus to bind to the specific instance of the toolbar | Leslie Linden | |
2011-09-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-09-26 | initial support for switching between icons only and icons + text | Richard Nelson | |
2011-09-26 | fixed toolbar context menu | Richard Nelson | |
deprecated pointless LLView::deleteViewByHandle | |||
2011-09-26 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-09-26 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars * Command buttons are now enabled/disabled in toybox based on whether or not the LLToolBarView has them anywhere. * Commands now have argument to specify whether or not they should be in the toybox. * LLCommandId is now used a universal reference for commands. Reviewed by Richard. | |||
2011-09-26 | EXP-1239 FIX make toolbars wrap when there is not enough room | Richard Nelson | |
toolbars resize to fit buttons toolbar view uses layout stacks to organize toolbars reviewed by Leslie | |||
2011-09-26 | EXP-1207 : Introduced an hasCommand() method for toolbars and toolbar view | Merov Linden | |
2011-09-26 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1233 PROGRESS -- Populate the toybox floater window with all FUI toolbar buttons EXP-1235 FIX -- Make the toybox available through the context menus associated with the other toolbars EXP-1248 FIX -- Implement context menu on toolbars * New commands are listed * Toolbars can now be made read-only (as in the toybox) or editable (as in the others) * Toolbars that are not read-only have a context menu that allows button type editing. Reviewed by Richard. | |||
2011-09-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-09-23 | EXP-1239 FIX make toolbars wrap when there is not enough room | Richard Linden | |
fixed overeager wrapping | |||
2011-09-23 | EXP-1239 FIX make toolbars wrap when there is not enough room | Richard Linden | |
spacing between buttons now configurable and correct background art now wraps buttons correctly created customizable panel for button background | |||
2011-09-23 | EXP-1207 : pull from viewer-experience-fui | Merov Linden | |
2011-09-23 | EXP-1207 : More on lltoolbarview. Still not rendering | Merov Linden | |
2011-09-22 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Linden | |
2011-09-22 | EXP-1239 WIP make toolbars wrap when there is not enough room | Richard Linden | |
toolbar button height configured by button_height attribute vertical toolbar buttons now share common width wrap attribute now controls wrapping |