summaryrefslogtreecommitdiff
path: root/indra/llui/lltoolbar.cpp
AgeCommit message (Collapse)Author
2011-09-30param block cleanupRichard 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-29EXP-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-29MergeRichard Nelson
2011-09-28EXP-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-28EXP-1234 WIP experimental drag and dropRichard Nelson
2011-09-27EXP-1258 FIX toggle buttons between icons and icons+text modesRichard Linden
fixed button layout for icon only buttons
2011-09-27EXP-1258 WIP toggle buttons between icons and icons+text modesRichard Linden
fixed button layout for icon+text layout stack now uses floating point precision to avoid clamping panels to 0
2011-09-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-27EXP-1258 WIP toggle buttons between icons and icons+text modesRichard Linden
better button sizing also disabled context menu for non-toolbar region
2011-09-27EXP-1202 : pull from viewer-experience-fuiMerov Linden
2011-09-27EXP-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 toolbarLeslie Linden
2011-09-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-26initial support for switching between icons only and icons + textRichard Nelson
2011-09-26fixed toolbar context menuRichard Nelson
deprecated pointless LLView::deleteViewByHandle
2011-09-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-09-26EXP-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-26EXP-1239 FIX make toolbars wrap when there is not enough roomRichard Nelson
toolbars resize to fit buttons toolbar view uses layout stacks to organize toolbars reviewed by Leslie
2011-09-26EXP-1207 : Introduced an hasCommand() method for toolbars and toolbar viewMerov Linden
2011-09-26EXP-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-23Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-23EXP-1239 FIX make toolbars wrap when there is not enough roomRichard Linden
fixed overeager wrapping
2011-09-23EXP-1239 FIX make toolbars wrap when there is not enough roomRichard Linden
spacing between buttons now configurable and correct background art now wraps buttons correctly created customizable panel for button background
2011-09-23EXP-1207 : pull from viewer-experience-fuiMerov Linden
2011-09-23EXP-1207 : More on lltoolbarview. Still not renderingMerov Linden
2011-09-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-22EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Linden
toolbar button height configured by button_height attribute vertical toolbar buttons now share common width wrap attribute now controls wrapping
2011-09-22EXP-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-1236 FIX -- The toybox floater should remember its position for the user * Basic addCommand function to the LLToolBar. Need proper implementation. * Added map for faster lookup of commands * Toybox now adds commands to its toolbar for basic button setup Reviewed by Richard.
2011-09-22variable renameRichard Linden
2011-09-22EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Linden
added more toolbars to floater_test_toolbar.xml removed layout stack and got basic wrapping working reviewed by Leslie
2011-09-21EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Nelson
initial pass at wrapping
2011-09-21EXP-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-1210 FIX -- Implement new toybox floater window EXP-1231 FIX -- Add menu option to toggle the toybox floater on and off * Basic toybox floater implemented as its own class * Toybox is available through "Me -> Toolbars..." menu option or ctrl-T shortcut * Toolbars now have "side" type rather than simple orientation, as well as button state for "icons only" or "icons with text". Reviewed by Richard
2011-09-20EXP-1228 FIX Create toolbar widget class that displays list of buttons ↵Richard Linden
horizontally or vertically buttons are now centered and sized according to content created floater_test_toolbar.xml to test
2011-09-19fix buildRichard Nelson