summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2011-10-24EXP-1400 FIXED (Call request docking icon overlays other toolbar buttons ↵Paul ProductEngine
when speak button in side toolbar) - LLDockableFloater::getDockTongue to init dock tongue with proper image depending on floater dock side, also added images for left and right tongues. - Added proper call floater positioning relatively to the speak button
2011-10-21Automated merge with ↵Richard Linden
bundle:c:\users\richard\appdata\local\temp\thg.qp3yns\ssh__richard@hg.lindenlab.com_sergeylproductengine_exp-1416__5pjppa.hg
2011-10-21EXP-1404 FIXED (Dock icon shown in lower left corner of call dialog when ↵Paul ProductEngine
user has speak icon hidden) - Don't draw tongue of dockable call dialog floater in case speak button is not present in any tool bar.
2011-10-21EXP-1416 FIXED "Speak" and "Voice controls" buttons added as control views ↵Seth ProductEngine
in LLTransientFloaterMgr to prevent hiding the transient IM floater.
2011-10-20EXP-1431 FIX Default positions for floaters follows additional open ↵Richard Linden
Inventory windows
2011-10-20* Moved the name storage on the LLCommandId back to the LLCommand itself.Leslie Linden
Reviewed by Merov.
2011-10-20EXP-1440 FIX Floaters can offset from call dialog and show offscreen for ↵Richard Linden
default positions
2011-10-19EXP-1364 FIX Debug console output covered by left toolbar buttons if presentRichard Nelson
EXP-1427 FIX Voice Settings dialog closes when selecting minimize option
2011-10-19EXP-1428 FIX Snapshot button does not toggle floater closedRichard Nelson
2011-10-19EXP-1424 FIX Floaters open on top of one another in default position with no ↵Richard Nelson
offset floaters only stack on floaters that haven't moved
2011-10-19Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-19EXP-1411 FIX "Speak" button enabled in regions with disabled voiceRichard Nelson
EXP-1424 FIX Floaters open on top of one another in default position with no offset floaters now stack with their own kind preferentially
2011-10-19MergeLeslie Linden
2011-10-19* Fixed issue where dragging disabled buttons from the toybox to the toyboxLeslie Linden
would remove them from the surrounding toolbars. * Removed dead drag & drop code * Fixed issue where saving didn't necessarily work because toolbar populated with command id's that didn't have associated names.
2011-10-19EXP-1424 FIX Floaters open on top of one another in default position with no ↵Richard Nelson
offset EXP-1412 FIX Additional Inventory windows are opened directly on top of each after opening additional inventory windows and closing the first time also made sidepanel floaters reuse the existing instances, saving state
2011-10-19mergeDave Parks
2011-10-19floaters only save rect when explicitly moved by userRichard Nelson
2011-10-18EXP-1406 FIX Scrolling using mousewheel not working to scroll in inventory ↵Richard Linden
and people panels
2011-10-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-18EXP-1358 FIX Hitting back in the Create group panel or Blocked panel ↵Richard Linden
requires multiple clicks for action to occur
2011-10-18EXP-1348 FIX -- Speak button activated when dragging and dropping between ↵Leslie Linden
toolbars and moving back to Tool box * Dragging and dropping the speak button will aggressively turn off the microphone now, regardless of the initial state of the button. Reviewed by Richard.
2011-10-18EXP-1367 FIX Moving in and out of mouselook causes location bar to move downRichard Linden
2011-10-18EXP-1409 FIX WASD controls don't move avatar while Move floater is in focusRichard Linden
moved "chrome" flags to xui separated hiding floater title from setting chrome toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus
2011-10-17* Fixed icon opacity on selected and unselected buttonsLeslie Linden
2011-10-17fix for not being able to drag disabled buttonsRichard Nelson
2011-10-17Mac build fixLeslie Linden
2011-10-16wip on dragging disabled toolbar buttonsRichard Linden
2011-10-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-15Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-14EXP-1336 FIX Move Notifications to upper rightRichard Nelson
also made toolbar buttons not trigger if enabled callback returns false
2011-10-14Pull from richard/viewer-experience-fuiMerov Linden
2011-10-14EXP-1363 : Fix caret position in multiple lines or columns situationMerov Linden
2011-10-14mergeDave Parks
2011-10-14merge with headcallum
2011-10-14New icon love for FUILeslie Linden
2011-10-14EXP-1272 FIX Move "How To" to a separate web floaterRichard Nelson
added missing file and updated size of floater
2011-10-13Build fixes because damn standard doesn't allow binding rvalues to non-const ↵Leslie Linden
refs.
2011-10-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-13cleaned up floater reg, removed extraneous functionsRichard Nelson
2011-10-13EXP-1331 : Fix the drag to position 0 case I broke while fixing the drag on ↵Merov Linden
itself case... Aaagh...
2011-10-12Pull from richard/viewer-experience-fuiMerov Linden
2011-10-12EXP-1331 : Avoid showing the caret if the tool is dragged over itselfMerov Linden
2011-10-12removed visiblewhenminimized logic pending redesignRichard Nelson
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)