summaryrefslogtreecommitdiff
path: root/indra/llui/lltoolbar.cpp
AgeCommit message (Collapse)Author
2011-10-12EXP-1331 : Avoid showing the caret if the tool is dragged over itselfMerov Linden
2011-10-12Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-12tooltips now only show labels for toolbar buttons when label is hidden or ↵Richard Nelson
truncated tooltips are no longer instantaneous once a tooltip is visible
2011-10-12Pull from richard/viewer-experience-fuiMerov Linden
2011-10-12EXP-1331 : Implement new longer caret and make it work on multi lines or ↵Merov Linden
columns of tools. EXP-1304 : handle only tools in DaD on toolbars
2011-10-12MergeLeslie Linden
2011-10-12* Added mModified flag and isModified() query to check it.Leslie Linden
(currently it is not connect to actual data)
2011-10-12don't highlight toolbar buttons during drag and drop (for real)Richard Nelson
2011-10-12don't highlight toolbar buttons during drag and dropRichard Nelson
added mVisibleWhenMinimized to floaters
2011-10-11EXP-1300 : Fix caret position in bottom bar, fix misplacement when moving ↵Merov Linden
within same toolbar, suppress visible caret in some situations, no caret if toolbar empty
2011-10-11Pull from richard/viewer-experience-fuiMerov Linden
2011-10-11EXP-1300 : Implemented carets for DaD. Works with small bugs but OK for ↵Merov Linden
demo. Still in need of some cleanup
2011-10-11Added 'execute_stop_function' command parameter to handle mouse down/up ↵Leslie Linden
actions on toolbar buttons
2011-10-10pull from richard/viewer-experience-fuiMerov Linden
2011-10-10EXP-1300 : Simplify and clean up of the DaD which now doesn't duplicate the ↵Merov Linden
dragged tool.
2011-10-10fixed icons moving when clicking on icon-only toolbarsRichard Nelson
2011-10-09EXP-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-07EXP-1300 : Completed the drawing of drop zones on toolbars when dragging toolsMerov Linden
2011-10-06EXP-1301 : Init some members that were not initialized correctlyMerov Linden
2011-10-06EXP-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-06EXP-1300 WIP Visual feedback for Drag and DropRichard Nelson
removed hover highlighting of buttons when dragging over them also updated toolbar button art to match spec
2011-10-05Merge!Leslie Linden
2011-10-05EXP-1286 : Add DaD to toyboxMerov Linden
2011-10-05Fixing merge mistakes!Leslie Linden
2011-10-05Merge with latestLeslie Linden
2011-10-05EXP-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-05EXP-1286 : DaD works between all toolbars, button drops in correct place, ↵Merov Linden
removal of button works too
2011-10-05EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-05EXP-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-03fixed buildRichard Nelson
2011-10-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-03implemented Range and ClampedValue classes to standardize min/max settingsRichard Nelson
fixed not serializing named values when values provided from code
2011-10-03EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-03EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-03* Added tooltips to the toolbar buttons.Leslie Linden
Reviewed by Richard.
2011-10-03EXP-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-30made toolbars conform to visual specsRichard Nelson
added ability to specify clip rects in textures.xml
2011-09-30Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
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.